complexType CancellationFeesQueryDetailsRS
diagram pscev_p335.png
children Bookings Products
used by
element CancellationFeesQueryRS/Details
source <xs:complexType name="CancellationFeesQueryDetailsRS">
 
<xs:choice>
   
<xs:element name="Bookings" type="CancellationFeesQueryDetailsRSBookings"/>
   
<xs:element name="Products">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Hotels" type="BookingProductsHotels" minOccurs="0"/>
         
<xs:element name="Notifications" type="PSNotifications" minOccurs="0"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element CancellationFeesQueryDetailsRS/Bookings
diagram pscev_p336.png
type CancellationFeesQueryDetailsRSBookings
properties
isRef 0
content complex
children Booking
source <xs:element name="Bookings" type="CancellationFeesQueryDetailsRSBookings"/>

element CancellationFeesQueryDetailsRS/Products
diagram pscev_p337.png
properties
isRef 0
content complex
children Hotels Notifications
source <xs:element name="Products">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Hotels" type="BookingProductsHotels" minOccurs="0"/>
     
<xs:element name="Notifications" type="PSNotifications" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

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

element CancellationFeesQueryDetailsRS/Products/Notifications
diagram pscev_p339.png
type PSNotifications
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Notification
source <xs:element name="Notifications" type="PSNotifications" minOccurs="0"/>


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