XSkewColList 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>
 

Properties
name data type description
elements array of array of string

Example

{
  "elements" : [ [ "...", "..." ], [ "...", "..." ] ]
}