ST_BooleanProperty

TYPE ST_BooleanProperty EXTENDS ST_OcaProperty :
STRUCT
   bVal: BOOL := FALSE;
END_STRUCT
END_TYPE