complexType BookingProducts
diagram pscev_p220.png
children Hotels ProductBookingExtraData
used by
element SingleBooking/Products
annotation
documentation
Nodo Products del mensaje de solicitud de reserva
source <xs:complexType name="BookingProducts">
 
<xs:annotation>
   
<xs:documentation>Nodo Products del mensaje de solicitud de reserva</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Hotels" type="BookingProductsHotels" minOccurs="0"/>
   
<xs:element name="ProductBookingExtraData" type="ProductBookingExtraData" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element BookingProducts/Hotels
diagram pscev_p221.png
type BookingProductsHotels
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Hotel
source <xs:element name="Hotels" type="BookingProductsHotels" minOccurs="0"/>

element BookingProducts/ProductBookingExtraData
diagram pscev_p222.png
type ProductBookingExtraData
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children ExtraData
source <xs:element name="ProductBookingExtraData" type="ProductBookingExtraData" minOccurs="0"/>


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