Definition Type: Element
Name: RefPoint
Type: Unresolved link to stringlength0to64
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs 999
Abstract
Documentation:
The Reference Point element allows for a search by proximity to a designated reference point by name.
Collapse XSD Schema Diagram:
Drilldown into CityName in schema ota_commontypes_xsd1 Drilldown into Name in schema ota_commontypes_xsd1 Drilldown into RefPointType in schema ota_commontypes_xsd1 Drilldown into Quantity in schema ota_commontypes_xsd1 Drilldown into QuantityGroup in schema ota_commontypes_xsd Drilldown into URI in schema ota_commontypes_xsd1 Drilldown into CodeContext in schema ota_commontypes_xsd1 Drilldown into Code in schema ota_commontypes_xsd1 Drilldown into CodeGroup in schema ota_commontypes_xsd Drilldown into CodeListGroup in schema ota_commontypes_xsd Drilldown into CountryCode in schema ota_commontypes_xsd1 Drilldown into StateProv in schema ota_commontypes_xsd1XSD Diagram of RefPoint in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="RefPoint" minOccurs="0" maxOccurs="999">
    <xs:annotation>
        <xs:documentation xml:lang="en">The Reference Point element allows for a search by proximity to a designated reference point by name. </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="StringLength0to64">
                <xs:attribute name="StateProv" type="StateProvCodeType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The state or province in which the reference point is located.
</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="CountryCode" type="ISO3166" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The country in which the reference point is located.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attributeGroup ref="CodeListGroup">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Used to specify a reference point by a code.</xs:documentation>
                    </xs:annotation>
                </xs:attributeGroup>
                <xs:attribute name="RefPointType" type="OTA_CodeType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Indicates the type of location being referenced (e.g., Airport, Hotel). Refer to the OTA code table Index Point Code (IPC).</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="Name" type="StringLength1to128" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The name of the reference point.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="CityName" type="StringLength1to64" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The name of the city associated with this reference point.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
StateProv StateProv Optional
CountryCode CountryCode Optional
Code Code Optional
CodeContext CodeContext Optional
URI URI Optional
Quantity Quantity Optional
RefPointType RefPointType Optional
Name Name Optional
CityName CityName Optional
Collapse Derivation Tree:
  • Unresolved link to stringlength0to64
    • RefPoint