ENTITY draughting_approval_assignment

(* SCHEMA step_merged_ap_schema; *)
-- IN AP232
ENTITY draughting_approval_assignment
   SUBTYPE OF (approval_assignment);
      draughting_approval_items : SET [1:?] OF draughting_approval_item;
   WHERE
      wr1:
         SIZEOF(QUERY (item <* draughting_approval_items| ('STEP_MERGED_AP_SCHEMA.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
 draughting_approval_itemsSET OF draughting_approval_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
 header_configuration_restricts_property_definition RULE approval_assignment
 release_authentication_string_restriction RULE approval_assignment
 role_select SELECT approval_assignment


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:15-04:00