titleType

A title, used in sections, poems and body elements

Complex Type Information

Model

Children: empty-line, p

Attributes

QName Type Fixed Default Use Inheritable Annotation
xml:lang xs:language optional
Element content's languige

Used By

Source

<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>