Information about an annotation file associated with the text. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
ann.loc | xs:anyURI | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
trans.loc | xs:anyURI | optional | |||||
type | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="annotationString" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">Information about an annotation file associated with the text.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:class.string"> <xs:attribute name="type" type="xs:string"/> <xs:attribute name="ann.loc" type="xs:anyURI"/> <xs:attribute name="trans.loc" type="xs:anyURI"/> </xs:extension> </xs:complexContent> </xs:complexType> |