IfcFlowDirectionEnum

Natural language names
enFlow Direction Enum
frEnumé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
SOURCEA flow source, where a substance flows out of the connection.
SINKA flow sink, where a substance flows into the connection.
SOURCEANDSINKBoth a source and sink, where a substance flows both into and out of the connection simultaneously.
NOTDEFINEDUndefined flow direction.
Formal representations
XSD 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

Link to this page  Link to this page