complexType HotelRoomTypeDescription
diagram pscev_p500.png
type extension of RoomDescription
properties
base RoomDescription
used by
element HotelRoomTypeDescriptions/HotelRoomTypeDescription
attributes
Name  Type  Use  Default  Fixed  annotation
RoomTypePSCodeTyperequired      
documentation
Código de la habitación
RoomsCountxs:unsignedInt      
source <xs:complexType name="HotelRoomTypeDescription">
 
<xs:simpleContent>
   
<xs:extension base="RoomDescription">
     
<xs:attribute name="RoomsCount" type="xs:unsignedInt"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute HotelRoomTypeDescription/@RoomsCount
type xs:unsignedInt
properties
isRef 0
source <xs:attribute name="RoomsCount" type="xs:unsignedInt"/>


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