Application module: Composition of individual activity | ISO/TS 10303-1177:2005(E) © ISO |
This clause specifies the information requirements for the Composition of individual 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 Composition_of_individual_activity_arm schema and identifies the necessary external references.
EXPRESS specification:
*)
SCHEMA Composition_of_individual_activity_arm;
(*
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.
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.
A Composition_of_individual_activity specifies a whole-part relationship between individual activities.
A whole-part relationship between individual activities indicates the performance of the one individual activity is a part of the performance of the other.
The nature of a whole-part relationship between individual activities may be specified by indicating a Class_of_composition_of_activity of which it is a member.
EXAMPLE The relationship 'start up for daily operation on 2001-10-22' between:
that indicates the operation activity contained a start-up activity, is a composition_of_individual_activity.
NOTE This entity is identical to the arrangement_of_individual subtype of composition_of_individual in ISO 15926-2, where the relationship is between individual activities.
EXPRESS specification:
*)
ENTITY Composition_of_individual_activity
SUBTYPE OF (Activity_relationship);
SELF\Activity_relationship.relating_activity : Individual_activity;
SELF\Activity_relationship.related_activity : Individual_activity;
END_ENTITY;
(*
Attribute definitions:
relating_activity: the Individual_activity that is the whole.
related_activity: the Individual_activity that is the part.
*)
END_SCHEMA; -- Composition_of_individual_activity_arm
(*
© ISO 2005 — All rights reserved