A calendar date in any format. The XCES date types (pubDate, changeDate, etc.) are mapped onto the TEI <date> element. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| TEIform | xs:string | date | optional | ||||
| id | xs:ID | optional | |||||
| lang | xs:IDREF | optional | |||||
| n | xs:string | optional | |||||
| value | xs:string | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="tei.dateString" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">A calendar date in any format. The XCES date types (pubDate, changeDate, etc.) are mapped onto the TEI <date> element.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:tei.dateStringBase"> <xs:attribute name="value" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |