Distribution System Enum | |
Enumération des types de système de distribution |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcDistributionSystemEnum | ADDED |
This enumeration identifies different types of distribution systems. It is used to designate systems by their function as well as ports of devices within such systems to restrict connectivity to compatible connections.
HISTORY New enumeration in IFC4.
Ports for cable carriers may be connected using IfcCableCarrierSegment and IfcCableCarrierFitting. Type objects for cable carrier segments and fittings (IfcCableCarrierSegmentType and IfcCableCarrierFittingType that are not specific to a particular system type may have ports with PredefinedType of NOTDEFINED which indicates that occurrences of such objects may connect to ports of any other cable-carrier based port. Valid enumerations for cable carriers are the same as that for cables, and may be asserted if ports of the contained cables are all of the same type.
Constant | Description |
---|---|
AIRCONDITIONING | Conditioned air distribution system for purposes of maintaining a temperature range within one or more spaces. |
AUDIOVISUAL | A transport of a single media source, having audio and/or video streams. |
CHEMICAL | Arbitrary chemical further qualified by property set, such as for medical or industrial use. |
CHILLEDWATER | Nonpotable chilled water, such as circulated through an evaporator. |
COMMUNICATION | |
COMPRESSEDAIR | Compressed air system. |
CONDENSERWATER | Nonpotable water, such as circulated through a condenser. |
CONTROL | A transport or network dedicated to control system usage. |
CONVEYING | Arbitrary supply of substances. |
DATA | A network having general-purpose usage. |
DISPOSAL | Arbitrary disposal of substances. |
DOMESTICCOLDWATER | Unheated potable water distribution system. |
DOMESTICHOTWATER | Heated potable water distribution system. |
DRAINAGE | Drainage collection system. |
EARTHING | A path for equipotential bonding, conducting current to the ground. |
ELECTRICAL | A circuit for delivering electrical power. |
ELECTROACOUSTIC | An amplified audio signal such as for loudspeakers. |
EXHAUST | Exhaust air collection system for removing stale or noxious air from one or more spaces. |
FIREPROTECTION | Fire protection sprinkler system. |
FUEL | Arbitrary supply of fuel. |
GAS | Gas-phase materials such as methane or natural gas. |
HAZARDOUS | Hazardous material or fluid collection system. |
HEATING | Water or steam heated from a boiler and circulated through radiators. |
LIGHTING | A circuit dedicated for lighting, such as a fixture having sockets for lamps. |
LIGHTNINGPROTECTION | A path for conducting lightning current to the ground. |
MUNICIPALSOLIDWASTE | Items consumed and discarded, commonly known as trash or garbage. |
OIL | Oil distribution system. |
OPERATIONAL | Operating supplies system. |
POWERGENERATION | A path for power generation. |
RAINWATER | Rainwater resulting from precipitation which directly falls on a parcel. |
REFRIGERATION | Refrigerant distribution system for purposes of fulfilling all or parts of a refrigeration cycle. |
SECURITY | A transport or network dedicated to security system usage. |
SEWAGE | Sewage collection system. |
SIGNAL | A raw analog signal, such as modulated data or measurements from sensors. |
STORMWATER | Stormwater resulting from precipitation which runs off or travels over the ground surface. |
TELEPHONE | A transport or network dedicated to telephone system usage. |
TV | A transport of multiple media sources such as analog cable TV, satellite TV, or over-the-air TV. |
VACUUM | Vacuum distribution system. |
VENT | Vent system for wastewater piping systems. |
VENTILATION | Ventilation air distribution system involved in either the exchange of air to the outside as well as circulation of air within a building. |
WASTEWATER | Water adversely affected in quality by anthropogenic influence, possibly originating from sewage, drainage, or other source. |
WATERSUPPLY | Arbitrary water supply. |
USERDEFINED | |
NOTDEFINED |
<xs:simpleType name="IfcDistributionSystemEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="airconditioning"/>
<xs:enumeration value="audiovisual"/>
<xs:enumeration value="chemical"/>
<xs:enumeration value="chilledwater"/>
<xs:enumeration value="communication"/>
<xs:enumeration value="compressedair"/>
<xs:enumeration value="condenserwater"/>
<xs:enumeration value="control"/>
<xs:enumeration value="conveying"/>
<xs:enumeration value="data"/>
<xs:enumeration value="disposal"/>
<xs:enumeration value="domesticcoldwater"/>
<xs:enumeration value="domestichotwater"/>
<xs:enumeration value="drainage"/>
<xs:enumeration value="earthing"/>
<xs:enumeration value="electrical"/>
<xs:enumeration value="electroacoustic"/>
<xs:enumeration value="exhaust"/>
<xs:enumeration value="fireprotection"/>
<xs:enumeration value="fuel"/>
<xs:enumeration value="gas"/>
<xs:enumeration value="hazardous"/>
<xs:enumeration value="heating"/>
<xs:enumeration value="lighting"/>
<xs:enumeration value="lightningprotection"/>
<xs:enumeration value="municipalsolidwaste"/>
<xs:enumeration value="oil"/>
<xs:enumeration value="operational"/>
<xs:enumeration value="powergeneration"/>
<xs:enumeration value="rainwater"/>
<xs:enumeration value="refrigeration"/>
<xs:enumeration value="security"/>
<xs:enumeration value="sewage"/>
<xs:enumeration value="signal"/>
<xs:enumeration value="stormwater"/>
<xs:enumeration value="telephone"/>
<xs:enumeration value="tv"/>
<xs:enumeration value="vacuum"/>
<xs:enumeration value="vent"/>
<xs:enumeration value="ventilation"/>
<xs:enumeration value="wastewater"/>
<xs:enumeration value="watersupply"/>
<xs:enumeration value="userdefined"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcDistributionSystemEnum = ENUMERATION OF (
AIRCONDITIONING,
AUDIOVISUAL,
CHEMICAL,
CHILLEDWATER,
COMMUNICATION,
COMPRESSEDAIR,
CONDENSERWATER,
CONTROL,
CONVEYING,
DATA,
DISPOSAL,
DOMESTICCOLDWATER,
DOMESTICHOTWATER,
DRAINAGE,
EARTHING,
ELECTRICAL,
ELECTROACOUSTIC,
EXHAUST,
FIREPROTECTION,
FUEL,
GAS,
HAZARDOUS,
HEATING,
LIGHTING,
LIGHTNINGPROTECTION,
MUNICIPALSOLIDWASTE,
OIL,
OPERATIONAL,
POWERGENERATION,
RAINWATER,
REFRIGERATION,
SECURITY,
SEWAGE,
SIGNAL,
STORMWATER,
TELEPHONE,
TV,
VACUUM,
VENT,
VENTILATION,
WASTEWATER,
WATERSUPPLY,
USERDEFINED,
NOTDEFINED);
END_TYPE;