IfcMonetaryUnit

Natural language names
deMonetäre Einheit
enMonetary Unit
frUnité 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 C
1CurrencyIfcLabel[1:1] 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
#AttributeTypeCardinalityDescriptionC
IfcMonetaryUnit
1CurrencyIfcLabel[1:1] 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
XSD 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

Link to this page  Link to this page