Application module: Cable ISO/TS 10303-1653: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 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 N9485 - ISO/TS 10303-1653 Cable - EXPRESS ARM
Supersedes ISO/TC 184/SC 4/WG 12 N8119
*)



SCHEMA Cable_arm;

USE FROM Assembly_module_with_packaged_connector_component_arm;    -- ISO/TS 10303-1645


ENTITY Cable_terminal
  SUBTYPE OF (Part_terminal);
  SELF\Part_feature.associated_definition : Cable_usage_view;
  mapped_terminal : OPTIONAL Packaged_connector_component_interface_terminal;
WHERE
  WR1: SELF\Part_feature.associated_definition :=: mapped_terminal\Component_feature.associated_definition\Assembly_component.occurrence_contexts[1].relating_view;
END_ENTITY;

ENTITY Cable_usage_view
  SUBTYPE OF (Part_usage_view);
INVERSE
  access_mechanisms : SET[1:?] OF Cable_terminal FOR associated_definition;
END_ENTITY;

END_SCHEMA;  -- Cable_arm


© ISO 2018 — All rights reserved