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

(*
ISO/TC 184/SC 4/WG 12 N9410 - ISO/TS 10303-1643 Assembly module with interconnect component - EXPRESS MIM
Supersedes ISO/TC 184/SC 4/WG 12 N8099
*)



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


ENTITY bare_die_component
  SUBTYPE OF (physical_component);
END_ENTITY;

ENTITY interconnect_module_component
  SUBTYPE OF (physical_component);
END_ENTITY;

ENTITY interconnect_module_component_surface_feature
  SUBTYPE OF (physical_component_feature);
END_ENTITY;

ENTITY layered_assembly_module_design_view
  SUBTYPE OF (assembly_module_design_view);
END_ENTITY;

ENTITY layered_assembly_module_usage_view
  SUBTYPE OF (assembly_module_usage_view);
END_ENTITY;

ENTITY layered_assembly_panel_design_view
  SUBTYPE OF (assembly_module_design_view);
END_ENTITY;

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

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

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;

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