A full bibliographic description of the corpus itself or of a text within it. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | xces:cesHeaderType/xces:fileDesc |
<xs:complexType name="fileDescType"> <xs:annotation> <xs:documentation xml:lang="en">A full bibliographic description of the corpus itself or of a text within it.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.global"> <xs:sequence> <xs:element name="titleStmt" type="xces:titleStmtType"/> <xs:element name="editionStmt" type="xces:editionStmtString" minOccurs="0"/> <xs:element name="extent" type="xces:extentType" minOccurs="0"/> <xs:element ref="xces:publicationStmtAbstract" minOccurs="0"/> <xs:element name="sourceDesc" type="xces:sourceDescType" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |