IfcMonetaryMeasure

Natural language names
enMonetary Measure
frMesure monétaire
Semantic definitions at the type
Type definition

A monetary measure is the value of an amount of money without regard to its currency.

Type: REAL

HISTORY  New type in IFC2.0.
Formal representations
XSD Specification
 <xs:simpleType name="IfcMonetaryMeasure">
  <xs:restriction base="xs:double"/>
 </xs:simpleType>
 <xs:element name="IfcMonetaryMeasure-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcMonetaryMeasure">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
EXPRESS Specification
TYPE IfcMonetaryMeasure = REAL;
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page