Application module: Design specific assignment to interconnect usage view ISO/TS 10303-1663:2014-02(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
   4.4 ARM subtype constraint definition
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing

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 TC184/SC4/WG12 N8128 - ISO/TS 10303-1663 Design specific assignment to interconnect usage view - EXPRESS ARM
Supersedes ISO TC184/SC4/WG12 N7487
*)



SCHEMA Design_specific_assignment_to_interconnect_usage_view_arm;

USE FROM Fabrication_joint_arm;    -- ISO/TS 10303-1668


TYPE interconnect_or_assembly_module_select = SELECT
   (Component_termination_passage_interface_terminal,
    Printed_connector_component_interface_terminal,
    Land_interface_terminal);
END_TYPE;

ENTITY Component_terminal_to_interconnect_module_interface_terminal_assignment
  SUBTYPE OF (Component_feature_to_physical_usage_view_assignment);
  SELF\Component_feature_to_physical_usage_view_assignment.defined_part_feature RENAMED usage_view_terminal : Interconnect_module_interface_terminal;
  SELF\Component_feature_to_physical_usage_view_assignment.assigned_design_object RENAMED assigned_terminal : interconnect_or_assembly_module_select;
END_ENTITY;

ENTITY Component_terminal_to_interconnect_module_macro_terminal_assignment
  SUBTYPE OF (Component_feature_to_physical_usage_view_assignment);
  SELF\Component_feature_to_physical_usage_view_assignment.defined_part_feature RENAMED usage_view_terminal : Interconnect_module_macro_terminal;
  SELF\Component_feature_to_physical_usage_view_assignment.assigned_design_object RENAMED assigned_terminal : fabricated_feature_select;
END_ENTITY;

ENTITY Stratum_concept_to_physical_usage_view_assignment;
  assigned_design_object : stratum_concept;
  defined_part_feature : Part_feature;
  purpose : OPTIONAL STRING;
UNIQUE
  UR1: defined_part_feature;
WHERE
  WR1: NOT ('DESIGN_SPECIFIC_ASSIGNMENT_TO_INTERCONNECT_USAGE_VIEW_ARM.INTERCONNECT_MODULE_TERMINAL' IN TYPEOF(defined_part_feature));
END_ENTITY;

SUBTYPE_CONSTRAINT dsatiuv_component_feature_to_physical_usage_view_assignment_subtypes FOR Component_feature_to_physical_usage_view_assignment;
  ONEOF (Component_terminal_to_interconnect_module_macro_terminal_assignment,
         Component_terminal_to_interconnect_module_interface_terminal_assignment);
END_SUBTYPE_CONSTRAINT;

END_SCHEMA;  -- Design_specific_assignment_to_interconnect_usage_view_arm


© ISO 2014 — All rights reserved