ENTITY location_relationship

(* SCHEMA AP239_PRODUCT_LIFE_CYCLE_SUPPORT_MIM_LF; *)
 
ENTITY location_relationship;
  id : identifier;
  name : label;
  description :  OPTIONAL text;
  relating_location : location;
  related_location : location;
END_ENTITY; (* declared in: location_schema *)

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
 attribute_classification_item SELECT location_relationship
 attribute_language_item SELECT location_relationship
 classification_item SELECT location_relationship
 experience_type_classification_item SELECT location_relationship
 multi_language_attribute_item SELECT location_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:36-04:00