tml:identification

bind types on most elements enables the description of transducers in the initialization data stream of data elements.

Element Information

Model

Source

<xs:element name="identification" minOccurs="0">
  <xs:annotation>
    <xs:documentation>bind types on most elements enables the description of transducers in the initialization data stream of data elements.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tml:IdentificationType">
        <xs:sequence>
          <xs:element name="manufacture" type="tml:BindType" minOccurs="0"/>
          <xs:element name="modelNumber" type="tml:BindType" minOccurs="0"/>
          <xs:element name="serialNumber" type="tml:BindType" minOccurs="0"/>
          <xs:element name="ownedBy" minOccurs="0" maxOccurs="unbounded">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="name" type="tml:BindType" minOccurs="0"/>
                <xs:element name="organization" type="tml:BindType" minOccurs="0"/>
                <xs:element name="email" type="tml:BindType" minOccurs="0"/>
                <xs:element name="phone" type="tml:BindType" minOccurs="0"/>
                <xs:element name="date" type="tml:BindType" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>ISO8601 dateTime stamp</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample