complexType BookingProductsRQ
diagram pscev_p226.png
type extension of PSCEVBase
properties
base PSCEVBase
children Notifications ContextInformation GeneralParameters Products BookingServiceAgent BookingComments
used by
elements BookingProductsRQ BookingProductsRS/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 reserva que corresponde al nodo Products
           
source <xs:complexType name="BookingProductsRQ">
 
<xs:annotation>
   
<xs:documentation>Tipo complejo del mensaje de solicitud de reserva que corresponde al nodo Products
           
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="PSCEVBase">
     
<xs:sequence>
       
<xs:element name="GeneralParameters" type="GeneralParameters"/>
       
<xs:element name="Products" type="ProductsToBook"/>
       
<xs:element name="BookingServiceAgent" type="BookingServiceAgent" minOccurs="0"/>
       
<xs:element name="BookingComments" type="xs:string" minOccurs="0"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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

element BookingProductsRQ/Products
diagram pscev_p228.png
type ProductsToBook
properties
isRef 0
content complex
children Hotels Passengers ProductBookingExtraData
source <xs:element name="Products" type="ProductsToBook"/>

element BookingProductsRQ/BookingServiceAgent
diagram pscev_p229.png
type BookingServiceAgent
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children PersonNames Identifiers
source <xs:element name="BookingServiceAgent" type="BookingServiceAgent" minOccurs="0"/>

element BookingProductsRQ/BookingComments
diagram pscev_p230.png
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="BookingComments" type="xs:string" minOccurs="0"/>


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