Groups information about existing translations of the text. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
xml:base | xs:anyURI | optional |
|
||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="translationsType"> <xs:annotation> <xs:documentation xml:lang="en">Groups information about existing translations of the text.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.global"> <xs:sequence maxOccurs="unbounded"> <xs:element name="translation" type="xces:translationString" maxOccurs="unbounded"/> <xs:element name="translator" type="xces:class.string" minOccurs="0"/> </xs:sequence> <xs:attribute ref="xml:base"/> </xs:extension> </xs:complexContent> </xs:complexType> |