Application module: Packaged part white box model ISO/TS 10303-1709:2014-02(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 definition
   4.3 ARM entity definitions
   4.4 ARM subtype constraint definitions
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:

EXPRESS specification:

*)
SCHEMA Packaged_part_white_box_model_mim;

USE FROM Bare_die_mim;    --  ISO/TS 10303-1650

USE FROM Packaged_part_black_box_model_mim;    --  ISO/TS 10303-1710

USE FROM Physical_unit_2d_shape_mim;    --  ISO/TS 10303-1726

USE FROM Physical_unit_3d_shape_mim;    --  ISO/TS 10303-1727
(*

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

Bare_die_mim ISO/TS 10303-1650
Packaged_part_black_box_model_mim ISO/TS 10303-1710
Physical_unit_2d_shape_mim ISO/TS 10303-1726
Physical_unit_3d_shape_mim ISO/TS 10303-1727

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 device_terminal_map   EXPRESS-G

A device_terminal_map is a type of shape_aspect and of shape_aspect_relationship that implements the ARM concept of Device_terminal_map.

EXPRESS specification:

*)
ENTITY device_terminal_map
  SUBTYPE OF (shape_aspect, shape_aspect_relationship);
  SELF\shape_aspect_relationship.relating_shape_aspect : packaged_part_terminal;
UNIQUE
  UR1: SELF\shape_aspect_relationship.related_shape_aspect, relating_shape_aspect;
END_ENTITY;
(*

Attribute definitions:

relating_shape_aspect: specifies a role of the packaged_part_terminal for the device_terminal_map.

Formal propositions:

UR1: The combination of related_shape_aspect and relating_shape_aspect shall be unique within a population of device_terminal_maps.



*)
END_SCHEMA;  -- Packaged_part_white_box_model_mim
(*


© ISO 2014 — All rights reserved