ENTITY contract

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY contract;
 	name : label;
 	purpose : label;
 	kind : contract_type;
END_ENTITY;  (*  STEP Part 41 (unchanged in 2nd edition)  *)

Explicit Attributes

Entity contract has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)contract
 purposelabel (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
 organization_relationship_contractual ENTITY contract
 procure ENTITY contract
 select_generic_item SELECT contract


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00