tm:te

Element Information

Model

Children: tm:tu

Attributes

QName Type Fixed Default Use Inheritable Annotation
id tm:ElementID required
tu restriction of xs:integer required
version xs:IDREF required
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
xml:space restriction of xs:NCName default optional

Used By

Element tm:tm

Source

<xs:element name="te">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="1" maxOccurs="unbounded" ref="tm:tu"/>
    </xs:sequence>
    <xs:attribute name="id" use="required" type="tm:ElementID"/>
    <xs:attribute name="version" use="required" type="xs:IDREF"/>
    <xs:attribute name="tu" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:integer">
          <xs:minInclusive value="1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute ref="xml:space" default="default"/>
    <xs:attribute ref="xml:lang"/>
  </xs:complexType>
</xs:element>

Sample