Volumetric Flow Rate Measure | |
Mesure de débit volumique |
IfcVolumetricFlowRateMeasure is a measure of the volume of a medium flowing per unit time.
Usually measured in m3/s.
Type: REAL
HISTORY New type in IFC2.0.
<xs:simpleType name="IfcVolumetricFlowRateMeasure">
<xs:restriction base="xs:double"/>
</xs:simpleType>
<xs:element name="IfcVolumetricFlowRateMeasure-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcVolumetricFlowRateMeasure">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcVolumetricFlowRateMeasure = REAL;
END_TYPE;