Application module: Product placement ISO/TS 10303-1343: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

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 N9341 - ISO/TS 10303-1343 Product placement - EXPRESS ARM
Supersedes ISO/TC 184/SC 4/WG 12 N7092
*)



SCHEMA Product_placement_arm;

USE FROM Contextual_shape_positioning_arm;    -- ISO/TS 10303-1027

USE FROM Physical_breakdown_arm;    -- ISO/TS 10303-1215

USE FROM Product_occurrence_arm;    -- ISO/TS 10303-1063


ENTITY Occurrence_placement
  ABSTRACT SUPERTYPE OF (ONEOF (Part_occurrence_placement,
                                Physical_element_placement));
  reference_physical_element : Physical_element_definition;
  reference_geometric_space : Geometric_model;
  positioned_representation : template_instance;
END_ENTITY;

ENTITY Part_occurrence_placement
  SUBTYPE OF (Occurrence_placement);
  placed_part_occurrence : Single_instance;
END_ENTITY;

ENTITY Physical_element_placement
  SUBTYPE OF (Occurrence_placement);
  placed_physical_element : Physical_element_definition;
WHERE
  WR1: placed_physical_element\Product_view_definition.defined_version :<>: SELF\Occurrence_placement.reference_physical_element\Product_view_definition.defined_version;
END_ENTITY;

END_SCHEMA;  -- Product_placement_arm


© ISO 2018 — All rights reserved