
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| TEIform | xs:string | item | optional | ||||
| id | xs:ID | optional | |||||
| lang | xs:IDREF | optional | |||||
| n | xs:string | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
| Element | xces:item.group/xces:h.item |
<xs:complexType name="tei.itemString" mixed="true"> <xs:complexContent> <xs:restriction base="xces:class.string"> <xs:attribute name="TEIform" type="xs:string" default="item"/> </xs:restriction> </xs:complexContent> </xs:complexType> |