Definition Type: Element
Name: RequestorID
Type: UniqueID_Type
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
An identifier of the entity making the request (e.g. ATA/IATA/ID number, Electronic Reservation Service Provider (ERSP), Association of British Travel Agents (ABTA)).
Collapse XSD Schema Diagram:
Drilldown into CompanyName in schema ota_commontypes_xsd Drilldown into ID_Context in schema ota_commontypes_xsd1 Drilldown into ID in schema ota_commontypes_xsd1 Drilldown into ID_Group in schema ota_commontypes_xsd Drilldown into Instance in schema ota_commontypes_xsd1 Drilldown into Type in schema ota_commontypes_xsd1 Drilldown into URL in schema ota_commontypes_xsd1 Drilldown into UniqueID_Group in schema ota_commontypes_xsd Drilldown into UniqueID_Type in schema ota_commontypes_xsd Drilldown into MessagePassword in schema ota_commontypes_xsd1XSD Diagram of RequestorID in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="RequestorID" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">An identifier of the entity making the request  (e.g. ATA/IATA/ID number, Electronic Reservation Service Provider (ERSP), Association of British Travel Agents (ABTA)). </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="UniqueID_Type">
                <xs:attribute name="MessagePassword" type="StringLength1to16" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">This password provides an additional level of security that the recipient can use to validate the sending party's authority to use the message.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CompanyName CompanyName 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
URL URL (Optional)
Type Type Required
Instance Instance (Optional)
ID ID Required
ID_Context ID_Context Optional
MessagePassword MessagePassword Optional
Collapse Derivation Tree: