complexType BookingHotels
diagram pscev_p218.png
children Hotel
used by
element ProductsToBook/Hotels
annotation
documentation
Representa un conjunto de hoteles
source <xs:complexType name="BookingHotels">
 
<xs:annotation>
   
<xs:documentation>Representa un conjunto de hoteles</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Hotel" type="BookingHotel" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element BookingHotels/Hotel
diagram pscev_p219.png
type BookingHotel
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children Rooms
attributes
Name  Type  Use  Default  Fixed  annotation
TripProductIDTripProductIDrequired      
source <xs:element name="Hotel" type="BookingHotel" maxOccurs="unbounded"/>


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