Integer Count Rate Measure |
IfcIntegerCountRateMeasure is a measure of the integer number of units flowing per unit time.
EXAMPLE: This measure may be used for measuring integer units per second or per hour. For example, it may be used to measure the number of books per hour passing along a part of a mechanical book handling system, the number of people per hour travelling along a moving walkway or the number of vehicles per hour travelling along a section of road.
Type: INTEGER
HISTORY New type in IFC2.0.
<xs:simpleType name="IfcIntegerCountRateMeasure">
<xs:restriction base="xs:long"/>
</xs:simpleType>
<xs:element name="IfcIntegerCountRateMeasure-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcIntegerCountRateMeasure">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcIntegerCountRateMeasure = INTEGER;
END_TYPE;