8.5.2.1 IfcAreaMeasure

An area measure is the value of the extent of a surface.

Usually measured in square metre (m2).

Type: REAL

NOTE  Type adapted from area_measure defined in ISO 10303-41.
HISTORY  New type in IFC1.5.1.

XSD Specification:

 <xs:simpleType name="IfcAreaMeasure">
  <xs:restriction base="xs:double"/>
 </xs:simpleType>
 <xs:element name="IfcAreaMeasure-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcAreaMeasure">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>

EXPRESS Specification:

TYPE IfcAreaMeasure = REAL;
END_TYPE;

Link to this page  Link to this page