IfcMonetaryUnit

Natural language names
Monet盲re Einheit
Monetary Unit
Unit茅 mon茅taire
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcMonetaryUnit
      CurrencyXXMODIFIEDType changed from IfcCurrencyEnum to IfcLabel.
Semantic definitions at the entity
Entity definition

IfcMonetaryUnit is a unit to define currency for money.

HISTORY  New entity in IFC2x.
IFC4 CHANGE  Type of the attribute Currency changed.
Attribute definitions
#AttributeTypeCardinalityDescription G
1CurrencyIfcLabel Code or name of the currency. Permissible values are the three-letter alphabetic currency codes as per ISO 4217, for example CNY, EUR, GBP, JPY, USD.X
Inherited definitions from supertypes
Entity inheritance
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcMonetaryUnit
1CurrencyIfcLabel Code or name of the currency. Permissible values are the three-letter alphabetic currency codes as per ISO 4217, for example CNY, EUR, GBP, JPY, USD.X
Formal representations
XML Specification
 <xs:element name="IfcMonetaryUnit" type="ifc:IfcMonetaryUnit" substitutionGroup="ifc:Entity" nillable="true"/>
 <xs:complexType name="IfcMonetaryUnit">
  <xs:complexContent>
   <xs:extension base="ifc:Entity">
    <xs:attribute name="Currency" type="ifc:IfcLabel" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcMonetaryUnit;
  Currency : IfcLabel;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCurrencyRelationship IfcUnit

Link to this page  Link to this page