Groups together a sequence of distinct texts that are regarded as a unit, such as a sequence of prose essays, poems, etc. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
decls | xs:IDREFS | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
rend | xs:string | optional | |||||
wsd | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | xces:textType/xces:group |
<xs:complexType name="groupType"> <xs:annotation> <xs:documentation xml:lang="en">Groups together a sequence of distinct texts that are regarded as a unit, such as a sequence of prose essays, poems, etc.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:par.seq"> <xs:sequence> <xs:element name="body" type="xces:bodyType" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="decls" type="xs:IDREFS"/> </xs:extension> </xs:complexContent> </xs:complexType> |