Overview Schemas Index

Shared_resource_arm         


ENTITY Shared_resource;
          name : STRING;
          description : OPTIONAL STRING;
          property : STRING;
          total_amount : REAL;
          unit : STRING;
          resource_type : capture_consume_produce;
          transformation_assigned_to_resource : Transformation_view_definition;
END_ENTITY; -- Shared_resource

Entity data types and their attributes

Shared_resource
          name: STRING;
          (OPT) description: STRING;
          property: STRING;
          total_amount: REAL;
          unit: STRING;
          resource_type: capture_consume_produce;
          transformation_assigned_to_resource: Transformation_view_definition;

Users

Shared_resource
          Shared_resource_assignment.assigned_resource

Global rules for this entity data type

          -