7.9.2.1 IfcKerbTypeEnum
7.9.2.1.1 语义定义(Semantic definition)
IfcKerbTypeEnum(路缘石类型枚举)
预定义类型容器,将路缘石类型收集到已实现的枚举中。
7.9.2.1.2 类型值(Type values)
7.9.2.1.3 形式化表示(Formal representation)
TYPE IfcKerbTypeEnum = ENUMERATION OF
(USERDEFINED
,NOTDEFINED);
END_TYPE;