ENTITY location_assignment

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY location_assignment
   ABSTRACT SUPERTYPE;
      id : identifier;
      name : label;
      description : OPTIONAL text;
      assigned_location : location;
      role : location_role;
END_ENTITY;

Explicit Attributes

Entity location_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)location_assignment
 namelabel (STRING)location_assignment
 descriptiontext (STRING)location_assignment
 assigned_locationlocation (ENTITY)location_assignment
 rolelocation_role (ENTITY)location_assignment

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity location_assignment has the following subtypes:
    applied_location_assignment*
* - Immediate Subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:16-04:00