The CES level of conformance for the text or corpus. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | normalisation | optional | ||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
level | restriction of xs:NMTOKEN | 1 | optional | ||||
n | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="tei.conformanceString" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">The CES level of conformance for the text or corpus.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:tei.conformanceStringBase"> <xs:attribute name="level" default="1"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |