AP scope  |  AP module  |  AP contents  |  AP index
Application module: System modelling ISO/WD 10303-1477

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 type definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing

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

4 Information requirements

This clause specifies the information requirements for the System modelling application module. The information requirements are specified as the Application Reference Model (ARM) of this application module.

NOTE 1  A graphical representation of the information requirements is given in Annex C.

NOTE 2  The mapping specification is specified in 5.1. It shows how the information requirements are met by using common resources and constructs defined or imported in the MIM schema of this application module.

The following EXPRESS specification begins the System_modelling_arm schema and identifies the necessary external references.

EXPRESS specification:

*)
SCHEMA System_modelling_arm;
(*

4.1 Required AM ARMs

The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.

EXPRESS specification:

*)
USE FROM Decision_support_arm;    --  ISO/WD 10303-1486

USE FROM Group_arm;    --  ISO/TS 10303-1113

USE FROM System_behaviour_arm;    --  ISO/WD 10303-1448

USE FROM System_structure_arm;    --  ISO/WD 10303-1450
(*

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

Decision_support_arm ISO/WD 10303-1486
Group_arm ISO/TS 10303-1113
System_behaviour_arm ISO/WD 10303-1448
System_structure_arm ISO/WD 10303-1450

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

4.2 ARM type definitions

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

4.2.1 sm_requirement_assignment_item   EXPRESS-G

The sm_requirement_assignment_item type is an extension of the ds_requirement_assignment_item type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Breakdown_version, Document_version, Product_as_individual_version, Product_as_planned, Product_as_realized, Product_configuration, Product_view_definition, Project and Required_resource_by_specification 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 sm_requirement_assignment_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON ds_requirement_assignment_item WITH
   (Breakdown,
    Breakdown_element,
    Breakdown_element_realization,
    Breakdown_element_usage,
    Breakdown_element_version,
    Breakdown_version,
    Document_version,
    Product_as_individual_version,
    Product_as_planned,
    Product_as_realized,
    Product_configuration,
    Product_view_definition,
    Project,
    Required_resource_by_specification);
END_TYPE;
(*

4.2.2 sm_requirement_source_item   EXPRESS-G

The sm_requirement_source_item type is an extension of the ds_requirement_source_item type. It adds the data types Document_version, Product_as_individual_version and Product_view_definition 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 sm_requirement_source_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON ds_requirement_source_item WITH
   (Document_version,
    Product_as_individual_version,
    Product_view_definition);
END_TYPE;
(*



*)
END_SCHEMA;  -- System_modelling_arm
(*


© ISO — All rights reserved