| Application module: Part feature location | ISO/TS 10303-1714:2018-11(E) © ISO | 
         (*
ISO/TC 184/SC 4/WG 12 N9509 - ISO/TS 10303-1714 Part feature location - EXPRESS MIM
Supersedes 
         ISO/TC 184/SC 4/WG 12 N7081
*)
         
SCHEMA Part_feature_location_mim;
         USE FROM
         Shape_feature_mim;
            -- ISO/TS 10303-1764
         USE FROM
         Physical_unit_usage_view_mim;
            -- ISO/TS 10303-1732
         USE FROM
         product_property_representation_schema   -- ISO 10303-41
  (item_identified_representation_usage);
         
ENTITY usage_concept_usage_relationship
           SUBTYPE OF (mapped_item, item_identified_representation_usage);
           SELF\item_identified_representation_usage.used_representation : shape_representation;
           SELF\item_identified_representation_usage.definition : shape_aspect;
DERIVE
           SELF\item_identified_representation_usage.identified_item : usage_concept_usage_relationship := SELF;
WHERE
           WR1: SELF IN SELF\item_identified_representation_usage.used_representation.items;
         
         END_ENTITY;
         END_SCHEMA;  -- Part_feature_location_mim
© ISO 2018 — All rights reserved