|
ENTITY Location_assignment; description : OPTIONAL STRING; role : OPTIONAL STRING; entity_for_location : location_assignment_select; location_for_assignment : Location; END_ENTITY; -- Location_assignment |
Entity data types and their attributesLocation_assignment(OPT) description: STRING; (OPT) role: STRING; entity_for_location: location_assignment_select; location_for_assignment: Location; |
Global rules for this entity data type- |