Specifies how canonical references are constructed for this text. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
doctype | xs:NMTOKEN | 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="refsDeclString" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">Specifies how canonical references are constructed for this text.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:class.string"> <xs:attribute name="doctype" type="xs:NMTOKEN"/> </xs:extension> </xs:complexContent> </xs:complexType> |