ENTITY location_relationship

(* SCHEMA location_schema; *)
  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
 acyclic_location_relationship FUNCTION location_relationship


[Top Level Definitions] [Exit]

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