Application module: Network functional design view ISO/TS 10303-1704: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 definitions
   4.3 ARM entity definitions
   4.4 ARM subtype constraint definition
   4.5 ARM function definition
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definition
     5.2.2 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 Network_functional_design_view_mim;

USE FROM Assembly_structure_mim;    --  ISO/TS 10303-1026

USE FROM Functional_usage_view_mim;    --  ISO/TS 10303-1705

USE FROM Model_parameter_mim;    --  ISO/TS 10303-1703

USE FROM Requirement_assignment_mim;    --  ISO/TS 10303-1233

USE FROM material_property_definition_schema    --  ISO 10303-45
  (property_definition_relationship);

REFERENCE FROM support_resource_schema    --  ISO 10303-41
  (bag_to_set);
(*

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

Assembly_structure_mim ISO/TS 10303-1026
Functional_usage_view_mim ISO/TS 10303-1705
Model_parameter_mim ISO/TS 10303-1703
Requirement_assignment_mim ISO/TS 10303-1233
material_property_definition_schema ISO 10303-45
support_resource_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 type definition

This subclause specifies the MIM type for this application module. The MIM type and definition is specified below.

5.2.1.1 nfdv_requirement_assigned_item   EXPRESS-G

The nfdv_requirement_assigned_item type is an extension of the requirement_assigned_item type. It adds the data type component_functional_unit to the list of alternate data types.

EXPRESS specification:

*)
TYPE nfdv_requirement_assigned_item = SELECT BASED_ON requirement_assigned_item WITH
   (component_functional_unit);
END_TYPE;
(*

5.2.2 MIM entity definitions

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

5.2.2.1 bus_element_link   EXPRESS-G

A bus_element_link is a type of product_definition and of product_definition_relationship that implements the ARM concept of Bus_element_link

EXPRESS specification:

*)
ENTITY bus_element_link
  SUBTYPE OF (product_definition, product_definition_relationship);
UNIQUE
  UR1: SELF\product_definition_relationship.related_product_definition, SELF\product_definition_relationship.relating_product_definition;
WHERE
  WR1: SELF\product_definition_relationship.related_product_definition :<>: SELF\product_definition_relationship.relating_product_definition;
END_ENTITY;
(*

Formal propositions:

UR1: The combination of related and relating attributes inherited from product_definition_relationship shall be unique within a population of bus_element_links.

WR1: The related element shall not be the relating element.

5.2.2.2 bus_structural_definition   EXPRESS-G

A bus_structural_definition is a type of product_definition that implements the ARM concept of Bus_structural_definition.

EXPRESS specification:

*)
ENTITY bus_structural_definition
  SUBTYPE OF (product_definition);
END_ENTITY;
(*

5.2.2.3 component_functional_terminal   EXPRESS-G

A component_functional_terminal is a type of shape_aspect that implements the ARM concept of Functional_unit_terminal.

EXPRESS specification:

*)
ENTITY component_functional_terminal
  SUBTYPE OF (shape_aspect);
END_ENTITY;
(*

5.2.2.4 component_functional_unit   EXPRESS-G

A component_functional_unit is a type of product_definition that implements the ARM concept of Functional_unit.

EXPRESS specification:

*)
ENTITY component_functional_unit
  SUBTYPE OF (product_definition);
END_ENTITY;
(*

5.2.2.5 network_node_definition   EXPRESS-G

A network_node_definition is a type of product_definition that implements the ARM concept of Functional_unit_network_node_definition.

EXPRESS specification:

*)
ENTITY network_node_definition
  SUBTYPE OF (product_definition);
END_ENTITY;
(*



*)
END_SCHEMA;  -- Network_functional_design_view_mim
(*


© ISO 2018 — All rights reserved