<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>
|