8.11.3.8 IfcMonetaryUnit(货币单位)
RV ⓘ
AbV ⓘ
8.11.3.8.1 语义定义(Semantic definition)
IfcMonetaryUnit 是用于定义货币单位的实体。
8.11.3.8.2 实体继承(Entity inheritance)
8.11.3.8.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcMonetaryUnit (1) | |||
| 1 | Currency | IfcLabel |
货币的代码或名称。允许的值为根据 ISO 4217{ target="_top"} 的三字母货币代码,例如 CNY、EUR、GBP、JPY、USD。 |
8.11.3.8.4 形式化表示(Formal representation)
ENTITY IfcMonetaryUnit;
Currency : IfcLabel;
END_ENTITY;