Definition Type: AttributeGroup
Name: RelativePositionGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Defines the position of an entity in relation to another entity (e.g. from an airport to a hotel, the relationship is dependant on use).
Collapse XSD Schema Diagram:
Drilldown into UnitOfMeasureCode in schema ota_commontypes_xsd1 Drilldown into DistanceUnitName in schema ota_commontypes_xsd1 Drilldown into Distance in schema ota_commontypes_xsd1 Drilldown into Direction in schema ota_commontypes_xsd1XSD Diagram of RelativePositionGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="RelativePositionGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Defines the position of an entity in relation to another entity (e.g. from an airport to a hotel, the relationship is dependant on use). </xs:documentation>
    </xs:annotation>
    <xs:attribute name="Direction" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Defines the cardinal direction (e.g., north, south, southwest).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Distance" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Defines the distance between two points.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="DistanceUnitName" type="DistanceUnitNameType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">
                <DeprecationWarning>Candidate for potential removal, usage is not recommended. Deprecation Warning added in 2006A.</DeprecationWarning>
            </xs:documentation>
            <xs:documentation xml:lang="en">Provides the ability to specify the unit of measure to which the "Distance" attribute is referring.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The unit of measure in a code format. Refer to OTA Code List Unit of Measure Code (UOM).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
Direction Direction Optional
Distance Distance Optional
DistanceUnitName DistanceUnitName Optional
UnitOfMeasureCode UnitOfMeasureCode Optional