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

5.2 MIM EXPRESS short listing

This clause specifies the EXPRESS schema derived from the mapping table. It uses elements from the common resources or from other application modules and defines the EXPRESS constructs that are specific to this part of ISO 10303.

This clause constitutes the Module Interpreted Module (MIM) of the application module.

This clause also specifies the modifications that apply to the constructs imported from the common resources.

The following restrictions apply to the use, in this schema, of constructs defined in common resources or in application modules:

Short names of entities defined in this schema are described in Annex A. Unambiguous identification of this schema is defined in Annex B.

EXPRESS specification:

*)
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);
(*

NOTE 1   The schemas referenced above are specified in the following part of ISO 10303:

Assembly_module_with_packaged_connector_component_mim ISO/TS 10303-1645
Assembly_technology_mim ISO/TS 10303-1649
Physical_connectivity_definition_mim ISO/TS 10303-1755
product_property_definition_schema ISO 10303-41

NOTE 2   See Annex D, Figures D.1and D.2 for a graphical representation of this schema.

5.2.1 MIM entity definitions

This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.

5.2.1.1 assembly_to_part_connectivity_structure_allocation   EXPRESS-G

An assembly_to_part_connectivity_structure_allocation is a type of shape_aspect and a type of shape_aspect_relationship that implements the ARM concept of Assembly_to_part_connectivity_structure_allocation.

EXPRESS specification:

*)
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;
(*

Attribute definitions:

assembly_element: an inherited attribute shall be of type physical_connectivity_element for the assembly_to_part_connectivity_structure_allocation.

part_element: an inherited attribute shall be of type part_connected_terminals_element for the assembly_to_part_connectivity_structure_allocation.

5.2.1.2 physical_node_branch_requirement_to_implementing_component_allocation   EXPRESS-G

An physical_node_branch_requirement_to_implementing_component_allocation is a type of shape_aspect and a type of shape_aspect_relationship that implements the ARM concept of Physical_node_branch_requirement_to_implementing_component_allocation.

EXPRESS specification:

*)
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;
(*

Attribute definitions:

physical_node_branch_requirement: an inherited attribute shall be of type physical_connectivity_element for the physical_node_branch_requirement_to_implementing_component_allocation.

implementation_component: an inherited attribute shall be of type assembly_component for the physical_node_branch_requirement_to_implementing_component_allocation.

part_element: an inherited attribute shall be of type part_connected_terminals_element for the physical_node_branch_requirement_to_implementing_component_allocation.

5.2.1.3 physical_node_requirement_to_implementing_component_allocation   EXPRESS-G

A physical_node_requirement_to_implementing_component_allocation is a type of shape_aspect and a type of shape_aspect_relationship that is the allocation of a physical node to the component that is partially or wholly responsible for implementing that node in the assembly. The relating and related shape_aspects are the node and a shape_aspect of the component respectively. A physical_node_requirement_to_implementing_component_allocation implements the ARM concept of Physical_node_requirement_to_implementing_component_allocation.

EXPRESS specification:

*)
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;
(*

Attribute definitions:

relating_shape_aspect: specifies the role of the physical_connectivity_definition for the physical_node_requirement_to_implementing_component_allocation.

Formal propositions:

WR1: The members of physical_node_requirement_to_implementing_component_allocation shall form a directed acyclic graph with the relating_shape_aspect, related_shape_aspect attributes of physical_node_requirement_to_implementing_component_allocation.



*)
END_SCHEMA;  -- Physical_node_requirement_to_implementing_component_allocation_mim
(*


© ISO 2018 — All rights reserved