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 |
|
||||
xml:space | restriction of xs:NCName | default | optional |
Element | tm:tm |
<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> |