Sanitary Terminal Type Enum | |
Enumération des types d'équipement sanitaire |
The IfcSanitaryTerminalTypeEnum defines the range of different types of sanitary terminal that can be specified.
NOTE The value WCSEAT has been deprecated and should no longer be used; toilet seats should be represented by IfcDiscreteAccessory with ObjectType 'WC Seat'.
HISTORY New type in IFC2x2.
Constant | Description |
---|---|
BATH | Sanitary appliance for immersion of the human body or parts of it. |
BIDET | Waste water appliance for washing the excretory organs while sitting astride the bowl. |
CISTERN | A water storage unit attached to a sanitary terminal that is fitted with a device, operated automatically or by the user, that discharges water to cleanse a water closet (toilet) pan, urinal or slop hopper. |
SHOWER | Installation or waste water appliance that emits a spray of water to wash the human body. |
SINK | Waste water appliance for receiving, retaining or disposing of domestic, culinary, laboratory or industrial process liquids. |
SANITARYFOUNTAIN | A sanitary terminal that provides a low pressure jet of water for a specific purpose. |
TOILETPAN | Soil appliance for the disposal of excrement. |
URINAL | Soil appliance that receives urine and directs it to a waste outlet. |
WASHHANDBASIN | Waste water appliance for washing the upper parts of the body. |
WCSEAT | [Deprecated] Hinged seat that fits on the top of a water closet (WC) pan. |
USERDEFINED | User-defined type. |
NOTDEFINED | Undefined type. |
<xs:simpleType name="IfcSanitaryTerminalTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="bath"/>
<xs:enumeration value="bidet"/>
<xs:enumeration value="cistern"/>
<xs:enumeration value="shower"/>
<xs:enumeration value="sink"/>
<xs:enumeration value="sanitaryfountain"/>
<xs:enumeration value="toiletpan"/>
<xs:enumeration value="urinal"/>
<xs:enumeration value="washhandbasin"/>
<xs:enumeration value="wcseat"/>
<xs:enumeration value="userdefined"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcSanitaryTerminalTypeEnum = ENUMERATION OF (
BATH,
BIDET,
CISTERN,
SHOWER,
SINK,
SANITARYFOUNTAIN,
TOILETPAN,
URINAL,
WASHHANDBASIN,
WCSEAT,
USERDEFINED,
NOTDEFINED);
END_TYPE;
References: IfcSanitaryTerminal IfcSanitaryTerminalType