6.5.2.2 IfcCostItemTypeEnum(成本项类型枚举)
6.5.2.2.1 语义定义(Semantic definition)
IfcCostItemTypeEnum 是可用成本项类型的列表。
6.5.2.2.2 类型值(Type values)
6.5.2.2.3 形式化表示(Formal representation)
TYPE IfcCostItemTypeEnum = ENUMERATION OF
(USERDEFINED
,NOTDEFINED);
END_TYPE;