ENTITY draughting_approval_assignment

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

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

Entity draughting_approval_assignment has the following local and inherited derived attributes:
AttributeTypeDefined By
 roleobject_role (ENTITY)approval_assignment

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity draughting_approval_assignment inherits from the following supertypes:
  approval_assignment

Subtypes

    No subtypes

Referenced By

Entity draughting_approval_assignment and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 role_select SELECT approval_assignment


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:32-04:00