Application module: Physical node requirement to implementing component allocation ISO/TS 10303-1723: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
   4.3 ARM function 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 N8912 - ISO/TS 10303-1723 Physical node requirement to implementing component allocation - EXPRESS MIM
Supersedes ISO/TC 184/SC 4/WG 12 N8198
*)



SCHEMA Physical_node_requirement_to_implementing_component_allocation_mim;

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

USE FROM Assembly_technology_mim;    -- ISO/TS 10303-1649

USE FROM Physical_connectivity_definition_mim;    -- ISO/TS 10303-1755

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


ENTITY assembly_to_part_connectivity_structure_allocation
  SUBTYPE OF (shape_aspect_relationship, shape_aspect);
  SELF\shape_aspect_relationship.related_shape_aspect RENAMED assembly_element : physical_connectivity_element;
  SELF\shape_aspect_relationship.relating_shape_aspect RENAMED part_element : part_connected_terminals_element;
END_ENTITY;

ENTITY physical_node_branch_requirement_to_implementing_component_allocation
  SUBTYPE OF (shape_aspect_relationship, shape_aspect);
  SELF\shape_aspect_relationship.related_shape_aspect RENAMED physical_node_branch_requirement : physical_connectivity_element;
  SELF\shape_aspect.of_shape RENAMED implementation_component : assembly_component;
  SELF\shape_aspect_relationship.relating_shape_aspect RENAMED part_element : part_connected_terminals_element;
END_ENTITY;

ENTITY physical_node_requirement_to_implementing_component_allocation
  SUBTYPE OF (shape_aspect_relationship, shape_aspect);
  SELF\shape_aspect_relationship.relating_shape_aspect : physical_connectivity_definition;
WHERE
  WR1: acyclic_shape_aspect_relationship(SELF, [SELF\shape_aspect_relationship.related_shape_aspect], 'PHYSICAL_NODE_REQUIREMENT_TO_IMPLEMENTING_COMPONENT_ALLOCATION_MIM.'+ 'PHYSICAL_NODE_REQUIREMENT_TO_IMPLEMENTING_COMPONENT_ALLOCATION');
END_ENTITY;

END_SCHEMA;  -- Physical_node_requirement_to_implementing_component_allocation_mim


© ISO 2018 — All rights reserved