Application module: Interconnect module with macros ISO/TS 10303-1687: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 ARM
   4.2 ARM type definition
   4.3 ARM entity definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM entity 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 N9920 - ISO/TS 10303-1687 Interconnect module with macros - EXPRESS ARM
Supersedes ISO/TC 184/SC 4/WG 12 N9432
*)



SCHEMA Interconnect_module_with_macros_arm;

USE FROM Layered_interconnect_module_design_arm;    -- ISO/TS 10303-1698


TYPE imwm_terminal_or_inter_stratum_feature = SELECT BASED_ON terminal_or_inter_stratum_feature WITH
   (Interconnect_module_macro_component_join_terminal);
END_TYPE;

ENTITY Interconnect_module_macro_component
  SUBTYPE OF (Physical_component, Single_instance);
  SELF\Definition_based_product_occurrence.derived_from : Layered_interconnect_module_design_view;
INVERSE
  join_access_mechanisms : SET[1:?] OF Interconnect_module_macro_component_join_terminal FOR associated_component;
WHERE
  WR1: SIZEOF(QUERY(immcjt <* join_access_mechanisms | immcjt\Component_feature.definition\Shape_element.associated_definition :<>: SELF\Definition_based_product_occurrence.derived_from\Part_design_view.usage_view)) = 0;
  WR2: NOT EXISTS(SELF\Product_view_definition.additional_characterization);
END_ENTITY;

ENTITY Interconnect_module_macro_component_join_terminal
  SUBTYPE OF (Physical_component_terminal);
  SELF\Component_feature.definition : Interconnect_module_macro_terminal;
  SELF\Component_feature.associated_definition RENAMED associated_component : Interconnect_module_macro_component;
END_ENTITY;

END_SCHEMA;  -- Interconnect_module_with_macros_arm


© ISO 2018 — All rights reserved