ENTITY Approval_relationship

(* SCHEMA ap238_arm_schema; *)
ENTITY Approval_relationship;
  relation_type : STRING;
  relating_approval : Approval;
  related_approval : Approval;
  description : OPTIONAL STRING;
END_ENTITY;

Explicit Attributes

Entity Approval_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 relation_typeSTRINGApproval_relationship
 relating_approvalApproval (ENTITY)Approval_relationship
 related_approvalApproval (ENTITY)Approval_relationship
 descriptionSTRINGApproval_relationship

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