Application module: Individual involvement in activity ISO/TS 10303-1179:2005(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 definition
   4.3 ARM entity definition
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

4 Information requirements

This clause specifies the information requirements for the Individual involvement in activity 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 Individual_involvement_in_activity_arm schema and identifies the necessary external references.

EXPRESS specification:

*)
SCHEMA Individual_involvement_in_activity_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 Individual_activity_arm;    --  ISO/TS 10303-1176

USE FROM Activity_arm;    --  ISO/TS 10303-1047
(*

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

Individual_activity_arm ISO/TS 10303-1176
Activity_arm ISO/TS 10303-1047

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

4.2 ARM type definition

This subclause specifies the ARM type for this application module. The ARM type and definition is specified below.

4.2.1 involved_select   EXPRESS-G

An involved_select is a thing that is involved in an activity.

EXPRESS specification:

*)
TYPE involved_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON activity_item;
END_TYPE;
(*

4.3 ARM entity definition

This subclause specifies the ARM entity for this module. The ARM entity is an atomic element that embodies a unique application concept and contains attributes specifying the data elements of the entity. The ARM entity and definition is specified below.

4.3.1 Individual_involvement_in_activity   EXPRESS-GMapping table

An Individual involvement in activity specifies that a thing is involved in an individual activity.

An individual is involved in an activity if a segment in the life of the individual is part of the activity. Hence:

EXAMPLE    The involvment of John Doe, who is a stress engineer at Joe Bloggs and Co. in the stress analysis of part XYZ_123 carried out on 2001-05-02 is an individual_involvement_in_activity.

This individual involvement is classified as a member of the Class_of_involvement_in_activity 'stress analysis performer'.

A Class can also be involved in an Individual_activity. In this case it is the class itself and not the members of the class that play a role.

NOTE    This entity is similar to the entity participation in ISO 15926-2. However, in ISO 15926-2 participation is a relationship with a temporal part of a whole life individual, whereas in this part of ISO 10303 individual_involvement_in_activity is a relationship with a whole life individual.

EXPRESS specification:

*)
ENTITY Individual_involvement_in_activity
  SUBTYPE OF (Applied_activity_assignment);
  SELF\Applied_activity_assignment.assigned_activity : Individual_activity;
  SELF\Applied_activity_assignment.items : SET[1:1] OF involved_select;
END_ENTITY;
(*

Attribute definitions:

assigned_activity: the Individual_activity that involves.

items: the thing that is involved.



*)
END_SCHEMA;  -- Individual_involvement_in_activity_arm
(*


© ISO 2005 — All rights reserved