IfcCountMeasure

Natural language names
enCount Measure
frMesure du nombre
Semantic definitions at the type
Type definition

A count measure is the value of a count of items.

Type: NUMBER

NOTE  Type adapted from count_measure defined in ISO 10303-41.
HISTORY  New type in IFC1.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