Supplies information about the usage of a specific element within the corpus or text with which this header is associated. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| TEIform | xs:string | optional | |||||
| gi | xs:NMTOKEN | required | |||||
| id | xs:ID | optional | |||||
| lang | xs:IDREF | optional | |||||
| n | xs:string | optional | |||||
| occurs | xs:NMTOKEN | optional | |||||
| wsd | xs:string | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
| Element | xces:tagsDeclType/xces:tagUsage |
<xs:complexType name="tagUsageString" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">Supplies information about the usage of a specific element within the corpus or text with which this header is associated.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:class.string"> <xs:attribute name="gi" type="xs:NMTOKEN" use="required"/> <xs:attribute name="occurs" type="xs:NMTOKEN"/> <xs:attribute name="wsd" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |