ENTITY Approving_person_organization

(* SCHEMA ap238_arm_schema; *)
ENTITY Approving_person_organization;
  person_organization : person_and_organization;
  approval_date : OPTIONAL STRING;
  authorized_approval : Approval;
  role : OPTIONAL STRING;
END_ENTITY;

Explicit Attributes

Entity Approving_person_organization has the following local and inherited explicit attributes:
AttributeTypeDefined By
 person_organizationperson_and_organization (STRING)Approving_person_organization
 approval_dateSTRINGApproving_person_organization
 authorized_approvalApproval (ENTITY)Approving_person_organization
 roleSTRINGApproving_person_organization

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions]

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