Application module: Assembly module with packaged connector component ISO/TS 10303-1645: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 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 N9415 - ISO/TS 10303-1645 Assembly module with packaged connector component - EXPRESS ARM
Supersedes ISO/TC 184/SC 4/WG 12 N8104
*)



SCHEMA Assembly_module_with_packaged_connector_component_arm;

USE FROM Altered_package_arm;    -- ISO/TS 10303-1601

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

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

USE FROM Packaged_connector_model_arm;    -- ISO/TS 10303-1708


ENTITY Interface_mounted_join;
  connection_to_interconnect_module_component : Packaged_connector_component_interface_terminal;
  access_to_interface_mounted_component : Physical_component_terminal;
END_ENTITY;

ENTITY Packaged_connector_component
  SUBTYPE OF (Interface_component, Packaged_component);
  SELF\Definition_based_product_occurrence.derived_from : Packaged_connector;
INVERSE
  interface_access_mechanism : SET[1:?] OF Packaged_connector_component_interface_terminal FOR associated_definition;
WHERE
  WR1: NOT EXISTS(SELF\Product_view_definition.name);
END_ENTITY;

ENTITY Packaged_connector_component_interface_terminal
  SUBTYPE OF (Physical_component_interface_terminal);
  SELF\Component_feature.definition : Packaged_part_interface_terminal;
  SELF\Component_feature.associated_definition : Packaged_connector_component;
WHERE
  WR1: NOT EXISTS(SELF\Shape_element.description);
END_ENTITY;

END_SCHEMA;  -- Assembly_module_with_packaged_connector_component_arm


© ISO 2018 — All rights reserved