ifc:IfcFurnitureTypeEnum

Simple Type Information

Used By

Source

<xs:simpleType name="IfcFurnitureTypeEnum">
  <xs:restriction base="xs:string">
    <xs:enumeration value="chair"/>
    <xs:enumeration value="table"/>
    <xs:enumeration value="desk"/>
    <xs:enumeration value="bed"/>
    <xs:enumeration value="filecabinet"/>
    <xs:enumeration value="shelf"/>
    <xs:enumeration value="sofa"/>
    <xs:enumeration value="userdefined"/>
    <xs:enumeration value="notdefined"/>
  </xs:restriction>
</xs:simpleType>