tml:dataUnit

an elemental unit of data.  one description for each unit

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional
short descriptive name of element
uid xs:anyURI optional
unique ID for this element
uidRef xs:anyURI optional
the contents of this element are exactly the same as the contents of the uidRef element. no need repeating it. (similar to xlink)

Used By

Source

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

Sample