placeType

Complex Type Information

Model

Children: abbr, emph, expan, lb, part

Attributes

QName Type Fixed Default Use Inheritable Annotation
ea xs:NMTOKEN optional
id xs:NMTOKEN optional
normal xs:string optional
placetype restriction of xs:NMTOKEN optional
type xs:string optional
typeauth xs:IDREF optional
typekey xs:string optional
valueauth xs:IDREF optional
valuekey xs:string optional

Used By

Source

<xs:complexType name="placeType" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="0">
    <xs:element name="part" type="partType"/>
    <xs:element name="emph" type="emphType"/>
    <xs:element ref="lb"/>
    <xs:element name="abbr" type="abbrType"/>
    <xs:element name="expan" type="expanType"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
  <xs:attribute name="placetype">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="geog"/>
        <xs:enumeration value="juris"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="normal" type="xs:string"/>
  <xs:attribute name="type" type="xs:string"/>
  <xs:attribute name="typeauth" type="xs:IDREF"/>
  <xs:attribute name="typekey" type="xs:string"/>
  <xs:attribute name="valueauth" type="xs:IDREF"/>
  <xs:attribute name="valuekey" type="xs:string"/>
</xs:complexType>