BedCodeType

**************************************- Maintenance: DF/2003-11-13:
Comment corrected DF/2003-11-13: Comment copied to BedType
**************************************- The type (Cot, Futon ...) and size of the
bed (Single, Double ...). It can also be used to qualify an Extra Bed (Always
considered as a Single bed). Twin is not a bed type but a room type and corresponds
to 2 beds. **************************************-

Simple Type Information

Used By

Attribute BedType/@Code

Source

<xs:simpleType name="BedCodeType" id="Bed_CodeType">
  <xs:annotation>
    <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to BedType **************************************- The type (Cot, Futon ...) and size of the bed (Single, Double ...). It can also be used to qualify an Extra Bed (Always considered as a Single bed). Twin is not a bed type but a room type and corresponds to 2 beds. **************************************-</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Bed">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Lit</xs:documentation>
        <xs:documentation xml:lang="EN">Bed</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="BunkBed">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Lits supperposés, lit à étages, lit jumeaux</xs:documentation>
        <xs:documentation xml:lang="EN">Bunk beds, twin bunks</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Berth"/>
    <xs:enumeration value="Cot">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Lit d'enfant</xs:documentation>
        <xs:documentation xml:lang="EN">Cot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Crib">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Berceau</xs:documentation>
        <xs:documentation xml:lang="EN">Crib, Cradle</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Double"/>
    <xs:enumeration value="Futon"/>
    <xs:enumeration value="ExtraBed"/>
    <xs:enumeration value="King"/>
    <xs:enumeration value="WallBed">
      <xs:annotation>
        <xs:appinfo>DF+2010-02-22+Added</xs:appinfo>
        <xs:documentation xml:lang="FR">Lit armoire</xs:documentation>
        <xs:documentation xml:lang="EN">A wallbed is also named Murphy bed in North America. It is a bed that is hinged at one end to store vertically against the wall, or inside a closet or cabinet.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Queen"/>
    <xs:enumeration value="Single"/>
    <xs:enumeration value="Sofa"/>
    <xs:enumeration value="Twin"/>
  </xs:restriction>
</xs:simpleType>