titlestmt

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
encodinganalog xs:token optional
id xs:ID optional
lang xs:NMTOKEN optional
script xs:NMTOKEN optional

Used By

Source

<xs:complexType name="titlestmt">
  <xs:sequence>
    <xs:element name="titleproper" type="titleproper" maxOccurs="unbounded"/>
    <xs:element name="subtitle" type="subtitle" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="author" type="author" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="sponsor" type="sponsor" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="encodinganalog" type="xs:token"/>
</xs:complexType>