The body of the text, excluding any front or back matter. |
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 |
|
<xs:complexType name="bodyType"> <xs:annotation> <xs:documentation xml:lang="en">The body of the text, excluding any front or back matter.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.text.elementOnly"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="xces:m.par.seq"/> <xs:element name="div" type="xces:divType"/> </xs:choice> <xs:attribute name="decls" type="xs:IDREFS"/> </xs:extension> </xs:complexContent> </xs:complexType> |