Application module: Risk management ISO/TS 10303-1467: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
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definitions
     5.2.2 MIM entity definitions

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

4 Information requirements

This clause specifies the information requirements for the Risk management 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.

This clause defines the information requirements to which implementations shall conform using the EXPRESS language as defined in ISO 10303-11. The following begins the Risk_management_arm schema and identifies the necessary external references.

EXPRESS specification:

*)
SCHEMA Risk_management_arm;
(*

4.1 Required AM ARMs

The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.

EXPRESS specification:

*)
USE FROM Approval_arm;    --  ISO/TS 10303-1012

USE FROM Collection_identification_and_version_arm;    --  ISO/TS 10303-1396

USE FROM Condition_arm;    --  ISO/TS 10303-1253

USE FROM Document_assignment_arm;    --  ISO/TS 10303-1122

USE FROM Identification_relationship_arm;    --  ISO/TS 10303-1398

USE FROM Justification_arm;    --  ISO/TS 10303-1263

USE FROM Person_organization_assignment_arm;    --  ISO/TS 10303-1013

USE FROM Resource_item_arm;    --  ISO/TS 10303-1268

USE FROM Risk_definition_arm;    --  ISO/TS 10303-1786

USE FROM Same_as_external_item_arm;    --  ISO/TS 10303-1402
(*

NOTE 1   The schemas referenced above are specified in the following part of ISO 10303:

Approval_arm ISO/TS 10303-1012
Collection_identification_and_version_arm ISO/TS 10303-1396
Condition_arm ISO/TS 10303-1253
Document_assignment_arm ISO/TS 10303-1122
Identification_relationship_arm ISO/TS 10303-1398
Justification_arm ISO/TS 10303-1263
Person_organization_assignment_arm ISO/TS 10303-1013
Resource_item_arm ISO/TS 10303-1268
Risk_definition_arm ISO/TS 10303-1786
Same_as_external_item_arm ISO/TS 10303-1402

NOTE 2   See Annex C, Figures C.1and C.2 for a graphical representation of this schema.

4.2 ARM type definitions

This subclause specifies the ARM types for this application module. The ARM types and definitions are specified below.

4.2.1 rm_activity_item   EXPRESS-G

The rm_activity_item type is an extension of the activity_item type. It adds the data types Activity_method, Applied_activity_assignment, Applied_state_assignment, Assigned_property, File, Independent_property, Justification, Organization, Person, Person_in_organization, Product, Product_version, Product_version_relationship, Product_view_definition, Resource_item, Resource_item_realization, Risk_impact_assignment, Risk_perception_source_assignment, State, State_assertion, State_assessment, State_relationship and View_definition_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.

Each list member is an item that can be assigned an activity.

EXPRESS specification:

*)
TYPE rm_activity_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON activity_item WITH
   (Activity_method,
    Applied_activity_assignment,
    Applied_state_assignment,
    Assigned_property,
    File,
    Independent_property,
    Justification,
    Organization,
    Person,
    Person_in_organization,
    Product,
    Product_version,
    Product_version_relationship,
    Product_view_definition,
    Resource_item,
    Resource_item_realization,
    Risk_impact_assignment,
    Risk_perception_source_assignment,
    State,
    State_assertion,
    State_assessment,
    State_relationship,
    View_definition_relationship);
END_TYPE;
(*

4.2.2 rm_activity_method_item   EXPRESS-G

The rm_activity_method_item type is an extension of the activity_method_item type. It adds the data types Activity, Activity_method, Applied_activity_assignment, Assigned_property, File, Justification, Organization, Person, Person_in_organization, Product, Product_version, Product_version_relationship, Product_view_definition, Resource_item, Resource_item_realization, Risk_impact_assignment, Risk_perception_source_assignment, State_relationship and View_definition_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.

Each list member is a product or activity data item to which an applied activity method can be assigned.

EXPRESS specification:

*)
TYPE rm_activity_method_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON activity_method_item WITH
   (Activity,
    Activity_method,
    Applied_activity_assignment,
    Assigned_property,
    File,
    Justification,
    Organization,
    Person,
    Person_in_organization,
    Product,
    Product_version,
    Product_version_relationship,
    Product_view_definition,
    Resource_item,
    Resource_item_realization,
    Risk_impact_assignment,
    Risk_perception_source_assignment,
    State_relationship,
    View_definition_relationship);
END_TYPE;
(*

4.2.3 rm_approval_item   EXPRESS-G

The rm_approval_item type is an extension of the approval_item type. It adds the data types Activity, Activity_method, Activity_method_relationship, Address_assignment, Applied_activity_assignment, Applied_activity_method_assignment, Applied_state_assignment, Applied_state_definition_assignment, Assigned_property, Assumption, Assumption_assignment, Assumption_relationship, Classification_assignment, Condition, Condition_assignment, Date_or_date_time_assignment, Document_assignment, Identification_assignment, Identification_relationship, Independent_property, Independent_property_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Organization_or_person_in_organization_assignment, Organization_relationship, Person_in_organization, Product, Product_relationship, Product_version, Product_version_relationship, Product_view_definition, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, Risk_impact_assignment, Risk_perception_source_assignment, State_assessment, State_definition, State_definition_relationship, State_relationship, View_definition_context and View_definition_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.

Each list member is an activity or product data item to which can be assigned an approval.

EXPRESS specification:

*)
TYPE rm_approval_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON approval_item WITH
   (Activity,
    Activity_method,
    Activity_method_relationship,
    Address_assignment,
    Applied_activity_assignment,
    Applied_activity_method_assignment,
    Applied_state_assignment,
    Applied_state_definition_assignment,
    Assigned_property,
    Assumption,
    Assumption_assignment,
    Assumption_relationship,
    Classification_assignment,
    Condition,
    Condition_assignment,
    Date_or_date_time_assignment,
    Document_assignment,
    Identification_assignment,
    Identification_relationship,
    Independent_property,
    Independent_property_relationship,
    Item_assumed,
    Justification,
    Justification_assignment,
    Justification_relationship,
    Justification_support_assignment,
    Organization_or_person_in_organization_assignment,
    Organization_relationship,
    Person_in_organization,
    Product,
    Product_relationship,
    Product_version,
    Product_version_relationship,
    Product_view_definition,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    Risk_impact_assignment,
    Risk_perception_source_assignment,
    State_assessment,
    State_definition,
    State_definition_relationship,
    State_relationship,
    View_definition_context,
    View_definition_relationship);
END_TYPE;
(*

4.2.4 rm_assumed_item   EXPRESS-G

The rm_assumed_item type is an extension of the assumed_item type. It adds the data types Activity, Applied_activity_assignment, Applied_activity_method_assignment, Applied_state_assignment, Approval, Approval_assignment, Assigned_property, Product, Product_version, Resource_item, Resource_item_assignment, Risk_impact_assignment and View_definition_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 rm_assumed_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON assumed_item WITH
   (Activity,
    Applied_activity_assignment,
    Applied_activity_method_assignment,
    Applied_state_assignment,
    Approval,
    Approval_assignment,
    Assigned_property,
    Product,
    Product_version,
    Resource_item,
    Resource_item_assignment,
    Risk_impact_assignment,
    View_definition_relationship);
END_TYPE;
(*

4.2.5 rm_assumption_item   EXPRESS-G

The rm_assumption_item type is an extension of the assumption_item type. It adds the data types Activity, Approval, Product and Product_version 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 rm_assumption_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON assumption_item WITH
   (Activity,
    Approval,
    Product,
    Product_version);
END_TYPE;
(*

4.2.6 rm_characterized_activity_definition   EXPRESS-G

The rm_characterized_activity_definition type is an extension of the characterized_activity_definition type. It adds the data type Activity_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 rm_characterized_activity_definition = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON characterized_activity_definition WITH
   (Activity_method_relationship);
END_TYPE;
(*

4.2.7 rm_classification_item   EXPRESS-G

The rm_classification_item type is an extension of the classification_item type. It adds the data types Activity, Activity_method, Activity_method_relationship, Applied_activity_assignment, Applied_activity_method_assignment, Assigned_property, Digital_file, Document_assignment, Hardcopy, Product, Product_relationship, Product_version, Product_view_definition, Resource_item_realization, Risk_impact_assignment, Risk_perception_relationship and Risk_perception_source_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.

Each list member is a product or activity data item for which a class can be assigned to classify it.

EXPRESS specification:

*)
TYPE rm_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classification_item WITH
   (Activity,
    Activity_method,
    Activity_method_relationship,
    Applied_activity_assignment,
    Applied_activity_method_assignment,
    Assigned_property,
    Digital_file,
    Document_assignment,
    Hardcopy,
    Product,
    Product_relationship,
    Product_version,
    Product_view_definition,
    Resource_item_realization,
    Risk_impact_assignment,
    Risk_perception_relationship,
    Risk_perception_source_assignment);
END_TYPE;
(*

4.2.8 rm_collection_assignment_select   EXPRESS-G

The rm_collection_assignment_select type is an extension of the collection_assignment_select type. It adds the data types Activity, Activity_method, Organization, Product, Product_version and Product_view_definition 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.

Each list member is an object to which the collection has relevance.

EXPRESS specification:

*)
TYPE rm_collection_assignment_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON collection_assignment_select WITH
   (Activity,
    Activity_method,
    Organization,
    Product,
    Product_version,
    Product_view_definition);
END_TYPE;
(*

4.2.9 rm_collection_member_select   EXPRESS-G

The rm_collection_member_select type is an extension of the collection_member_select type. It adds the data types Activity, Activity_method, Activity_method_relationship, Activity_relationship, Activity_status, Address, Address_assignment, Applied_activity_assignment, Applied_activity_method_assignment, Applied_state_assignment, Applied_state_definition_assignment, Approval, Approval_assignment, Approval_relationship, Approval_status, Approving_person_organization, Assigned_property, Assumption, Assumption_assignment, Assumption_relationship, Calendar_date, Class, Classification_assignment, Collection_assignment, Collection_membership, Condition, Condition_assignment, Condition_parameter, Condition_relationship, Date_or_date_time_assignment, Date_time, Defined_state_relationship, Derived_unit_element, Document_assignment, External_source, External_source_identification, File, Identification_assignment, Identification_relationship, Independent_property, Independent_property_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Local_time, Organization, Organization_or_person_in_organization_assignment, Organization_relationship, Person, Person_in_organization, Product, Product_relationship, Product_version, Product_version_relationship, Product_view_definition, Property_definition_representation, Representation, Representation_context, Representation_item, Representation_relationship, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, Risk_impact_assignment, Risk_perception_source_assignment, Same_as_external_item, State, State_assertion, State_assessment, State_definition, State_definition_relationship, State_definition_role, State_relationship, State_role, Time_offset, Unit, Value_with_unit, View_definition_context and View_definition_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.

Each list member is an object that represents a member of the collection.

EXPRESS specification:

*)
TYPE rm_collection_member_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON collection_member_select WITH
   (Activity,
    Activity_method,
    Activity_method_relationship,
    Activity_relationship,
    Activity_status,
    Address,
    Address_assignment,
    Applied_activity_assignment,
    Applied_activity_method_assignment,
    Applied_state_assignment,
    Applied_state_definition_assignment,
    Approval,
    Approval_assignment,
    Approval_relationship,
    Approval_status,
    Approving_person_organization,
    Assigned_property,
    Assumption,
    Assumption_assignment,
    Assumption_relationship,
    Calendar_date,
    Class,
    Classification_assignment,
    Collection_assignment,
    Collection_membership,
    Condition,
    Condition_assignment,
    Condition_parameter,
    Condition_relationship,
    Date_or_date_time_assignment,
    Date_time,
    Defined_state_relationship,
    Derived_unit_element,
    Document_assignment,
    External_source,
    External_source_identification,
    File,
    Identification_assignment,
    Identification_relationship,
    Independent_property,
    Independent_property_relationship,
    Item_assumed,
    Justification,
    Justification_assignment,
    Justification_relationship,
    Justification_support_assignment,
    Local_time,
    Organization,
    Organization_or_person_in_organization_assignment,
    Organization_relationship,
    Person,
    Person_in_organization,
    Product,
    Product_relationship,
    Product_version,
    Product_version_relationship,
    Product_view_definition,
    Property_definition_representation,
    Representation,
    Representation_context,
    Representation_item,
    Representation_relationship,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    Risk_impact_assignment,
    Risk_perception_source_assignment,
    Same_as_external_item,
    State,
    State_assertion,
    State_assessment,
    State_definition,
    State_definition_relationship,
    State_definition_role,
    State_relationship,
    State_role,
    Time_offset,
    Unit,
    Value_with_unit,
    View_definition_context,
    View_definition_relationship);
END_TYPE;
(*

4.2.10 rm_condition_item   EXPRESS-G

The rm_condition_item type is an extension of the condition_item type. It adds the data types Activity, Activity_method, Activity_method_relationship, Applied_activity_assignment, Applied_activity_method_assignment, Approval, Approval_assignment, Assigned_property, Date_or_date_time_assignment, Document_assignment, Justification_assignment, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, State_definition, State_definition_relationship and View_definition_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.

Each list member is a product or activity data item to which a condition can be assigned.

EXPRESS specification:

*)
TYPE rm_condition_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON condition_item WITH
   (Activity,
    Activity_method,
    Activity_method_relationship,
    Applied_activity_assignment,
    Applied_activity_method_assignment,
    Approval,
    Approval_assignment,
    Assigned_property,
    Date_or_date_time_assignment,
    Document_assignment,
    Justification_assignment,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    State_definition,
    State_definition_relationship,
    View_definition_relationship);
END_TYPE;
(*

4.2.11 rm_condition_parameter_item   EXPRESS-G

The rm_condition_parameter_item type is an extension of the condition_parameter_item type. It adds the data types Activity, Activity_method, Approval, Approval_assignment, Assigned_property, Calendar_date, Classification_assignment, Date_or_date_time_assignment, Date_time, Document_assignment, Identification_assignment, Independent_property, Organization, Organization_or_person_in_organization_assignment, Product, Product_version, Product_view_definition, Property_representation, Representation, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, State, State_definition, State_transition_definition and View_definition_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.

Each list member is a product or activity data item which acts as an input parameter to a condition which may or may not be specific.

EXPRESS specification:

*)
TYPE rm_condition_parameter_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON condition_parameter_item WITH
   (Activity,
    Activity_method,
    Approval,
    Approval_assignment,
    Assigned_property,
    Calendar_date,
    Classification_assignment,
    Date_or_date_time_assignment,
    Date_time,
    Document_assignment,
    Identification_assignment,
    Independent_property,
    Organization,
    Organization_or_person_in_organization_assignment,
    Product,
    Product_version,
    Product_view_definition,
    Property_representation,
    Representation,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    State,
    State_definition,
    State_transition_definition,
    View_definition_relationship);
END_TYPE;
(*

4.2.12 rm_date_or_date_time_item   EXPRESS-G

The rm_date_or_date_time_item type is an extension of the date_or_date_time_item type. It adds the data types Activity, Activity_method, Activity_method_relationship, Activity_relationship, Address_assignment, Applied_activity_assignment, Applied_activity_method_assignment, Applied_state_assignment, Applied_state_definition_assignment, Approval, Approving_person_organization, Assigned_property, Assumption, Assumption_assignment, Assumption_relationship, Classification_assignment, Condition, Condition_assignment, Date_or_date_time_assignment, Digital_file, Document, Document_assignment, Hardcopy, Identification_assignment, Identification_relationship, Independent_property, Independent_property_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Organization_or_person_in_organization_assignment, Organization_relationship, Person, Person_in_organization, Product_relationship, Product_version, Product_version_relationship, Product_view_definition, Property_representation, Representation, Resource_item, Resource_item_assignment, Resource_item_realization, Risk, Risk_impact_assignment, Risk_perception_relationship, Risk_perception_source_assignment, State, State_assertion, State_assessment, State_definition, State_definition_relationship, State_relationship and View_definition_context 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.

Each list member is an activity or product data tiem to which can be assigned a calendar date or a calendar data with time.

EXPRESS specification:

*)
TYPE rm_date_or_date_time_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON date_or_date_time_item WITH
   (Activity,
    Activity_method,
    Activity_method_relationship,
    Activity_relationship,
    Address_assignment,
    Applied_activity_assignment,
    Applied_activity_method_assignment,
    Applied_state_assignment,
    Applied_state_definition_assignment,
    Approval,
    Approving_person_organization,
    Assigned_property,
    Assumption,
    Assumption_assignment,
    Assumption_relationship,
    Classification_assignment,
    Condition,
    Condition_assignment,
    Date_or_date_time_assignment,
    Digital_file,
    Document,
    Document_assignment,
    Hardcopy,
    Identification_assignment,
    Identification_relationship,
    Independent_property,
    Independent_property_relationship,
    Item_assumed,
    Justification,
    Justification_assignment,
    Justification_relationship,
    Justification_support_assignment,
    Organization_or_person_in_organization_assignment,
    Organization_relationship,
    Person,
    Person_in_organization,
    Product_relationship,
    Product_version,
    Product_version_relationship,
    Product_view_definition,
    Property_representation,
    Representation,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Risk,
    Risk_impact_assignment,
    Risk_perception_relationship,
    Risk_perception_source_assignment,
    State,
    State_assertion,
    State_assessment,
    State_definition,
    State_definition_relationship,
    State_relationship,
    View_definition_context);
END_TYPE;
(*

4.2.13 rm_documented_element_select   EXPRESS-G

The rm_documented_element_select type is an extension of the documented_element_select type. It adds the data types Activity, Activity_method, Activity_method_relationship, Activity_relationship, Applied_activity_assignment, Applied_activity_method_assignment, Approval, Approval_assignment, Assigned_property, Assumption, Assumption_assignment, Assumption_relationship, Class, Condition, Condition_assignment, Condition_parameter, Document_assignment, Identification_assignment, Independent_property, Independent_property_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Organization, Organization_or_person_in_organization_assignment, Organization_relationship, Person, Person_in_organization, Product, Product_relationship, Product_version, Product_version_relationship, Product_view_definition, Property_representation, Representation, Representation_item, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, Risk_impact_assignment, Risk_perception_source_assignment, State, State_assertion, State_assessment, State_definition, State_definition_relationship and View_definition_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.

Each list member is a product data item to which a document can be assigned that provides information about that product data.

EXPRESS specification:

*)
TYPE rm_documented_element_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON documented_element_select WITH
   (Activity,
    Activity_method,
    Activity_method_relationship,
    Activity_relationship,
    Applied_activity_assignment,
    Applied_activity_method_assignment,
    Approval,
    Approval_assignment,
    Assigned_property,
    Assumption,
    Assumption_assignment,
    Assumption_relationship,
    Class,
    Condition,
    Condition_assignment,
    Condition_parameter,
    Document_assignment,
    Identification_assignment,
    Independent_property,
    Independent_property_relationship,
    Item_assumed,
    Justification,
    Justification_assignment,
    Justification_relationship,
    Justification_support_assignment,
    Organization,
    Organization_or_person_in_organization_assignment,
    Organization_relationship,
    Person,
    Person_in_organization,
    Product,
    Product_relationship,
    Product_version,
    Product_version_relationship,
    Product_view_definition,
    Property_representation,
    Representation,
    Representation_item,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    Risk_impact_assignment,
    Risk_perception_source_assignment,
    State,
    State_assertion,
    State_assessment,
    State_definition,
    State_definition_relationship,
    View_definition_relationship);
END_TYPE;
(*

4.2.14 rm_identification_item   EXPRESS-G

The rm_identification_item type is an extension of the identification_item type. It adds the data types Activity, Activity_method, Activity_method_relationship, Activity_relationship, Address, Applied_activity_assignment, Applied_activity_method_assignment, Applied_state_assignment, Applied_state_definition_assignment, Approval, Approval_status, Assigned_property, Assumption, Assumption_relationship, Class, Condition, Defined_state_relationship, Document_assignment, External_source_identification, File, Identification_relationship, Independent_property, Independent_property_relationship, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Organization, Organization_or_person_in_organization_assignment, Person, Person_in_organization, Product, Product_relationship, Product_version, Resource_item, Resource_item_realization, Risk_impact_assignment, Risk_perception_source_assignment, State, State_assertion, State_assessment, State_relationship, State_transition_definition and View_definition_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.

Each list member is a data item to which an identification assignment can be made.

EXPRESS specification:

*)
TYPE rm_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON identification_item WITH
   (Activity,
    Activity_method,
    Activity_method_relationship,
    Activity_relationship,
    Address,
    Applied_activity_assignment,
    Applied_activity_method_assignment,
    Applied_state_assignment,
    Applied_state_definition_assignment,
    Approval,
    Approval_status,
    Assigned_property,
    Assumption,
    Assumption_relationship,
    Class,
    Condition,
    Defined_state_relationship,
    Document_assignment,
    External_source_identification,
    File,
    Identification_relationship,
    Independent_property,
    Independent_property_relationship,
    Justification,
    Justification_assignment,
    Justification_relationship,
    Justification_support_assignment,
    Organization,
    Organization_or_person_in_organization_assignment,
    Person,
    Person_in_organization,
    Product,
    Product_relationship,
    Product_version,
    Resource_item,
    Resource_item_realization,
    Risk_impact_assignment,
    Risk_perception_source_assignment,
    State,
    State_assertion,
    State_assessment,
    State_relationship,
    State_transition_definition,
    View_definition_relationship);
END_TYPE;
(*

4.2.15 rm_justification_item   EXPRESS-G

The rm_justification_item type is an extension of the justification_item type. It adds the data types Activity, Activity_method, Activity_method_relationship, Applied_activity_assignment, Applied_activity_method_assignment, Applied_state_assignment, Applied_state_definition_assignment, Approval, Approval_assignment, Assigned_property, Classification_assignment, Condition_assignment, Document_assignment, Independent_property, Independent_property_relationship, Product, Product_version, Product_version_relationship, Product_view_definition, Property_value_representation, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, State_assertion, State_assessment and View_definition_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.

Each list member is a product or activity data item for which a justification can be provided.

EXPRESS specification:

*)
TYPE rm_justification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON justification_item WITH
   (Activity,
    Activity_method,
    Activity_method_relationship,
    Applied_activity_assignment,
    Applied_activity_method_assignment,
    Applied_state_assignment,
    Applied_state_definition_assignment,
    Approval,
    Approval_assignment,
    Assigned_property,
    Classification_assignment,
    Condition_assignment,
    Document_assignment,
    Independent_property,
    Independent_property_relationship,
    Product,
    Product_version,
    Product_version_relationship,
    Product_view_definition,
    Property_value_representation,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    State_assertion,
    State_assessment,
    View_definition_relationship);
END_TYPE;
(*

4.2.16 rm_justification_support_item   EXPRESS-G

The rm_justification_support_item type is an extension of the justification_support_item type. It adds the data types Activity, Activity_method, Applied_activity_assignment, Applied_activity_method_assignment, Applied_state_assignment, Applied_state_definition_assignment, Approval, Assigned_property, Independent_property, Independent_property_relationship, Organization_or_person_in_organization_assignment, Product, Product_version, Product_version_relationship, Product_view_definition, Risk_impact_assignment, State, State_definition, State_definition_relationship, State_relationship and View_definition_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.

Each list member is a product or activity data item which can provide evidential support for a justification,

EXPRESS specification:

*)
TYPE rm_justification_support_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON justification_support_item WITH
   (Activity,
    Activity_method,
    Applied_activity_assignment,
    Applied_activity_method_assignment,
    Applied_state_assignment,
    Applied_state_definition_assignment,
    Approval,
    Assigned_property,
    Independent_property,
    Independent_property_relationship,
    Organization_or_person_in_organization_assignment,
    Product,
    Product_version,
    Product_version_relationship,
    Product_view_definition,
    Risk_impact_assignment,
    State,
    State_definition,
    State_definition_relationship,
    State_relationship,
    View_definition_relationship);
END_TYPE;
(*

4.2.17 rm_organization_or_person_in_organization_item   EXPRESS-G

The rm_organization_or_person_in_organization_item type is an extension of the organization_or_person_in_organization_item type. It adds the data types Activity, Activity_method, Activity_method_relationship, Activity_relationship, Address_assignment, Applied_activity_assignment, Applied_activity_method_assignment, Applied_state_assignment, Applied_state_definition_assignment, Approval, Approval_status, Assigned_property, Assumption, Assumption_assignment, Assumption_relationship, Class, Classification_assignment, Condition, Condition_assignment, Date_or_date_time_assignment, Digital_file, Document_assignment, Hardcopy, Identification_assignment, Identification_relationship, Independent_property, Independent_property_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Organization, Organization_or_person_in_organization_assignment, Person_in_organization, Product, Product_relationship, Product_version, Product_view_definition, Property_representation, Representation, Resource_item, Resource_item_assignment, Resource_item_realization, Risk_impact_assignment, Risk_perception_source_assignment, State, State_assertion, State_assessment, State_definition, State_definition_relationship, State_relationship and View_definition_context 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.

Each list member is an activity or product data item to which an organization or person in an organization can be assigned.

EXPRESS specification:

*)
TYPE rm_organization_or_person_in_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON organization_or_person_in_organization_item WITH
   (Activity,
    Activity_method,
    Activity_method_relationship,
    Activity_relationship,
    Address_assignment,
    Applied_activity_assignment,
    Applied_activity_method_assignment,
    Applied_state_assignment,
    Applied_state_definition_assignment,
    Approval,
    Approval_status,
    Assigned_property,
    Assumption,
    Assumption_assignment,
    Assumption_relationship,
    Class,
    Classification_assignment,
    Condition,
    Condition_assignment,
    Date_or_date_time_assignment,
    Digital_file,
    Document_assignment,
    Hardcopy,
    Identification_assignment,
    Identification_relationship,
    Independent_property,
    Independent_property_relationship,
    Item_assumed,
    Justification,
    Justification_assignment,
    Justification_relationship,
    Justification_support_assignment,
    Organization,
    Organization_or_person_in_organization_assignment,
    Person_in_organization,
    Product,
    Product_relationship,
    Product_version,
    Product_view_definition,
    Property_representation,
    Representation,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Risk_impact_assignment,
    Risk_perception_source_assignment,
    State,
    State_assertion,
    State_assessment,
    State_definition,
    State_definition_relationship,
    State_relationship,
    View_definition_context);
END_TYPE;
(*

4.2.18 rm_property_assignment_select   EXPRESS-G

The rm_property_assignment_select type is an extension of the property_assignment_select type. It adds the data types Address, Applied_activity_assignment, Applied_activity_method_assignment, Applied_state_assignment, Applied_state_definition_assignment, Document_assignment, File, Organization_or_person_in_organization_assignment, Person, Person_in_organization, Product_view_definition, Risk_impact_assignment, State, State_definition, State_definition_relationship, State_relationship and View_definition_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.

Each list member is a data item which can be assigned a property.

EXPRESS specification:

*)
TYPE rm_property_assignment_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON property_assignment_select WITH
   (Address,
    Applied_activity_assignment,
    Applied_activity_method_assignment,
    Applied_state_assignment,
    Applied_state_definition_assignment,
    Document_assignment,
    File,
    Organization_or_person_in_organization_assignment,
    Person,
    Person_in_organization,
    Product_view_definition,
    Risk_impact_assignment,
    State,
    State_definition,
    State_definition_relationship,
    State_relationship,
    View_definition_relationship);
END_TYPE;
(*

4.2.19 rm_resource_assignment_item   EXPRESS-G

The rm_resource_assignment_item type is an extension of the resource_assignment_item type. It adds the data types Product, Product_version and Product_view_definition 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.

Each list member is a the resource assignment item to which the resource item is assigned.

EXPRESS specification:

*)
TYPE rm_resource_assignment_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON resource_assignment_item WITH
   (Product,
    Product_version,
    Product_view_definition);
END_TYPE;
(*

4.2.20 rm_resource_item_select   EXPRESS-G

The rm_resource_item_select type is an extension of the resource_item_select type. It adds the data types File, Organization, Person, Person_in_organization, Product, Product_version and Product_view_definition 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.

Each list member is a product or activity data item that can be designated as a resource within some application context.

EXPRESS specification:

*)
TYPE rm_resource_item_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON resource_item_select WITH
   (File,
    Organization,
    Person,
    Person_in_organization,
    Product,
    Product_version,
    Product_view_definition);
END_TYPE;
(*

4.2.21 rm_risk_impact_item   EXPRESS-G

The rm_risk_impact_item type is an extension of the risk_impact_item type. It adds the data types Activity, Activity_method, Activity_relationship, Applied_activity_assignment, Applied_state_assignment, Approval, Condition, Defined_state_relationship, Independent_property, Independent_property_relationship, Organization, Organization_or_person_in_organization_assignment, Person, Person_in_organization, Product_version_relationship, Product_view_definition, Representation, Representation_item, Resource_item, Resource_item_assignment, Resource_item_relationship, State, State_assertion, State_assessment, State_definition_relationship, State_relationship and View_definition_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.

Each list member is a data item for which a risk impact can be assigned.

EXPRESS specification:

*)
TYPE rm_risk_impact_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON risk_impact_item WITH
   (Activity,
    Activity_method,
    Activity_relationship,
    Applied_activity_assignment,
    Applied_state_assignment,
    Approval,
    Condition,
    Defined_state_relationship,
    Independent_property,
    Independent_property_relationship,
    Organization,
    Organization_or_person_in_organization_assignment,
    Person,
    Person_in_organization,
    Product_version_relationship,
    Product_view_definition,
    Representation,
    Representation_item,
    Resource_item,
    Resource_item_assignment,
    Resource_item_relationship,
    State,
    State_assertion,
    State_assessment,
    State_definition_relationship,
    State_relationship,
    View_definition_relationship);
END_TYPE;
(*

4.2.22 rm_risk_perception_source_item   EXPRESS-G

The rm_risk_perception_source_item type is an extension of the risk_perception_source_item type. It adds the data types Activity, Activity_method, Activity_relationship, Applied_state_assignment, Approval, Approving_person_organization, Assigned_property, Condition, Defined_state_relationship, Document_assignment, File, Independent_property, Independent_property_relationship, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Organization, Organization_or_person_in_organization_assignment, Person, Person_in_organization, Product_version, Product_version_relationship, Product_view_definition, Representation, Representation_item, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, State, State_assertion, State_assessment, State_definition, State_definition_relationship, State_relationship and View_definition_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.

Each list member is a data item for which a risk preception source can be assigned.

EXPRESS specification:

*)
TYPE rm_risk_perception_source_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON risk_perception_source_item WITH
   (Activity,
    Activity_method,
    Activity_relationship,
    Applied_state_assignment,
    Approval,
    Approving_person_organization,
    Assigned_property,
    Condition,
    Defined_state_relationship,
    Document_assignment,
    File,
    Independent_property,
    Independent_property_relationship,
    Justification,
    Justification_assignment,
    Justification_relationship,
    Justification_support_assignment,
    Organization,
    Organization_or_person_in_organization_assignment,
    Person,
    Person_in_organization,
    Product_version,
    Product_version_relationship,
    Product_view_definition,
    Representation,
    Representation_item,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    State,
    State_assertion,
    State_assessment,
    State_definition,
    State_definition_relationship,
    State_relationship,
    View_definition_relationship);
END_TYPE;
(*

4.2.23 rm_same_as_item   EXPRESS-G

The rm_same_as_item type is an extension of the same_as_item type. It adds the data types Activity, Activity_method, Activity_status, Address, Approval, Approval_status, Assumption, Calendar_date, Condition, Condition_parameter, Date_time, Derived_unit_element, External_source, External_source_identification, Independent_property, Item_assumed, Justification, Local_time, Organization, Person, Product, Product_version, Product_view_definition, Representation_context, Resource_item, State, State_assertion, State_assessment, State_definition, State_definition_role, State_role, Time_offset, Unit, Value_with_unit and View_definition_context 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.

The items in the dataset that are the same as the external item.

EXPRESS specification:

*)
TYPE rm_same_as_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON same_as_item WITH
   (Activity,
    Activity_method,
    Activity_status,
    Address,
    Approval,
    Approval_status,
    Assumption,
    Calendar_date,
    Condition,
    Condition_parameter,
    Date_time,
    Derived_unit_element,
    External_source,
    External_source_identification,
    Independent_property,
    Item_assumed,
    Justification,
    Local_time,
    Organization,
    Person,
    Product,
    Product_version,
    Product_view_definition,
    Representation_context,
    Resource_item,
    State,
    State_assertion,
    State_assessment,
    State_definition,
    State_definition_role,
    State_role,
    Time_offset,
    Unit,
    Value_with_unit,
    View_definition_context);
END_TYPE;
(*

4.2.24 rm_state_definition_of_item   EXPRESS-G

The rm_state_definition_of_item type is an extension of the state_definition_of_item type. It adds the data types Activity, Activity_method, Applied_activity_assignment, Applied_activity_method_assignment, Approval, File, File_location_identification, Organization, Person_in_organization, Product, Product_version, Product_view_definition, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, Risk_attitude and View_definition_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.

Each list member is an object whose mode of being (i.e. state) can be described and known by a state definition.

EXPRESS specification:

*)
TYPE rm_state_definition_of_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON state_definition_of_item WITH
   (Activity,
    Activity_method,
    Applied_activity_assignment,
    Applied_activity_method_assignment,
    Approval,
    File,
    File_location_identification,
    Organization,
    Person_in_organization,
    Product,
    Product_version,
    Product_view_definition,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    Risk_attitude,
    View_definition_relationship);
END_TYPE;
(*



*)
END_SCHEMA;  -- Risk_management_arm
(*


© ISO 2011 — All rights reserved