ENTITY draughting_approval_assignment

(* SCHEMA explicit_draughting; *)
  ENTITY draughting_approval_assignment
    SUBTYPE OF (approval_assignment);
      approved_items : SET [1:?] OF approved_item;
    WHERE
      wr1: SIZEOF(QUERY ( item <* approved_items | (
               'EXPLICIT_DRAUGHTING.DRAWING_REVISION' IN TYPEOF(item)) )) 
               <= 1;
  END_ENTITY; -- draughting_approval_assignment

Explicit Attributes

Entity draughting_approval_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_approvalapproval (ENTITY)approval_assignment
 approved_itemsSET OF approved_item (SELECT)draughting_approval_assignment

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity draughting_approval_assignment inherits from the following supertypes:
  approval_assignment

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:37:43-04:00