8.5.2.6 IfcMonetaryMeasure
A monetary measure is the value of an amount of money without regard to its currency.
Type: REAL
HISTORY New type in IFC2.0.
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; |
|
Link to this page