Definition Type: Element
Name: UniqueID
Namespace: http://www.opentravel.org/OTA/2003/05
Type: UniqueID_Type
Containing Schema: OTA_CancelRQ.xsd
MinOccurs (1)
MaxOccurs 5
Abstract
Documentation:
This allows a user to send more than one UniqueID where there is more than one UniqueID associated to a single reservation (e.g. confirmation number and PNR record locator).
Collapse XSD Schema Diagram:
Drilldown into CompanyName in schema ota_commontypes_xsd1 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_xsd1 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_xsd1 Drilldown into UniqueID_Type in schema ota_commontypes_xsd1 Drilldown into Reason in schema ota_cancelrq_xsdXSD Diagram of UniqueID in schema ota_cancelrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="UniqueID" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">This allows a user to send more than one UniqueID where there is more than one UniqueID associated to a single reservation (e.g. confirmation number and PNR record locator).</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="UniqueID_Type">
                <xs:attribute name="Reason" type="StringLength1to64" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The reason for the cancellation.</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
Reason nsA:Reason Optional
Collapse Derivation Tree: