Definition from ISO/CD 10303-41:1992: A count measure is the value of a count.
Type: NUMBER
NOTE Corresponding STEP name: count_measure, please refer to ISO/IS 10303-41:1994 for the final definition of the formal standard.
HISTORY New type in IFC Release 1.5.1.
<xs:simpleType name="IfcCountMeasure">
<xs:restriction base="xs:double"/>
</xs:simpleType>
<xs:element name="IfcCountMeasure-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcCountMeasure">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcCountMeasure = NUMBER;
END_TYPE;