|
ENTITY Work_order; name : STRING; description : OPTIONAL STRING; in_response_to : SET [0:?] OF Work_request; END_ENTITY; -- Work_order |
Entity data types and their attributesWork_ordername: STRING; (OPT) description: STRING; in_response_to: SET [0:?] OF Work_request; |
Global rules for this entity data type- |