Overview Schemas Index

management_resources_schema         


ENTITY location_assignment;
          ABSTRACT SUPERTYPE;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          assigned_location : location;
          role : location_role;
END_ENTITY; -- location_assignment

Entity data types and their attributes

location_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          assigned_location: location;
          role: location_role;

Known subtypes

          applied_location_assignment (Location_assignment_mim)

Users: by entity attributes

location_assignment

Users: by defined types, not used by any entity attribute

location_assignment
          -

Global rules for this entity data type

          -