System Furniture Element Type Enum | |
Enumération des types d'élément de l'ameublement |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcSystemFurnitureElementTypeEnum | ADDED |
IfcSystemFurnitureTypeEnum defines the types of system furniture from which the type required can be selected.
HISTORY New enumeration in IFC4.
Constant | Description |
---|---|
PANEL | Vertical panel used to divide work spaces. |
WORKSURFACE | Workstation countertop. |
USERDEFINED | User-defined type. |
NOTDEFINED | Undefined type. |
<xs:simpleType name="IfcSystemFurnitureElementTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="panel"/>
<xs:enumeration value="worksurface"/>
<xs:enumeration value="userdefined"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcSystemFurnitureElementTypeEnum = ENUMERATION OF (
PANEL,
WORKSURFACE,
USERDEFINED,
NOTDEFINED);
END_TYPE;