Documents the relationship between an electronic text and the source or sources from which it was derived. |
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 |
|
<xs:complexType name="encodingDescType"> <xs:annotation> <xs:documentation xml:lang="en">Documents the relationship between an electronic text and the source or sources from which it was derived.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.global"> <xs:sequence> <xs:group minOccurs="0" maxOccurs="unbounded" ref="xces:m.projectDesc"/> <xs:element name="samplingDecl" type="xces:class.declarable.string" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="editorialDecl" type="xces:editorialDeclType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="tagsDecl" type="xces:tagsDeclType" minOccurs="0"/> <xs:element name="refsDecl" type="xces:refsDeclString" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="classDecl" type="xces:classDeclType" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |