QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
who | xs:IDREFS | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="settingType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="xces:class.global"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <!-- 0.4 Added 'p' elements to be consistent with the TEI --> <xs:element name="p" type="xces:subpar.seq"/> <!-- 0.4 Added a s. prefix to names and times in the settingDesc to avoid conflicts with other time elements --> <xs:element name="name" type="xces:tei.nameString"/> <xs:element name="time" type="xces:settingTimeString"/> <xs:element name="locale" type="xces:class.string"/> <xs:element name="activity" type="xces:class.string"/> </xs:choice> <xs:attribute name="who" type="xs:IDREFS"/> </xs:extension> </xs:complexContent> </xs:complexType> |