Application module: Part feature location ISO/TS 10303-1714:2018-11(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviated terms
    3.1 Terms and definitions
    3.2 Abbreviated terms

4 Information requirements
   4.1 Required AM ARMs
   4.2 ARM type definitions
   4.3 ARM entity definition
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM entity definition

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
F Change history
Bibliography
Index

5.2 MIM EXPRESS short listing

This clause specifies the EXPRESS schema derived from the mapping table. It uses elements from the common resources or from other application modules and defines the EXPRESS constructs that are specific to this part of ISO 10303.

This clause constitutes the Module Interpreted Module (MIM) of the application module.

This clause also specifies the modifications that apply to the constructs imported from the common resources.

The following restrictions apply to the use, in this schema, of constructs defined in common resources or in application modules:

Short names of entities defined in this schema are described in Annex A. Unambiguous identification of this schema is defined in Annex B.

EXPRESS specification:

*)
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);
(*

NOTE 1   The schemas referenced above are specified in the following part of ISO 10303:

Shape_feature_mim ISO/TS 10303-1764
Physical_unit_usage_view_mim ISO/TS 10303-1732
product_property_representation_schema ISO 10303-41

NOTE 2   See Annex D, Figures D.1and D.2 for a graphical representation of this schema.

5.2.1 MIM entity definition

This subclause specifies the MIM entity for this module. The MIM entity and definition is specified below.

5.2.1.1 usage_concept_usage_relationship   EXPRESS-G

A usage_concept_usage_relationship is a type of mapped_item and a type of item_identified_representation_usage that implements the ARM concept of Usage_concept_usage_relationship.

EXPRESS specification:

*)
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;
(*

Attribute definitions:

used_representation: an attribute inherited from the item_identified_representation_usage shall be redeclared as the shape_representation.

definition: an attribute inherited from the item_identified_representation_usage shall be redeclared as the shape_aspect.

identified_item: an attribute inherited from the item_identified_representation_usage shall be redeclared as the usage_concept_usage_relationship.

Formal propositions:

WR1: Each usage_concept_usage_relationship shall be a member of representation.items of used_representation.



*)
END_SCHEMA;  -- Part_feature_location_mim
(*


© ISO 2018 — All rights reserved