LocationQualifierCodeType

To define how a location is linked to its parent with more details
than the one provided by the collection standard information : In : the cities in a
country, the theaters in a district, ... Borders : the countries bordering a
country, the hotels bordering a river, ... Has : the museums in a given city,
...

Simple Type Information

Source

<xs:simpleType name="LocationQualifierCodeType">
  <xs:annotation>
    <xs:documentation>To define how a location is linked to its parent with more details than the one provided by the collection standard information : In : the cities in a country, the theaters in a district, ... Borders : the countries bordering a country, the hotels bordering a river, ... Has : the museums in a given city, ...</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="In"/>
    <xs:enumeration value="Borders"/>
    <xs:enumeration value="Has"/>
  </xs:restriction>
</xs:simpleType>