Describes the setting or settings within which a language interaction takes place with a series of <setting> elements. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
default | restriction of xs:NMTOKEN | n | 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="settingDescType" mixed="false"> <xs:annotation> <xs:documentation xml:lang="en">Describes the setting or settings within which a language interaction takes place with a series of <setting> elements.</xs:documentation> </xs:annotation> <xs:complexContent mixed="false"> <xs:extension base="xces:class.declarable"> <xs:sequence> <xs:element name="setting" type="xces:settingType" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |