<xs:element name="AirBookModifyRQ">
<xs:annotation>
<xs:documentation xml:lang="en">Contains the new value of data which is to be modified.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="AirReservationType">
<xs:attribute name="ModificationType" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the type of booking modification being requested. Refer to OTA Code List Modification Type (MOD).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ReduceToNbr" type="Numeric1to999" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The number of passengers that should remain in the passenger booking record following a modification to reduce the number in party.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ClaimPNR_Ind" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, indicates a request to claim the booking by the sending party.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|