chronitemType

Complex Type Information

Model

Children: date, event, eventgrp, place

Attributes

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

Used By

Source

<xs:complexType name="chronitemType">
  <xs:sequence>
    <xs:element name="date" type="dateType"/>
    <xs:element name="place" type="placeType" minOccurs="0"/>
    <xs:choice>
      <xs:element name="event" type="eventType"/>
      <xs:element name="eventgrp" type="eventgrpType"/>
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
</xs:complexType>