Definition Type: Element
Name: Location
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Localization information, including requestor country and local currency.
Collapse XSD Schema Diagram:
Drilldown into TimeZone in schema ota2_message_v2_0_0_xsd Drilldown into ISOCurrency in schema ota2_message_v2_0_0_xsd Drilldown into ISOCountry in schema ota2_message_v2_0_0_xsdXSD Diagram of Location in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:element name="Location" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Localization information, including requestor country and local currency.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="TimeZone" type="TimeZone" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The time zone of the requestor.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="ISOCountry">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The country code of the requesting party in ISO 3166 format. Source: http://bit.ly/OTA2_ISO3166</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="ISOCurrency" type="Code_ISO_Currency" use="optional">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies a three character currency code in ISO 4217 format. Source: http://bit.ly/OTA2_ISO4217</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TimeZone ota2msg:TimeZone 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ISOCountry ota2msg:ISOCountry (Optional)
ISOCurrency ota2msg:ISOCurrency Optional