QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
crc | tm:CRC | required | |||||
flag | tm:flag2 | required | |||||
id | tm:AttributeID | required | |||||
name | xs:NMTOKEN | required | |||||
translate | tm:YesNo | yes | optional | ||||
type | union of(tm:type, tm:Custom) | 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="ta"> <xs:complexType mixed="true"> <xs:attribute name="id" use="required" type="tm:AttributeID"/> <xs:attribute name="crc" use="required" type="tm:CRC"/> <xs:attribute name="version" use="required" type="xs:IDREF"/> <xs:attribute name="flag" use="required" type="tm:flag2"/> <xs:attribute name="type" use="required"> <xs:simpleType> <xs:union memberTypes="tm:type tm:Custom"/> </xs:simpleType> </xs:attribute> <xs:attribute name="name" use="required" type="xs:NMTOKEN"/> <xs:attribute name="translate" use="optional" default="yes" type="tm:YesNo"/> <xs:attribute ref="xml:space" default="default"/> <xs:attribute ref="xml:lang"/> </xs:complexType> </xs:element> |