Application module: Fabrication joint ISO/TS 10303-1668: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 type definition
   4.3 ARM entity definitions
   4.4 ARM function definition
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 N8242 - ISO/TS 10303-1668 Fabrication joint - EXPRESS MIM
Supersedes ISO/TC 184/SC 4/WG 12 N6960
*)



SCHEMA Fabrication_joint_mim;

USE FROM Land_mim;    -- ISO/TS 10303-1692

USE FROM Layered_interconnect_module_with_printed_component_design_mim;    -- ISO/TS 10303-1700

REFERENCE FROM product_property_definition_schema   -- ISO 10303-41
  (acyclic_shape_aspect_relationship);


ENTITY connection_zone_based_fabrication_joint
  SUBTYPE OF (fabrication_joint);
END_ENTITY;

ENTITY fabrication_joint
  SUBTYPE OF (component_feature_joint);
WHERE
  WR1: acyclic_shape_aspect_relationship(SELF, [SELF\shape_aspect_relationship.related_shape_aspect], 'FABRICATION_JOINT_MIM.'+ 'FABRICATION_JOINT');
END_ENTITY;

ENTITY passage_terminal_based_fabrication_joint_link
  SUBTYPE OF (shape_aspect, shape_aspect_relationship);
END_ENTITY;

END_SCHEMA;  -- Fabrication_joint_mim


© ISO 2018 — All rights reserved