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