complexType BookingAmendmentRQ
diagram pscev_p302.png
type extension of PSCEVBase
properties
base PSCEVBase
children Notifications GeneralParameters Bookings
used by
elements BookingAmendmentRQ BookingAmendmentRS/Echo
attributes
Name  Type  Use  Default  Fixed  annotation
Versionxs:string      
documentation
Versión del mensaje CEV
Debugxs:boolean      
documentation
Uso Interno - Indica si el mensaje se debe procesar en modo debug
annotation
documentation
Tipo complejo del mensaje de solicitud de modificación de Reserva
source <xs:complexType name="BookingAmendmentRQ">
 
<xs:annotation>
   
<xs:documentation>Tipo complejo del mensaje de solicitud de modificación de Reserva</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="PSCEVBase">
     
<xs:sequence>
       
<xs:element name="GeneralParameters" type="GeneralParameters"/>
       
<xs:element name="Bookings" type="BookingAmendmentRQDetails"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element BookingAmendmentRQ/GeneralParameters
diagram pscev_p303.png
type GeneralParameters
properties
isRef 0
content complex
children PreferedLanguage PreferedCurrency
source <xs:element name="GeneralParameters" type="GeneralParameters"/>

element BookingAmendmentRQ/Bookings
diagram pscev_p304.png
type BookingAmendmentRQDetails
properties
isRef 0
content complex
children Booking
source <xs:element name="Bookings" type="BookingAmendmentRQDetails"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy