bedType

Attribute Information

Used By

Element RoomType

Source

<xs:attribute name="bedType">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="full"/>
      <xs:enumeration value="king"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="queen"/>
      <xs:enumeration value="double"/>
      <xs:enumeration value="single"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample