LocationQualifierGroup

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
Is LocationNatureCodeType optional
Where DistanceProximityCodeType optional
Used to provide a general indication of the proximity of the
entity in relation to the location. For more precise information, the Distance
Entity should be used instead It can also be used 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,
... Bordering : the countries bordering a country, the hotels bordering a river,
... Has : the museums in a given city, ... ...

Used By

Complex Type LocationCollectionType

Source

<xs:attributeGroup name="LocationQualifierGroup">
  <xs:attribute name="Where" type="DistanceProximityCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>Used to provide a general indication of the proximity of the entity in relation to the location. For more precise information, the Distance Entity should be used instead It can also be used 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, ... Bordering : the countries bordering a country, the hotels bordering a river, ... Has : the museums in a given city, ... ...</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="Is" type="LocationNatureCodeType" use="optional"/>
</xs:attributeGroup>