Application module: Assembly module with interconnect component | ISO/TS 10303-1643:2018-11(E) © ISO |
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.
This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.
EXPRESS specification:
*)
ENTITY bare_die_component
SUBTYPE OF (physical_component);
END_ENTITY;
(*
EXPRESS specification:
*)
ENTITY interconnect_module_component
SUBTYPE OF (physical_component);
END_ENTITY;
(*
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;
(*
EXPRESS specification:
*)
ENTITY layered_assembly_module_design_view
SUBTYPE OF (assembly_module_design_view);
END_ENTITY;
(*
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;
(*
EXPRESS specification:
*)
ENTITY layered_assembly_panel_design_view
SUBTYPE OF (assembly_module_design_view);
END_ENTITY;
(*
EXPRESS specification:
*)
ENTITY routed_interconnect_component
SUBTYPE OF (item_identified_representation_usage, physical_component);
END_ENTITY;
(*
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;
(*
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.
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;
(*
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