|
ENTITY Managed_resource; name : STRING; description : OPTIONAL STRING; quantity : OPTIONAL Value_with_unit; item : Resource_item; END_ENTITY; -- Managed_resource |
Entity data types and their attributesManaged_resourcename: STRING; (OPT) description: STRING; (OPT) quantity: Value_with_unit; item: Resource_item; |
Global rules for this entity data type- |