Application module: Network functional design view | ISO/TS 10303-1704:2018-11(E) © ISO |
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.
This subclause specifies the MIM type for this application module. The MIM type and definition is specified below.
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;
(*
This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.
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.
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;
(*
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;
(*
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;
(*
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