Application module: Activity characterized ISO/TS 10303-1272: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
     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

4 Information requirements

This clause specifies the information requirements for the Activity characterized 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 Activity_characterized_arm schema and identifies the necessary external references.

EXPRESS specification:

*)
SCHEMA Activity_characterized_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 Activity_arm;    --  ISO/TS 10303-1047

USE FROM Ap239_management_resource_information_arm;    --  ISO/TS 10303-1289

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

USE FROM Process_property_assignment_arm;    --  ISO/TS 10303-1040

USE FROM Property_assignment_arm;    --  ISO/TS 10303-1030
(*

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

Activity_arm ISO/TS 10303-1047
Ap239_management_resource_information_arm ISO/TS 10303-1289
Management_resource_information_arm ISO/TS 10303-1288
Process_property_assignment_arm ISO/TS 10303-1040
Property_assignment_arm ISO/TS 10303-1030

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

The actchar_ap239_mri_classification_item type is an extension of the ap239_mri_classification_item type. It adds the data types Activity, Activity_property, Activity_relationship and Applied_activity_assignment 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 actchar_ap239_mri_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON ap239_mri_classification_item WITH
   (Activity,
    Activity_property,
    Activity_relationship,
    Applied_activity_assignment);
END_TYPE;
(*

4.2.2 actchar_ap239_mri_classified_attribute_select   EXPRESS-G

The actchar_ap239_mri_classified_attribute_select type is an extension of the ap239_mri_classified_attribute_select type. It adds the data types Activity, Activity_property, Activity_relationship and Applied_activity_assignment 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 actchar_ap239_mri_classified_attribute_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON ap239_mri_classified_attribute_select WITH
   (Activity,
    Activity_property,
    Activity_relationship,
    Applied_activity_assignment);
END_TYPE;
(*

4.2.3 actchar_mri_approval_item   EXPRESS-G

The actchar_mri_approval_item type is an extension of the mri_approval_item type. It adds the data types Activity, Activity_property and Applied_activity_assignment 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 actchar_mri_approval_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_approval_item WITH
   (Activity,
    Activity_property,
    Applied_activity_assignment);
END_TYPE;
(*

4.2.4 actchar_mri_date_or_date_time_item   EXPRESS-G

The actchar_mri_date_or_date_time_item type is an extension of the mri_date_or_date_time_item type. It adds the data types Activity, Activity_property, Activity_relationship and Applied_activity_assignment 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 actchar_mri_date_or_date_time_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_date_or_date_time_item WITH
   (Activity,
    Activity_property,
    Activity_relationship,
    Applied_activity_assignment);
END_TYPE;
(*

4.2.5 actchar_mri_identification_item   EXPRESS-G

The actchar_mri_identification_item type is an extension of the mri_identification_item type. It adds the data types Activity, Activity_property and Applied_activity_assignment 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 actchar_mri_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_identification_item WITH
   (Activity,
    Activity_property,
    Applied_activity_assignment);
END_TYPE;
(*

4.2.6 actchar_mri_organization_or_person_in_organization_item   EXPRESS-G

The actchar_mri_organization_or_person_in_organization_item type is an extension of the mri_organization_or_person_in_organization_item type. It adds the data types Activity, Activity_property, Activity_relationship and Applied_activity_assignment 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 actchar_mri_organization_or_person_in_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_organization_or_person_in_organization_item WITH
   (Activity,
    Activity_property,
    Activity_relationship,
    Applied_activity_assignment);
END_TYPE;
(*

4.2.7 actchar_mri_string_select   EXPRESS-G

The actchar_mri_string_select type is an extension of the mri_string_select type. It adds the data types Activity, Activity_property, Activity_relationship and Applied_activity_assignment 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 actchar_mri_string_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_string_select WITH
   (Activity,
    Activity_property,
    Activity_relationship,
    Applied_activity_assignment);
END_TYPE;
(*

4.2.8 actchar_property_assignment_select   EXPRESS-G

The actchar_property_assignment_select type is an extension of the property_assignment_select type. It adds the data type Applied_activity_assignment to the list of alternate data types.

EXPRESS specification:

*)
TYPE actchar_property_assignment_select = SELECT BASED_ON property_assignment_select WITH
   (Applied_activity_assignment);
END_TYPE;
(*



*)
END_SCHEMA;  -- Activity_characterized_arm
(*


© ISO 2004 — All rights reserved