Provides details of editorial principles and practices applied during the encoding of a text. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
default | restriction of xs:NMTOKEN | n | optional | ||||
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="editorialDeclType" mixed="false"> <xs:annotation> <xs:documentation xml:lang="en">Provides details of editorial principles and practices applied during the encoding of a text.</xs:documentation> </xs:annotation> <xs:complexContent mixed="false"> <xs:extension base="xces:class.declarable"> <xs:choice maxOccurs="unbounded"> <xs:element name="correction" type="xces:correctionString"/> <xs:element name="quotation" type="xces:quotationString"/> <xs:element name="hyphenation" type="xces:class.declarable.string"/> <xs:element name="segmentation" type="xces:class.declarable.string"/> <xs:element name="transduction" type="xces:class.declarable.string"/> <xs:element name="normalization" type="xces:normalizationString"/> <xs:element name="conformance" type="xces:tei.conformanceString"/> </xs:choice> </xs:extension> </xs:complexContent> </xs:complexType> |