<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>
|