IfcMonetaryUnit

Natural language names
Monetäre Einheit
Monetary Unit
Unité monétaire
Change log
ItemSPFXMLChangeDescription
4.0.0.0
    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 R
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
#AttributeTypeCardinalityDescriptionR
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: IfcUnit

Link to this page  Link to this page