| Application module: Risk definition | ISO/TS 10303-1786:2011-10(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 Risk_definition_mim;
USE FROM
Activity_method_assignment_mim;
--
ISO/TS 10303-1249
USE FROM
Probability_distribution_mim;
--
ISO/TS 10303-1274
USE FROM
Process_property_assignment_mim;
--
ISO/TS 10303-1040
USE FROM
Product_relationship_mim;
--
ISO/TS 10303-1024
USE FROM
Product_view_definition_relationship_mim;
--
ISO/TS 10303-1041
USE FROM
Property_assignment_mim;
--
ISO/TS 10303-1030
USE FROM
risk_schema;
--
ISO 10303-58
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
Activity_method_assignment_mim ISO/TS 10303-1249 Probability_distribution_mim ISO/TS 10303-1274 Process_property_assignment_mim ISO/TS 10303-1040 Product_relationship_mim ISO/TS 10303-1024 Product_view_definition_relationship_mim ISO/TS 10303-1041 Property_assignment_mim ISO/TS 10303-1030 risk_schema ISO 10303-58
NOTE 2 See Annex D, Figures D.1and D.2 for a graphical representation of this schema.
This subclause specifies the MIM type for this application module. The MIM type and definition is specified below.

The risk_action_method_items type is an extension of the action_method_items type. It adds the data type risk_perception 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
risk_action_method_items =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
action_method_items
WITH
(risk_perception);
END_TYPE;
(*
This subclause specifies the MIM entity for this module. The MIM entity and definition is specified below.

EXPRESS specification:
*)
ENTITY risk_event
SUBTYPE OF (applied_action_method_assignment);
SELF\applied_action_method_assignment.items : SET[1:1] OF risk_perception;
WHERE
WR1: SELF\action_method_assignment.role.name = 'risk of event';
END_ENTITY;
(*
Attribute definitions:
items: the risk for which this action_method defines the event.
Formal propositions:
WR1: the role name is constrained to be "risk of event".
*)
END_SCHEMA; -- Risk_definition_mim
(*
© ISO 2011 — All rights reserved