ENTITY location_relationship

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY location_relationship;
      id : identifier;
      name : label;
      description : OPTIONAL text;
      relating_location : location;
      related_location : location;
END_ENTITY;

Explicit Attributes

Entity location_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)location_relationship
 namelabel (STRING)location_relationship
 descriptiontext (STRING)location_relationship
 relating_locationlocation (ENTITY)location_relationship
 related_locationlocation (ENTITY)location_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity location_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 classification_item SELECT location_relationship
 description_item SELECT location_relationship


[Top Level Definitions] [Exit]

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