|
ENTITY Resource_as_realized; name : STRING; description : OPTIONAL STRING; quantity : OPTIONAL Value_with_unit; END_ENTITY; -- Resource_as_realized |
Entity data types and their attributesResource_as_realizedname: STRING; (OPT) description: STRING; (OPT) quantity: Value_with_unit; |
| Resource_as_realized_resource_item (Resource_as_realized_arm) |
Global rules for this entity data type- |