tml:dataSet

data Sets contain a heterogeneous collection of one or more dataUnits

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)

Source

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

Sample