locationsType

Complex Type Information

Model

Attributes

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

Used By

Source

<xs:complexType name="locationsType">
  <xs:sequence>
    <xs:element name="head" type="headType" minOccurs="0" maxOccurs="0"/>
    <xs:sequence>
      <xs:element name="location" type="locationType" maxOccurs="unbounded"/>
      <xs:choice minOccurs="0" maxOccurs="0">
        <xs:element name="address" type="addressType"/>
        <xs:element name="chronlist" type="chronlistType"/>
        <xs:element name="list" type="listType"/>
        <xs:element name="table" type="tableType"/>
        <xs:element name="blockquote" type="blockquoteType"/>
        <xs:element name="p" type="pType"/>
      </xs:choice>
    </xs:sequence>
  </xs:sequence>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
</xs:complexType>