enum eIfcSimpleValue {
kIfcSimpleValue_IfcBinary,
kIfcSimpleValue_IfcBoolean,
kIfcSimpleValue_IfcDate,
kIfcSimpleValue_IfcDateTime,
kIfcSimpleValue_IfcDuration,
kIfcSimpleValue_IfcIdentifier,
kIfcSimpleValue_IfcInteger,
kIfcSimpleValue_IfcLabel,
kIfcSimpleValue_IfcLogical,
kIfcSimpleValue_IfcPositiveInteger,
kIfcSimpleValue_IfcReal,
kIfcSimpleValue_IfcText,
kIfcSimpleValue_IfcTime,
kIfcSimpleValue_IfcTimeStamp,
kIfcSimpleValue_unset,
kIfcSimpleValue_JustLoaded_handle
};