Definition Type: Element
Name: Agent
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Travel agent identification and authentication information.
Collapse XSD Schema Diagram:
Drilldown into terminalID in schema ota2_message_v2_0_0_xsd Drilldown into dutyCode in schema ota2_message_v2_0_0_xsd Drilldown into pseudoCityCode in schema ota2_message_v2_0_0_xsd Drilldown into sine in schema ota2_message_v2_0_0_xsdXSD Diagram of Agent in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:element name="Agent" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Travel agent identification and authentication information.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="sine" type="String_Short" use="optional">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A unique identification of an agent location that typically includes a four digit personal identification number, a two character agent identifier and a duty code.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="pseudoCityCode" type="Code_PseudoCity" use="optional">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A three to five character code (alpha, numeric, or combination) that specifies a GDS code used to identify a travel agency location. Typically required when using negotiated rates to associate the rates to an agency.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="dutyCode" type="Code_AgentDuty" use="optional">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Typically a two to five character code (alpha, numeric, or combination) code that specifies a travel agents duty code that is used for agency authentication.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="terminalID" type="String_Short" use="optional">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The electronic address of the device from which information is entered.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
sine ota2msg:sine Optional
pseudoCityCode ota2msg:pseudoCityCode Optional
dutyCode ota2msg:dutyCode Optional
terminalID ota2msg:terminalID Optional