ENTITY item_identified_representation_usage

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
-- DIFF IN AP203e2
-- DIFF IN AP232
-- IN AP203e2/AP214/AP232/AP238 STEP-NC/AP242
ENTITY item_identified_representation_usage;
      name : label;
      description : OPTIONAL text;
      definition : item_identified_representation_usage_definition;
      used_representation : representation;
      identified_item : item_identified_representation_usage_select;
   UNIQUE
      UR1 : used_representation, identified_item;
      UR2 : used_representation, definition;
   WHERE
      WR1:
         NOT (SIZEOF(identified_item) = 1) OR (used_representation IN using_representations(identified_item));
      wr2:
         NOT (SIZEOF(identified_item) > 1) OR (used_representation IN get_representations_for_items(identified_item));
END_ENTITY;

Explicit Attributes

Entity item_identified_representation_usage has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)item_identified_representation_usage
 descriptiontext (STRING)item_identified_representation_usage
 definitionitem_identified_representation_usage_definition (SELECT)item_identified_representation_usage
 used_representationrepresentation (ENTITY)item_identified_representation_usage
 identified_itemitem_identified_representation_usage_select (SELECT)item_identified_representation_usage

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity item_identified_representation_usage has the following subtypes:
    chain_based_geometric_item_specific_usage
    chain_based_item_identified_representation_usage*
    draughting_model_item_association*
    draughting_model_item_association_with_placeholder
    geometric_item_specific_usage*
    mechanical_design_requirement_item_association
    pmi_requirement_item_association*
* - Immediate Subtypes

Referenced By

Entity item_identified_representation_usage and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 chain_based_item_identified_representation_usage ENTITY item_identified_representation_usage
 characterized_item SELECT item_identified_representation_usage
 draughting_model_item_association ENTITY item_identified_representation_usage
 draughting_model_item_association_with_placeholder ENTITY item_identified_representation_usage
 explicit_composite_hole ENTITY item_identified_representation_usage
 geometric_item_specific_usage ENTITY item_identified_representation_usage


[Top Level Definitions] [Exit]

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