Application module: Assembly module with packaged component ISO/TS 10303-1829: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 definition

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
Bibliography
Index

(*
ISO/TC 184/SC 4/WG 12 N9522 - ISO/TS 10303-1829 Assembly module with packaged component - EXPRESS ARM
*)



SCHEMA Assembly_module_with_packaged_component_arm;

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

USE FROM Assembly_module_design_arm;    -- ISO/TS 10303-1636

USE FROM Packaged_part_black_box_model_arm;    -- ISO/TS 10303-1710


ENTITY Packaged_component
  SUBTYPE OF (Physical_component, Single_instance);
  SELF\Definition_based_product_occurrence.derived_from : Packaged_part;
  selected_package_alternate : OPTIONAL Altered_package;
INVERSE
  access_mechanism : SET[0:?] OF Packaged_component_join_terminal FOR associated_definition;
END_ENTITY;

ENTITY Packaged_component_join_terminal
  SUBTYPE OF (Physical_component_terminal);
  SELF\Component_feature.definition : Packaged_part_join_terminal;
  SELF\Component_feature.associated_definition : Packaged_component;
WHERE
  WR1: NOT EXISTS(SELF\Shape_element.description);
END_ENTITY;

END_SCHEMA;  -- Assembly_module_with_packaged_component_arm


© ISO 2018 — All rights reserved