Application module: Functional decomposition with nodal representation to packaged mapping ISO/TS 10303-1678:2006(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviations

4 Information requirements
   4.1 Required AM ARMs
   4.2 ARM entity definitions
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 definition

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
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:

EXPRESS specification:

*)
SCHEMA Functional_decomposition_with_nodal_representation_to_packaged_mapping_mim;

USE FROM Functional_decomposition_to_design_mim;    --  ISO/TS 10303-1676

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

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

Functional_decomposition_to_design_mim ISO/TS 10303-1676
Physical_connectivity_definition_mim ISO/TS 10303-1755

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 fdwnrtpm_groupable_item   EXPRESS-G

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

EXPRESS specification:

*)
TYPE fdwnrtpm_groupable_item = SELECT BASED_ON groupable_item WITH
   (network_node_definition);
END_TYPE;
(*

5.2.2 MIM entity definition

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

5.2.2.1 aggregate_connectivity_requirement   EXPRESS-G

An aggregate_connectivity_requirement is a type of applied_group_assignment and product_definition that implements the ARM concept of Aggregate_connectivity_requirement.

EXPRESS specification:

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



*)
END_SCHEMA;  -- Functional_decomposition_with_nodal_representation_to_packaged_mapping_mim
(*


© ISO 2006 — All rights reserved