Application module: Condition | ISO/TS 10303-1253:2004(E) © ISO |
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:
*)
SCHEMA Condition_mim;
USE FROM
action_schema
--
ISO 10303-41
(action_method,
action_method_relationship);
USE FROM
Activity_method_assignment_mim;
--
ISO/TS 10303-1249
USE FROM
Classification_assignment_mim;
--
ISO/TS 10303-1114
USE FROM
management_resources_schema
--
ISO 10303-41
(action_method_assignment,
action_method_role,
name_assignment);
USE FROM
Name_assignment_mim;
--
ISO/TS 10303-1340
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
action_schema ISO 10303-41 Activity_method_assignment_mim ISO/TS 10303-1249 Classification_assignment_mim ISO/TS 10303-1114 management_resources_schema ISO 10303-41 Name_assignment_mim ISO/TS 10303-1340
NOTE 2 See Annex D, Figures D.1and D.2 for a graphical representation of this schema.
This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.
The condition_action_method_items type is an extension of the action_method_items type. It adds the data type action_method_relationship 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
condition_action_method_items =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
action_method_items
WITH
(action_method_relationship);
END_TYPE;
(*
The condition_classification_item type is an extension of the classification_item type. It adds the data types action_method, action_method_relationship and applied_action_method_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
condition_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
classification_item
WITH
(action_method,
action_method_relationship,
applied_action_method_assignment);
END_TYPE;
(*
The condition_name_item type is an extension of the name_item type. It adds the data type applied_action_method_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
condition_name_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
name_item
WITH
(applied_action_method_assignment);
END_TYPE;
(*
This subclause specifies the MIM entity for this module. The MIM entity and definition is specified below.
EXPRESS specification:
*)
ENTITY condition
SUBTYPE OF (action_method);
END_ENTITY;
(*
*)
END_SCHEMA; -- Condition_mim
(*
© ISO 2004 — All rights reserved