Monetäre Einheit | |
Monetary Unit | |
Unité monétaire |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcMonetaryUnit | ||||
Currency | X | X | MODIFIED | Type changed from IfcCurrencyEnum to IfcLabel. |
IfcMonetaryUnit is a unit to define currency for money.
HISTORY New entity in IFC2x.
IFC4 CHANGE Type of the attribute Currency changed.
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcMonetaryUnit | |||||
1 | Currency | IfcLabel | [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 |
<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>
ENTITY IfcMonetaryUnit;
Currency : IfcLabel;
END_ENTITY;