chronitem

Complex Type Information

Model

Attributes

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

Used By

Source

<xs:complexType name="chronitem">
  <xs:sequence>
    <xs:choice>
      <xs:element name="datesingle" type="datesingle"/>
      <xs:element name="daterange" type="daterange"/>
      <xs:element name="dateset" type="dateset"/>
    </xs:choice>
    <xs:choice>
      <xs:sequence>
        <xs:element name="geogname" type="geogname" minOccurs="0"/>
        <xs:element name="event" type="event"/>
      </xs:sequence>
      <xs:element name="chronitemset" type="chronitemset" maxOccurs="unbounded"/>
    </xs:choice>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="localtype" type="xs:token"/>
</xs:complexType>