Used for XCES elements that map onto the TEI <note> element. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | note | 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:extentType/xces:extNote |
<xs:complexType name="tei.noteString" mixed="true"> <xs:annotation> <xs:documentation>Used for XCES elements that map onto the TEI <note> element.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="xces:class.string"> <xs:attribute name="TEIform" type="xs:string" default="note"/> </xs:restriction> </xs:complexContent> </xs:complexType> |