IfcFlowDirectionEnum

Natural language names
Flow Direction Enum
Enumération des types de contrôleur de débit
Semantic definitions at the type
Type definition

This enumeration defines the flow direction at a distribution port.

Enumeration definition
ConstantDescription
SOURCE

A flow source, where a substance flows out of the connection.

SINK

A flow sink, where a substance flows into the connection.

SOURCEANDSINK

Both a source and sink, where a substance flows both into and out of the connection simultaneously.

NOTDEFINED

Undefined flow direction.

Formal representations
XML Specification
 <xs:simpleType name="IfcFlowDirectionEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="source"/>
   <xs:enumeration value="sink"/>
   <xs:enumeration value="sourceandsink"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcFlowDirectionEnum = ENUMERATION OF (
 SOURCE,
 SINK,
 SOURCEANDSINK,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcDistributionPort

Link to this page  Link to this page