A title, used in sections, poems and body elements |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| xml:lang | xs:language | optional |
|
<xs:complexType name="titleType"> <xs:annotation> <xs:documentation>A title, used in sections, poems and body elements</xs:documentation> </xs:annotation> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="p" type="pType"/> <xs:element name="empty-line"/> </xs:choice> <xs:attribute ref="xml:lang"/> </xs:complexType> |