QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
affix | xs:string | optional | |||||
feature | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
orig | xs:string | optional | |||||
reg | xs:string | optional | |||||
type | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | xces:chunkType/xces:shift |
<xs:complexType name="shiftType"> <xs:complexContent> <xs:extension base="xces:class.ana"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="tok" type="xces:tokType"/> <xs:element name="event" type="xces:eventType"/> </xs:choice> <xs:attribute name="feature" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |