x_dim_attr_names Data Type

Set of dim attribute names.

Java class for x_dim_attr_names complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="x_dim_attr_names">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attr_name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs constraints description
attr_name string element ns2 1/unbounded required  

Example

<x----- xmlns="uri:lens:cube:0.1">
  <attr_name>...</attr_name>
</x----->