complexType RoomType
diagram pscev_p713.png
type extension of xs:string
properties
base xs:string
used by
element RateType/Rooms/Room
attributes
Name  Type  Use  Default  Fixed  annotation
Typexs:stringrequired      
AvailabilityPSCodeTyperequired      
RoomSequenceSequencerequired      
Occupancyxs:string      
source <xs:complexType name="RoomType">
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="Type" type="xs:string" use="required"/>
     
<xs:attribute name="Availability" type="PSCodeType" use="required"/>
     
<xs:attribute name="RoomSequence" type="Sequence" use="required"/>
     
<xs:attribute name="Occupancy" type="xs:string"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute RoomType/@Type
type xs:string
properties
isRef 0
use required
source <xs:attribute name="Type" type="xs:string" use="required"/>

attribute RoomType/@Availability
type PSCodeType
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 
source <xs:attribute name="Availability" type="PSCodeType" use="required"/>

attribute RoomType/@RoomSequence
type Sequence
properties
isRef 0
use required
source <xs:attribute name="RoomSequence" type="Sequence" use="required"/>

attribute RoomType/@Occupancy
type xs:string
properties
isRef 0
source <xs:attribute name="Occupancy" type="xs:string"/>


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