Application module: Functional decomposition to design ISO/TS 10303-1676: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 definition
   4.3 ARM entity definitions
   4.4 ARM subtype constraint definition
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definitions
     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 Functional_decomposition_to_design_mim;

USE FROM Change_management_mim;    --  ISO/TS 10303-1824

USE FROM Physical_unit_design_view_mim;    --  ISO/TS 10303-1728

USE FROM Network_functional_design_view_mim;    --  ISO/TS 10303-1704
(*

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

Change_management_mim ISO/TS 10303-1824
Physical_unit_design_view_mim ISO/TS 10303-1728
Network_functional_design_view_mim ISO/TS 10303-1704

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

5.2.1 MIM type definitions

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

5.2.1.1 fdtd_change_management_object   EXPRESS-G

The fdtd_change_management_object type is an extension of the change_management_object type. It adds the data types product_definition_relationship, and property_definition_relationship to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

EXPRESS specification:

*)
TYPE fdtd_change_management_object = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON change_management_object WITH
   (product_definition_relationship,
    property_definition_relationship);
END_TYPE;
(*

5.2.1.2 fdtd_groupable_item   EXPRESS-G

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

EXPRESS specification:

*)
TYPE fdtd_groupable_item = SELECT BASED_ON groupable_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 design_composition_path   EXPRESS-G

A design_composition_path is a type of applied_group_assignment and of product_definition that implements the ARM concept of Design_composition_path.

EXPRESS specification:

*)
ENTITY design_composition_path
  SUBTYPE OF (applied_group_assignment, product_definition);
END_ENTITY;
(*

5.2.2.2 reference_composition_path   EXPRESS-G

A reference_composition_path is a type of applied_group_assignment and of product_definition that implements the ARM concept of Reference_composition_path.

EXPRESS specification:

*)
ENTITY reference_composition_path
  SUBTYPE OF (applied_group_assignment, product_definition);
END_ENTITY;
(*



*)
END_SCHEMA;  -- Functional_decomposition_to_design_mim
(*


© ISO 2018 — All rights reserved