ENTITY Approval

(* SCHEMA ap238_arm_schema; *)
(* Based on Module 1012 *)
ENTITY Approval;
  status : Approval_status;
  purpose : STRING;
  planned_date : OPTIONAL STRING;
  actual_date :  OPTIONAL STRING;
END_ENTITY;

Explicit Attributes

Entity Approval has the following local and inherited explicit attributes:
AttributeTypeDefined By
 statusApproval_status (ENTITY)Approval
 purposeSTRINGApproval
 planned_dateSTRINGApproval
 actual_dateSTRINGApproval

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity Approval and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 Approval_relationship ENTITY Approval
 Approving_person_organization ENTITY Approval
 project ENTITY Approval
 workpiece ENTITY Approval


[Top Level Definitions]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00