IfcCountMeasure

Natural language names
Semantic definitions at the type
Type definition

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.
Formal representations
XSD Specification
 <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>
EXPRESS Specification
TYPE IfcCountMeasure = NUMBER;
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page