<xs:complexType name="DataArrayType">
<xs:sequence>
<xs:element name="uid" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>uid of dataArray</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="name" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>name of dataArray</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="variableName" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Name of mathematical term used in the transformation equations. Index of component is same as order sequence in the lds.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="arrayOf" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Allowed values: columns, rows, planes default is columns</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="numObjInArray" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>The chosen object (dataSet or dataArray) repeats this many time. default 1</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0">
<xs:annotation>
<xs:documentation>a dataArrays contain a homogeneous collection of either subordinate dataArrays or dataSets.</xs:documentation>
</xs:annotation>
<xs:element name="dataSet">
<xs:annotation>
<xs:documentation>data Sets contain a heterogeneous collection of one or more dataUnits</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="uid" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>uid of dataSet.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="name" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>name of dataSet</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="variableName" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Name of mathematical term used in the transformation equations. Index of component is the order in the sequence in the LDS structure.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="numObjInSet" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>number of subordinate sets and/or arrays. default 1</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A dataSet contains a collection of one or more heterogeneous data units or data arrays. dataArray are discouraged from being used within a dataSet when defining the logical data structure.</xs:documentation>
</xs:annotation>
<xs:element ref="tml:dataUnit"/>
<xs:element name="dataArray" type="tml:DataArrayType"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:complexType>
</xs:element>
<xs:element name="dataArray" type="tml:DataArrayType">
<xs:annotation>
<xs:documentation>a dataArray contains a homogeneous collection of one or more dataSets or dataArrays</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:complexType> |