location

Attribute Information

Used By

Attribute Group m:mscarries.attributes

Source

<xs:attribute name="location">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="w"/>
      <xs:enumeration value="nw"/>
      <xs:enumeration value="n"/>
      <xs:enumeration value="ne"/>
      <xs:enumeration value="e"/>
      <xs:enumeration value="se"/>
      <xs:enumeration value="s"/>
      <xs:enumeration value="sw"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample