DistanceProximityCodeType

To define the proximity of a location in relation to another, such as
proximity of an activity from a hotel, proximity of shops in relation with a lodging
....

Simple Type Information

Used By

Source

<xs:simpleType name="DistanceProximityCodeType">
  <xs:annotation>
    <xs:documentation>To define the proximity of a location in relation to another, such as proximity of an activity from a hotel, proximity of shops in relation with a lodging ....</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Adjacent"/>
    <xs:enumeration value="Around"/>
    <xs:enumeration value="Behind"/>
    <xs:enumeration value="Bordering">
      <xs:annotation>
        <xs:documentation xml:lang="FR">En bordure de</xs:documentation>
        <xs:documentation xml:lang="EN">Bordering</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Close">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Très près de</xs:documentation>
        <xs:documentation xml:lang="EN">Close to</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Center">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Au centre de</xs:documentation>
        <xs:documentation xml:lang="EN">In the center of</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="In">
      <xs:annotation>
        <xs:documentation xml:lang="FR">En</xs:documentation>
        <xs:documentation xml:lang="EN">In</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="InFrontOf"/>
    <xs:enumeration value="Has">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Avec</xs:documentation>
        <xs:documentation xml:lang="EN">with</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Near">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Près de</xs:documentation>
        <xs:documentation xml:lang="EN">Near</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NotFar">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Non loin de</xs:documentation>
        <xs:documentation xml:lang="EN">Not far from</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="OnLeft"/>
    <xs:enumeration value="OnRight"/>
    <xs:enumeration value="OnSite">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Sur place</xs:documentation>
        <xs:documentation xml:lang="EN">On site</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Over"/>
    <xs:enumeration value="TwoSteps">
      <xs:annotation>
        <xs:documentation xml:lang="FR">A deux pas</xs:documentation>
        <xs:documentation xml:lang="EN">Two steps from</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Vicinity">
      <xs:annotation>
        <xs:documentation xml:lang="FR">proche de</xs:documentation>
        <xs:documentation xml:lang="EN">In the Vicinity of</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Under"/>
    <xs:enumeration value="Walking">
      <xs:annotation>
        <xs:documentation xml:lang="FR">A pieds à</xs:documentation>
        <xs:documentation xml:lang="EN">Walking distance of</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>