ENTITY contract

(* SCHEMA engineering_properties_schema; *)


   ENTITY contract;
      name : label;
      purpose : text;
      kind : contract_type;
   END_ENTITY;

Explicit Attributes

Entity contract has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)contract
 purposetext (STRING)contract
 kindcontract_type (ENTITY)contract

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity contract and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 contract_assignment ENTITY contract
 contract_relationship ENTITY contract
 date_item SELECT contract
 document_item SELECT contract


[Top Level Definitions] [Exit]

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