QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
altrender | xs:token | optional | ||||
audience | restriction of xs:token | optional | ||||
encodinganalog | xs:token | optional | ||||
id | xs:ID | optional | ||||
identifier | xs:token | optional | ||||
lang | xs:NMTOKEN | optional | ||||
localtype | xs:token | optional | ||||
rules | xs:NMTOKEN | optional | ||||
script | xs:NMTOKEN | optional | ||||
source | xs:token | optional |
<xs:complexType name="part"> <xs:complexContent> <xs:extension base="m.mixed.basic"> <xs:attributeGroup ref="am.common"/> <xs:attribute name="encodinganalog" type="xs:token"/> <xs:attribute name="localtype" type="xs:token"/> <xs:attributeGroup ref="am.access.no.normal"/> </xs:extension> </xs:complexContent> </xs:complexType> |