complexType BookingHotel
diagram pscev_p216.png
children Rooms
used by
element BookingHotels/Hotel
attributes
Name  Type  Use  Default  Fixed  annotation
TripProductIDTripProductIDrequired      
annotation
documentation
Representa un hotel seleccionado
source <xs:complexType name="BookingHotel">
 
<xs:annotation>
   
<xs:documentation>Representa un hotel seleccionado</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Rooms" type="BookingRooms"/>
 
</xs:sequence>
 
<xs:attribute name="TripProductID" type="TripProductID" use="required"/>
</xs:complexType>

attribute BookingHotel/@TripProductID
type TripProductID
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 32 
maxLength 100 
source <xs:attribute name="TripProductID" type="TripProductID" use="required"/>

element BookingHotel/Rooms
diagram pscev_p217.png
type BookingRooms
properties
isRef 0
content complex
children Room
source <xs:element name="Rooms" type="BookingRooms"/>


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