complexType ReBookingHotels
diagram pscev_p675.png
children Hotel
annotation
documentation
Representa un conjunto de hoteles
source <xs:complexType name="ReBookingHotels">
 
<xs:annotation>
   
<xs:documentation>Representa un conjunto de hoteles</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Hotel" type="ReBookingHotel" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

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


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