Monetary Measure | |
Mesure monétaire |
A monetary measure is the value of an amount of money without regard to its currency.
Type: REAL
HISTORY New type in IFC2.0.
<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>
TYPE IfcMonetaryMeasure = REAL;
END_TYPE;