Application module: Risk definition ISO/TS 10303-1786:2011-10(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviated terms
    3.1 Terms and definitions
    3.2 Abbreviated terms

4 Information requirements
   4.1 Required AM ARMs
   4.2 ARM type definitions
   4.3 ARM entity definitions
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
F Change history
Bibliography
Index

5.2 MIM EXPRESS short listing

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:

EXPRESS specification:

*)
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.

5.2.1 MIM type definition

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

5.2.1.1 risk_action_method_items   EXPRESS-G

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;
(*

5.2.2 MIM entity definition

This subclause specifies the MIM entity for this module. The MIM entity and definition is specified below.

5.2.2.1 risk_event   EXPRESS-G

A risk_event is a type of applied_action_method_assignment that identifies the type of event (action method) that is related to the risk.

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