<xs:element name="logicalDataStructure">
<xs:annotation>
<xs:documentation>the logical structure of data (i.e. of the characteristic frame). This is not necessarily the structure or order that data is communicated in. The transmission order is defined in the cluster description. The transmission order is defined relative to the logical order.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="uid" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>uid of lds</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="name" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>name of lds</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ldsDimensionality" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Allowed values: 0, 1, 2, 3. Default is 0. dimensionality of the logical data structure (lds). number of structure components used for giving hints for data representation. 0 dim is a single value, 1 dim is a series of columns, rows or planes, 2 dim is any order of two structure components (col-row, col-plane, or row-plane), and a 3 dim is any order of three structure components col-row-plane</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="numOfDataSetsInCf" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Number of dataSets or dataArrays in the Characteristic Frame. Allowed Value: positive integer. Default:1</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="cfDataArray" type="tml:DataArrayType" minOccurs="0">
<xs:annotation>
<xs:documentation>logical data structure of the characteristic frame. Lowest frequency array first.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:complexType>
</xs:element> |