complexType BookingServiceGuests
diagram pscev_p279.png
children Guest
used by
elements CancellationFeesHotelRoom/Guests AvailabilityOccupancy/Guests
source <xs:complexType name="BookingServiceGuests">
 
<xs:sequence>
   
<xs:element name="Guest" type="BookingServiceGuest" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element BookingServiceGuests/Guest
diagram pscev_p280.png
type BookingServiceGuest
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
PassengerSequenceSequencerequired      
documentation
Identificador del pasajero. Este dato se obtiene del sequence del nodo passenger
               
source <xs:element name="Guest" type="BookingServiceGuest" maxOccurs="unbounded"/>


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