Extend the xcesDoc type to include a <body> element. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | TEI.2 | optional | ||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
type | xs:string | text | optional | ||||
version | xs:string | required | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="xcesDocType"> <xs:annotation> <xs:documentation xml:lang="en">Extend the xcesDoc type to include a <body> element.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:xcesDocType"> <xs:choice minOccurs="0"> <xs:element name="body" type="xces:bodyType"/> </xs:choice> </xs:extension> </xs:complexContent> </xs:complexType> |