ENTITY contract_relationship

(* SCHEMA contract_schema; *)
  ENTITY contract_relationship;
    id : identifier;
    name : label;
    description : OPTIONAL text;
    relating_contract : contract;
    related_contract : contract;
  END_ENTITY;

Explicit Attributes

Entity contract_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)contract_relationship
 namelabel (STRING)contract_relationship
 descriptiontext (STRING)contract_relationship
 relating_contractcontract (ENTITY)contract_relationship
 related_contractcontract (ENTITY)contract_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity contract_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_contract_relationship FUNCTION contract_relationship


[Top Level Definitions] [Exit]

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