Definition Type: Element
Name: Language
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Attributes used to identify the language preference for the message.
Collapse XSD Schema Diagram:
Drilldown into secondary in schema ota2_message_v2_0_0_xsd Drilldown into primary in schema ota2_message_v2_0_0_xsdXSD Diagram of Language in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:element name="Language" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Attributes used to identify the language preference for the message.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="primary" type="xsd:language" use="optional">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The primary human language preference to use for message processing in ISO 639 code format. Source: http://bit.ly/OTA2_ISO639</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="secondary" type="xsd:language" use="optional">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The secondary human language preference to use for message processing in ISO 639 code format. Source: http://bit.ly/OTA2_ISO639</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
primary ota2msg:primary Optional
secondary ota2msg:secondary Optional