Application module: Assembly module with interconnect component ISO/TS 10303-1643: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 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 definitions
     5.2.2 MIM subtype constraint definitions

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 Assembly_module_with_interconnect_component_mim;

USE FROM Assembly_module_with_packaged_component_mim;    --  ISO/TS 10303-1829

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

USE FROM Interconnect_module_usage_view_mim;    --  ISO/TS 10303-1686

USE FROM Interface_component_mim;    --  ISO/TS 10303-1691

USE FROM Layered_interconnect_simple_template_mim;    --  ISO/TS 10303-1718
(*

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

Assembly_module_with_packaged_component_mim ISO/TS 10303-1829
Bare_die_mim ISO/TS 10303-1650
Interconnect_module_usage_view_mim ISO/TS 10303-1686
Interface_component_mim ISO/TS 10303-1691
Layered_interconnect_simple_template_mim ISO/TS 10303-1718

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

5.2.1 MIM entity definitions

This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.

5.2.1.1 bare_die_component   EXPRESS-G

A bare_die_component is a type of physical_component that implements the ARM concept of Bare_die_component.

EXPRESS specification:

*)
ENTITY bare_die_component
  SUBTYPE OF (physical_component);
END_ENTITY;
(*

5.2.1.2 interconnect_module_component   EXPRESS-G

A interconnect_module_component is a type of physical_component that implements the ARM concept of Interconnect_module_component.

EXPRESS specification:

*)
ENTITY interconnect_module_component
  SUBTYPE OF (physical_component);
END_ENTITY;
(*

5.2.1.3 interconnect_module_component_surface_feature   EXPRESS-G

An interconnect_module_component_surface_feature is a type of physical_component_feature that implements the ARM concept of Interconnect_module_component_surface_feature.

EXPRESS specification:

*)
ENTITY interconnect_module_component_surface_feature
  SUBTYPE OF (physical_component_feature);
END_ENTITY;
(*

5.2.1.4 layered_assembly_module_design_view   EXPRESS-G

A layered_assembly_module_design_view is a type of assembly_module_design_view that implements the ARM concept of Layered_assembly_module_design_view.

EXPRESS specification:

*)
ENTITY layered_assembly_module_design_view
  SUBTYPE OF (assembly_module_design_view);
END_ENTITY;
(*

5.2.1.5 layered_assembly_module_usage_view   EXPRESS-G

An layered_assembly_module_usage_view is a type of assembly_module_usage_view that implement the ARM concept of Layered_assembly_module_usage_view.

EXPRESS specification:

*)
ENTITY layered_assembly_module_usage_view
  SUBTYPE OF (assembly_module_usage_view);
END_ENTITY;
(*

5.2.1.6 layered_assembly_panel_design_view   EXPRESS-G

A layered_assembly_panel_design_view is a type of assembly_module_design_view that implements the ARM concept of Layered_assembly_panel_design_view.

EXPRESS specification:

*)
ENTITY layered_assembly_panel_design_view
  SUBTYPE OF (assembly_module_design_view);
END_ENTITY;
(*

5.2.1.7 routed_interconnect_component   EXPRESS-G

A routed_interconnect_component is a type of item_identified_representation_usage and a type of physical_component that implements the ARm concept of Routed_interconnect_component.

EXPRESS specification:

*)
ENTITY routed_interconnect_component
  SUBTYPE OF (item_identified_representation_usage, physical_component);
END_ENTITY;
(*

5.2.1.8 routed_physical_component   EXPRESS-G

A routed_physical_component is a type of item_identified_representation_usage and a type of physical_component that implements the ARM concept of Routed_physical_component.

EXPRESS specification:

*)
ENTITY routed_physical_component
  SUBTYPE OF (item_identified_representation_usage, physical_component);
END_ENTITY;
(*

5.2.2 MIM subtype constraint definitions

This subclause specifies the MIM subtype constraints for this module. Each subtype constraint places constraints on the possible super-type / subtype instantiations. The MIM subtype constraints and definitions are specified below.

5.2.2.1 amwic_assembly_module_design_view_subtypes   EXPRESS-G

The amwic_assembly_module_design_view_subtypes constraint specifies a constraint that applies to instances of assembly_module_design_view and enforces the rule that its subtypes layered_assembly_panel_design_view and layered_assembly_module_design_view are exclusive.

EXPRESS specification:

*)
SUBTYPE_CONSTRAINT amwic_assembly_module_design_view_subtypes FOR assembly_module_design_view;
  ONEOF (layered_assembly_panel_design_view,
         layered_assembly_module_design_view);
END_SUBTYPE_CONSTRAINT;
(*

5.2.2.2 amwic_physical_component_subtypes   EXPRESS-G

The amwic_physical_component_subtypes constraint specifies a constraint that applies to instances of physical_component and enforces the rule that its subtypes packaged_component and routed_physical_component are exclusive.

EXPRESS specification:

*)
SUBTYPE_CONSTRAINT amwic_physical_component_subtypes FOR physical_component;
  ONEOF (packaged_component,
         routed_physical_component);
END_SUBTYPE_CONSTRAINT;
(*



*)
END_SCHEMA;  -- Assembly_module_with_interconnect_component_mim
(*


© ISO 2018 — All rights reserved