chronlistType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:NMTOKEN optional

Used By

Source

<xs:complexType name="chronlistType">
  <xs:sequence>
    <xs:element name="head" type="headType" minOccurs="0"/>
    <xs:choice minOccurs="0">
      <xs:element name="chronhead" type="chronheadType"/>
    </xs:choice>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="chronitem" type="chronitemType"/>
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
</xs:complexType>