<xs:element name="dataUnit">
<xs:annotation>
<xs:documentation>an elemental unit of data. one description for each unit</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="uid" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>uid of dataUnit</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="name" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>name of dataUnit</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="dataType" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Allowed values: number, complexNumber, text, or binaryBlob. default is number</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="bytesInBlob" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>If dataType is binaryBlob then number of bytes in the binary blob. Not used for transducer structures, only for process structures.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:complexType>
</xs:element> |