complexType AmendedBooking
diagram pscev_p78.png
children Products Notifications
used by
element AmendedBookings/Booking
attributes
Name  Type  Use  Default  Fixed  annotation
BookingReferencexs:stringrequired      
source <xs:complexType name="AmendedBooking">
 
<xs:sequence>
   
<xs:element name="Products" type="AmendedBookingProducts"/>
   
<xs:element name="Notifications" type="PSNotifications" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="BookingReference" type="xs:string" use="required"/>
</xs:complexType>

attribute AmendedBooking/@BookingReference
type xs:string
properties
isRef 0
use required
source <xs:attribute name="BookingReference" type="xs:string" use="required"/>

element AmendedBooking/Products
diagram pscev_p79.png
type AmendedBookingProducts
properties
isRef 0
content complex
children Flights
source <xs:element name="Products" type="AmendedBookingProducts"/>

element AmendedBooking/Notifications
diagram pscev_p80.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