Eg, if the room numbers are numbered between 100 and 500:
<element name="Room" type="Room_Type"/> <simpleType name="Room_Type"> <restriction base="integer"> <xsd:minInclusive value="100"/> <xsd:maxInclusive value="500"/> </restriction> </simpleType>
14 of 26