<xs:element name="ReservationID">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the reservation control information or the guest's booking ID .</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="UniqueID_Type">
<xs:attributeGroup ref="ReservationStatusGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The status and last modified date of this reservation.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|