|
ENTITY feature_volume_with_limit;
|
|
|
item_description
|
:
|
OPTIONAL text;
|
|
|
item_ref
|
:
|
BAG OF identifier := get_item_ref(SELF);
|
cost_code
|
:
|
BAG OF label := get_item_cost_code(SELF);
|
|
|
uses
|
:
|
SET OF located_feature := bag_to_set
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.LOCATED_FEATURE.DESCRIPTIVE_FEATURE'));
|
|
|
penetration_limit
|
:
|
INTEGER;
|
|
|
|