AP scope  |  AP module  |  AP contents  |  AP index
Application module: Requirement management ISO/TS 10303-1348:2004(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 type definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type 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
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:


[warning:]MIM USE FROM error 14: Classification_assignment_arm used in ARM so expect Classification_assignment_mim to be used in MIM

[warning:]MIM USE FROM error 14: Document_assignment_arm used in ARM so expect Document_assignment_mim to be used in MIM

[warning:]MIM USE FROM error 14: Document_properties_arm used in ARM so expect Document_properties_mim to be used in MIM

[warning:]MIM USE FROM error 14: Effectivity_application_arm used in ARM so expect Effectivity_application_mim to be used in MIM

[warning:]MIM USE FROM error 14: Information_rights_arm used in ARM so expect Information_rights_mim to be used in MIM
EXPRESS specification:

*)
SCHEMA Requirement_management_mim;

USE FROM Alias_identification_mim;    --  ISO/TS 10303-1025

USE FROM Contract_mim;    --  ISO/TS 10303-1062

USE FROM Management_resource_information_mim;    --  ISO/TS 10303-1288

USE FROM product_definition_schema    --  ISO 10303-41
  (product,
   product_definition,
   product_definition_formation,
   product_definition_formation_relationship,
   product_definition_relationship);

USE FROM Product_view_definition_properties_mim;    --  ISO/TS 10303-1034

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

USE FROM Requirement_identification_and_version_mim;    --  ISO/TS 10303-1140

USE FROM Requirement_view_definition_mim;    --  ISO/TS 10303-1141

USE FROM Requirement_view_definition_relationship_mim;    --  ISO/TS 10303-1142

USE FROM Security_classification_mim;    --  ISO/TS 10303-1015
(*

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

Alias_identification_mim ISO/TS 10303-1025
Contract_mim ISO/TS 10303-1062
Management_resource_information_mim ISO/TS 10303-1288
product_definition_schema ISO 10303-41
Product_view_definition_properties_mim ISO/TS 10303-1034
Requirement_assignment_mim ISO/TS 10303-1233
Requirement_identification_and_version_mim ISO/TS 10303-1140
Requirement_view_definition_mim ISO/TS 10303-1141
Requirement_view_definition_relationship_mim ISO/TS 10303-1142
Security_classification_mim ISO/TS 10303-1015

NOTE 2   See Annex D, Figures D.1, D.2, D.3, D.4, D.5, D.6and D.7 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 rm_aliasable_item   EXPRESS-G

The rm_aliasable_item type is an extension of the aliasable_item type. It adds the data types product, product_definition, product_definition_formation, product_definition_formation_relationship, product_definition_relationship, requirement_assignment and requirement_source 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 rm_aliasable_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON aliasable_item WITH
   (product,
    product_definition,
    product_definition_formation,
    product_definition_formation_relationship,
    product_definition_relationship,
    requirement_assignment,
    requirement_source);
END_TYPE;
(*

5.2.1.2 rm_contract_item   EXPRESS-G

The rm_contract_item type is an extension of the contract_item type. It adds the data types product, product_definition, product_definition_formation, product_definition_formation_relationship, product_definition_relationship, requirement_assignment and requirement_source 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 rm_contract_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON contract_item WITH
   (product,
    product_definition,
    product_definition_formation,
    product_definition_formation_relationship,
    product_definition_relationship,
    requirement_assignment,
    requirement_source);
END_TYPE;
(*

5.2.1.3 rm_mri_approval_item   EXPRESS-G

The rm_mri_approval_item type is an extension of the mri_approval_item type. It adds the data types product, product_definition, product_definition_formation, product_definition_formation_relationship, product_definition_relationship, requirement_assignment and requirement_source 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 rm_mri_approval_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_approval_item WITH
   (product,
    product_definition,
    product_definition_formation,
    product_definition_formation_relationship,
    product_definition_relationship,
    requirement_assignment,
    requirement_source);
END_TYPE;
(*

5.2.1.4 rm_mri_attribute_language_item   EXPRESS-G

The rm_mri_attribute_language_item type is an extension of the mri_attribute_language_item type. It adds the data types product, product_definition, product_definition_formation, product_definition_formation_relationship, product_definition_relationship, requirement_assignment and requirement_source 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 rm_mri_attribute_language_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_attribute_language_item WITH
   (product,
    product_definition,
    product_definition_formation,
    product_definition_formation_relationship,
    product_definition_relationship,
    requirement_assignment,
    requirement_source);
END_TYPE;
(*

5.2.1.5 rm_mri_date_and_time_item   EXPRESS-G

The rm_mri_date_and_time_item type is an extension of the mri_date_and_time_item type. It adds the data types product, product_definition, product_definition_formation, product_definition_formation_relationship, product_definition_relationship, requirement_assignment and requirement_source 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 rm_mri_date_and_time_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_date_and_time_item WITH
   (product,
    product_definition,
    product_definition_formation,
    product_definition_formation_relationship,
    product_definition_relationship,
    requirement_assignment,
    requirement_source);
END_TYPE;
(*

5.2.1.6 rm_mri_date_item   EXPRESS-G

The rm_mri_date_item type is an extension of the mri_date_item type. It adds the data types product, product_definition, product_definition_formation, product_definition_formation_relationship, product_definition_relationship, requirement_assignment and requirement_source 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 rm_mri_date_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_date_item WITH
   (product,
    product_definition,
    product_definition_formation,
    product_definition_formation_relationship,
    product_definition_relationship,
    requirement_assignment,
    requirement_source);
END_TYPE;
(*

5.2.1.7 rm_mri_identification_item   EXPRESS-G

The rm_mri_identification_item type is an extension of the mri_identification_item type. It adds the data types product, product_definition, product_definition_formation, product_definition_formation_relationship, product_definition_relationship, requirement_assignment and requirement_source 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 rm_mri_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_identification_item WITH
   (product,
    product_definition,
    product_definition_formation,
    product_definition_formation_relationship,
    product_definition_relationship,
    requirement_assignment,
    requirement_source);
END_TYPE;
(*

5.2.1.8 rm_mri_multi_language_attribute_item   EXPRESS-G

The rm_mri_multi_language_attribute_item type is an extension of the mri_multi_language_attribute_item type. It adds the data types product, product_definition, product_definition_formation, product_definition_formation_relationship, product_definition_relationship, requirement_assignment and requirement_source 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 rm_mri_multi_language_attribute_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_multi_language_attribute_item WITH
   (product,
    product_definition,
    product_definition_formation,
    product_definition_formation_relationship,
    product_definition_relationship,
    requirement_assignment,
    requirement_source);
END_TYPE;
(*

5.2.1.9 rm_mri_organization_item   EXPRESS-G

The rm_mri_organization_item type is an extension of the mri_organization_item type. It adds the data types product, product_definition, product_definition_formation, product_definition_formation_relationship, product_definition_relationship, requirement_assignment and requirement_source 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 rm_mri_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_organization_item WITH
   (product,
    product_definition,
    product_definition_formation,
    product_definition_formation_relationship,
    product_definition_relationship,
    requirement_assignment,
    requirement_source);
END_TYPE;
(*

5.2.1.10 rm_mri_person_and_organization_item   EXPRESS-G

The rm_mri_person_and_organization_item type is an extension of the mri_person_and_organization_item type. It adds the data types product, product_definition, product_definition_formation, product_definition_formation_relationship, product_definition_relationship, requirement_assignment and requirement_source 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 rm_mri_person_and_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_person_and_organization_item WITH
   (product,
    product_definition,
    product_definition_formation,
    product_definition_formation_relationship,
    product_definition_relationship,
    requirement_assignment,
    requirement_source);
END_TYPE;
(*

5.2.1.11 rm_security_classification_item   EXPRESS-G

The rm_security_classification_item type is an extension of the security_classification_item type. It adds the data types product, product_definition, product_definition_formation, product_definition_formation_relationship, product_definition_relationship, requirement_assignment and requirement_source 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 rm_security_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON security_classification_item WITH
   (product,
    product_definition,
    product_definition_formation,
    product_definition_formation_relationship,
    product_definition_relationship,
    requirement_assignment,
    requirement_source);
END_TYPE;
(*



*)
END_SCHEMA;  -- Requirement_management_mim
(*


© ISO 2004 — All rights reserved