<xs:simpleType name="FeatureBedCodeType">
<xs:annotation>
<xs:documentation>xxxcheck meaning of poster bed (baldaquin)</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Baldaquin">
<xs:annotation>
<xs:documentation xml:lang="FR">Lit à Baldaquin, lit à la romaine, lit à ciel, lit à dais</xs:documentation>
<xs:documentation xml:lang="EN">Bed with Baldaquin</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BZ">
<xs:annotation>
<xs:documentation xml:lang="FR">Canapé convertible BZ</xs:documentation>
<xs:documentation xml:lang="EN">Sofa-bed BZ</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ClicClac">
<xs:annotation>
<xs:documentation xml:lang="FR">Banquette Clic-Clac</xs:documentation>
<xs:documentation xml:lang="EN">Sofa Bed Clic-Clac</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Folding">
<xs:annotation>
<xs:documentation xml:lang="FR">Lit pliant, lit rabattable</xs:documentation>
<xs:documentation xml:lang="EN">Folding bed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PullOut">
<xs:annotation>
<xs:documentation xml:lang="FR">Lit tiroir, lit gigogne</xs:documentation>
<xs:documentation xml:lang="EN">Pull out bed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Poster">
<xs:annotation>
<xs:documentation xml:lang="FR">Lit à colonnes</xs:documentation>
<xs:documentation xml:lang="EN">Four post bed, four poster bed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ThreeQuarter">
<xs:annotation>
<xs:documentation xml:lang="FR">Lit trois quart (120 cm)</xs:documentation>
<xs:documentation xml:lang="EN">Three quarter bed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Water"/>
<xs:enumeration value="WheelchairAccessible"/>
</xs:restriction>
</xs:simpleType> |