IfcDistributionSystemEnum

Natural language names
Distribution System Enum
Enumération des types de système de distribution
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcDistributionSystemEnumADDED
IFC4x2 to IFC4x3_RC1
    IfcDistributionSystemEnum
      CATENARY_SYSTEMADDED
      OVERHEAD_CONTACTLINE_SYSTEMADDED
      RETURN_CIRCUITADDED
IFC4x3_RC3 to IFC4x3_RC4
    IfcDistributionSystemEnum
      FIXEDTRANSMISSIONNETWORKADDED
      OPERATIONALTELEPHONYSYSTEMADDED
      MOBILENETWORKADDED
      MONITORINGSYSTEMADDED
IFC4X3_ADD2 to IFC4X4_draft
    IfcDistributionSystemEnum
      SAFETYADDED
Semantic definitions at the type
Type definition

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.

Enumeration definition
ConstantDescription
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

Active fire protection for detecting, stopping and escaping fire.

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.

CATENARY_SYSTEM

A longitudinal distribution system that supports contact wires, including catenary wire droppers and stich wires.

OVERHEAD_CONTACTLINE_SYSTEM

An overhead contact line system above the upper limit of the train using an overhead contact line and a catenary system to supply current to traction units.

RETURN_CIRCUIT

A distribution system which forms the intended path for the traction return current and the current under fault conditions.

FIXEDTRANSMISSIONNETWORK

Represents all wired networks that provide a data transmission channel using optical fiber cables, copper cables or both. It aggregates many technologies that are based on the multiplexing method.

OPERATIONALTELEPHONYSYSTEM

A system that allows communications between operators (e.g. switchtender, traffic regulator, operational agents, etc.) in operational centers and on the infrastructure site (e.g. railway, tunnel or road).

MOBILENETWORK

Mobile network insures wireless communication by providing a secure platform for voice and data communication between infrastructure operators, including drivers, dispatchers, shunting team members and station controllers.

SAFETY

A system aimed for protecting the safety of people, vehicles and other equipment from unwanted events.

MONITORINGSYSTEM

Sensor-based system for building and infrastructure monitoring and control (including environmental monitoring and control).

USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <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="catenary_system"/>
   <xs:enumeration value="overhead_contactline_system"/>
   <xs:enumeration value="return_circuit"/>
   <xs:enumeration value="fixedtransmissionnetwork"/>
   <xs:enumeration value="operationaltelephonysystem"/>
   <xs:enumeration value="mobilenetwork"/>
   <xs:enumeration value="safety"/>
   <xs:enumeration value="monitoringsystem"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
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,
 CATENARY_SYSTEM,
 OVERHEAD_CONTACTLINE_SYSTEM,
 RETURN_CIRCUIT,
 FIXEDTRANSMISSIONNETWORK,
 OPERATIONALTELEPHONYSYSTEM,
 MOBILENETWORK,
 SAFETY,
 MONITORINGSYSTEM,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcDistributionPort IfcDistributionSystem

Link to this page  Link to this page