Definition Type: ComplexType
Name: ReservationId
Namespace: http://www.opentravel.org/OTM/Common/v4
Type: ota2-0400:StringShort
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
Contains the reservation (resId) or cancellation number for the reservation.
Collapse XSD Schema Diagram:
Drilldown into sourceContext in schema common_4_0_0_xsd Drilldown into source in schema common_4_0_0_xsd Drilldown into type in schema common_4_0_0_xsdXSD Diagram of ReservationId in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="ReservationId">
    <xsd:annotation>
        <xsd:documentation source="Description">Contains the reservation (resId) or cancellation number for the reservation.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ReservationId</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="ota2-0400:StringShort">
            <xsd:attribute name="type" type="ota2-0400:StringTiny" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">Specifies the type of reservation ID (e.g. reservation number, cancellation number).</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="source" type="ota2-0400:StringShort" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">Specifies a unique identifier to indicate the source system which generated the resId.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="sourceContext" type="ota2-0400:StringShort" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">Specifies the context of the source.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
type ota2-0400:type Optional
source ota2-0400:source Optional
sourceContext ota2-0400:sourceContext Optional
Collapse Derivation Tree: