|
ENTITY Work_output; name : STRING; description : OPTIONAL STRING; quantity : OPTIONAL Value_with_unit; output_item : OPTIONAL work_output_item; END_ENTITY; -- Work_output |
Entity data types and their attributesWork_outputname: STRING; (OPT) description: STRING; (OPT) quantity: Value_with_unit; (OPT) output_item: work_output_item; |
Global rules for this entity data type- |