Application module: Interconnect module with macros | ISO/TS 10303-1687:2018-11(E) © ISO |
(*
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