<xs:element name="BookingReferenceID" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The booking or confirmation number for which charges are being authorized.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="UniqueID_Type">
<xs:attribute name="IgnoreReservationInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the PNR should not be updated with the authorization information returned.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|