Contains information about the origination of a text. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
date | xs:string | required | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="creationString" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">Contains information about the origination of a text.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:class.string"> <xs:attribute name="date" type="xs:string" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |