Application module: Individual activity | ISO/TS 10303-1176:2005(E) © ISO |
This clause specifies the information requirements for the 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 Individual_activity_arm schema and identifies the necessary external references.
EXPRESS specification:
*)
SCHEMA Individual_activity_arm;
(*
The following EXPRESS interface statement specifies the elements imported from the ARM of another application module.
EXPRESS specification:
*)
USE FROM
Activity_arm;
--
ISO/TS 10303-1047
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
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.
An individual_activity is something that happens.
NOTE 1 An activity may be a process of physical change, but need not be. The storage of a batch of material in a tank for a period of time is an activity.
NOTE 2 The act of changing the lubricating oil for pump p_101 on 2001-10-09 is an individual activity.
This individual of activity is a member of the class_of_activity 'change lubricating oil'.
NOTE 3 The entity type Individual_activity defined in this part of ISO 10303 is identical to the entity type activity defined in ISO/DIS 15926-2.
EXPRESS specification:
*)
ENTITY Individual_activity
SUBTYPE OF (Activity);
END_ENTITY;
(*
*)
END_SCHEMA; -- Individual_activity_arm
(*
© ISO 2005 — All rights reserved