RoomNatureCodeType

Simple Type Information

Used By

Attribute RoomType/@Nature

Source

<xs:simpleType name="RoomNatureCodeType">
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="Alcove"/>
    <xs:enumeration value="Allway"/>
    <xs:enumeration value="Attic"/>
    <xs:enumeration value="Balcony"/>
    <xs:enumeration value="Ballroom"/>
    <xs:enumeration value="Barn"/>
    <xs:enumeration value="Bathroom"/>
    <xs:enumeration value="Bedroom"/>
    <xs:enumeration value="BillardRoom"/>
    <xs:enumeration value="BoxRoom"/>
    <xs:enumeration value="Cellar"/>
    <xs:enumeration value="DiningRoom"/>
    <xs:enumeration value="DrawingRoom"/>
    <xs:enumeration value="Entrance"/>
    <xs:enumeration value="GamesRoom"/>
    <xs:enumeration value="Garage"/>
    <xs:enumeration value="GuestRoom"/>
    <xs:enumeration value="Hall"/>
    <xs:enumeration value="Kitchen"/>
    <xs:enumeration value="Larder"/>
    <xs:enumeration value="Library"/>
    <xs:enumeration value="LivingRoom"/>
    <xs:enumeration value="Lounge"/>
    <xs:enumeration value="MusicRoom"/>
    <xs:enumeration value="Office"/>
    <xs:enumeration value="Pantry"/>
    <xs:enumeration value="Parlour"/>
    <xs:enumeration value="PlayRoom"/>
    <xs:enumeration value="SaunaRoom"/>
    <xs:enumeration value="SteamRoom"/>
    <xs:enumeration value="Storage"/>
    <xs:enumeration value="Study">
      <xs:annotation>
        <xs:documentation xml:lang="en">- EN: Study</xs:documentation>
        <xs:documentation xml:lang="fr">- FR: Bureau</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="SummerKitchen"/>
    <xs:enumeration value="Terasse"/>
    <xs:enumeration value="Toilet"/>
    <xs:enumeration value="UtilityRoom"/>
    <xs:enumeration value="Veranda"/>
  </xs:restriction>
</xs:simpleType>