x_skew_col_list Data Type

Skew column list.

Java class for x_skew_col_list complex type.

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

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

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
elements string element ns2 0/unbounded  

Example

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