complexType RoomDescription
diagram pscev_p712.png
type extension of xs:string
properties
base xs:string
used by
elements BookingServiceRoom/RoomDescription ChargeCondition/RoomDescription
complexType HotelRoomTypeDescription
attributes
Name  Type  Use  Default  Fixed  annotation
RoomTypePSCodeTyperequired      
documentation
Código de la habitación
source <xs:complexType name="RoomDescription">
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="RoomType" type="PSCodeType" use="required">
       
<xs:annotation>
         
<xs:documentation>Código de la habitación</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute RoomDescription/@RoomType
type PSCodeType
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 
annotation
documentation
Código de la habitación
source <xs:attribute name="RoomType" type="PSCodeType" use="required">
 
<xs:annotation>
   
<xs:documentation>Código de la habitación</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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