| Application module: Decision support | ISO/TS 10303-1486:2011-10(E) © ISO |
This clause specifies the information requirements for the Decision support 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 Decision_support_arm schema and identifies the necessary external references.
EXPRESS specification:
*)
SCHEMA Decision_support_arm;
(*
The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.
EXPRESS specification:
*)
USE FROM
Activity_as_realized_arm;
--
ISO/TS 10303-1259
USE FROM
Analysis_assignment_arm;
--
ISO/TS 10303-1474
USE FROM
Analysis_characterized_arm;
--
ISO/TS 10303-1475
USE FROM
External_analysis_representation_arm;
--
ISO/TS 10303-1784
USE FROM
Justification_arm;
--
ISO/TS 10303-1263
USE FROM
Requirement_management_arm;
--
ISO/TS 10303-1348
USE FROM
Verification_and_validation_arm;
--
ISO/TS 10303-1488
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
Activity_as_realized_arm ISO/TS 10303-1259 Analysis_assignment_arm ISO/TS 10303-1474 Analysis_characterized_arm ISO/TS 10303-1475 External_analysis_representation_arm ISO/TS 10303-1784 Justification_arm ISO/TS 10303-1263 Requirement_management_arm ISO/TS 10303-1348 Verification_and_validation_arm ISO/TS 10303-1488
NOTE 2 See Annex C, Figures C.1and C.2 for a graphical representation of this schema.
This subclause specifies the ARM types for this application module. The ARM types and definitions are specified below.

The ds_activity_item type is an extension of the activity_item type. It adds the data types Activity, Activity_method, Applied_activity_assignment, Applied_state_assignment, Approval, Assigned_property, Certification, Contract, Contract_relationship, Descriptive_document_property, Effectivity, Event, Event_assignment, Evidence, File, Independent_property, Justification, Numerical_document_property, Organization, Person, Person_in_organization, Product, Product_version, Product_version_relationship, Product_view_definition, Project, Requirement_assignment, Requirement_source, State, State_assertion, State_assessment, State_relationship, Validation, Verification 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
ds_activity_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
activity_item
WITH
(Activity,
Activity_method,
Applied_activity_assignment,
Applied_state_assignment,
Approval,
Assigned_property,
Certification,
Contract,
Contract_relationship,
Descriptive_document_property,
Effectivity,
Event,
Event_assignment,
Evidence,
File,
Independent_property,
Justification,
Numerical_document_property,
Organization,
Person,
Person_in_organization,
Product,
Product_version,
Product_version_relationship,
Product_view_definition,
Project,
Requirement_assignment,
Requirement_source,
State,
State_assertion,
State_assessment,
State_relationship,
Validation,
Verification,
View_definition_relationship);
END_TYPE;
(*

The ds_analysed_item type is an extension of the analysed_item type. It adds the data types Activity, Activity_method, Activity_relationship, Assigned_property, Evidence, Organization, Organization_relationship, Product, Product_relationship, Product_version_relationship, Product_view_definition, Project_relationship, Requirement_assignment, State, State_assessment, State_definition, State_role, Validation, Verification, Verification_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 a product or activity data item to which an analysis can be assigned.
EXPRESS specification:
*)
TYPE
ds_analysed_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
analysed_item
WITH
(Activity,
Activity_method,
Activity_relationship,
Assigned_property,
Evidence,
Organization,
Organization_relationship,
Product,
Product_relationship,
Product_version_relationship,
Product_view_definition,
Project_relationship,
Requirement_assignment,
State,
State_assessment,
State_definition,
State_role,
Validation,
Verification,
Verification_relationship,
View_definition_context,
View_definition_relationship);
END_TYPE;
(*

The ds_approval_item type is an extension of the requirement_mri_approval_item type. It adds the data types Activity, Activity_method, Applied_activity_assignment, Applied_state_assignment, Applied_state_definition_assignment, Assumption, Assumption_assignment, Assumption_relationship, Contract_relationship, Descriptive_document_property, Effectivity, Event, Evidence, Identification_relationship, Independent_property, Independent_property_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Numerical_document_property, Product, Product_relationship, Product_version, State_assessment, State_definition, State_definition_relationship, State_relationship, Validation, Verification, Verification_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 can be assigned an approval.
EXPRESS specification:
*)
TYPE
ds_approval_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_mri_approval_item
WITH
(Activity,
Activity_method,
Applied_activity_assignment,
Applied_state_assignment,
Applied_state_definition_assignment,
Assumption,
Assumption_assignment,
Assumption_relationship,
Contract_relationship,
Descriptive_document_property,
Effectivity,
Event,
Evidence,
Identification_relationship,
Independent_property,
Independent_property_relationship,
Item_assumed,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Numerical_document_property,
Product,
Product_relationship,
Product_version,
State_assessment,
State_definition,
State_definition_relationship,
State_relationship,
Validation,
Verification,
Verification_relationship,
View_definition_context);
END_TYPE;
(*

The ds_assumed_item type is an extension of the assumed_item type. It adds the data types Activity, Applied_activity_assignment, Applied_state_assignment, Approval, Approval_assignment, Assigned_property, Contract, Contract_assignment, Product, Product_version, Project, Project_assignment, Requirement_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.
Each list member is an item that is assumed to be true.
EXPRESS specification:
*)
TYPE
ds_assumed_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
assumed_item
WITH
(Activity,
Applied_activity_assignment,
Applied_state_assignment,
Approval,
Approval_assignment,
Assigned_property,
Contract,
Contract_assignment,
Product,
Product_version,
Project,
Project_assignment,
Requirement_assignment,
View_definition_relationship);
END_TYPE;
(*

The ds_assumption_item type is an extension of the assumption_item type. It adds the data types Activity, Approval, Contract, Product, Product_version and Project 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 providing the context for the assumption.
EXPRESS specification:
*)
TYPE
ds_assumption_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
assumption_item
WITH
(Activity,
Approval,
Contract,
Product,
Product_version,
Project);
END_TYPE;
(*

The ds_certification_item type is an extension of the requirement_certification_item type. It adds the data types Activity, Activity_method, Analysis_assignment, Analysis_discipline_definition, Approving_person_organization, Assigned_property, Evidence, Justification, Product_version_relationship, Project, State_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 an activity or product data item to which a certification can be assigned.
EXPRESS specification:
*)
TYPE
ds_certification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_certification_item
WITH
(Activity,
Activity_method,
Analysis_assignment,
Analysis_discipline_definition,
Approving_person_organization,
Assigned_property,
Evidence,
Justification,
Product_version_relationship,
Project,
State_definition,
View_definition_relationship);
END_TYPE;
(*

The ds_classification_item type is an extension of the requirement_classification_item type. It adds the data types Activity, Activity_method, Activity_relationship, Activity_status, Analysis_assignment, Applied_activity_assignment, Applied_state_assignment, Applied_state_definition_assignment, Assumption, Assumption_assignment, Assumption_relationship, Defined_state_relationship, Evidence, File, Identification_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Product_relationship, Representation_relationship, State, State_assertion, State_assessment, State_definition, State_definition_relationship, State_relationship, State_role, Validation, Verification and Verification_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 class can be assigned to classify it.
EXPRESS specification:
*)
TYPE
ds_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_classification_item
WITH
(Activity,
Activity_method,
Activity_relationship,
Activity_status,
Analysis_assignment,
Applied_activity_assignment,
Applied_state_assignment,
Applied_state_definition_assignment,
Assumption,
Assumption_assignment,
Assumption_relationship,
Defined_state_relationship,
Evidence,
File,
Identification_relationship,
Item_assumed,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Product_relationship,
Representation_relationship,
State,
State_assertion,
State_assessment,
State_definition,
State_definition_relationship,
State_relationship,
State_role,
Validation,
Verification,
Verification_relationship);
END_TYPE;
(*

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

The ds_collection_member_select type is an extension of the requirement_collection_member_select type. It adds the data types Activity, Activity_method, Activity_relationship, Activity_status, Analysis_assignment, Applied_activity_assignment, Applied_state_assignment, Applied_state_definition_assignment, Assumption, Assumption_assignment, Assumption_relationship, Defined_state_relationship, Evidence, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, State, State_assertion, State_assessment, State_definition, State_definition_relationship, State_definition_role, State_relationship, State_role, Validation, Verification and Verification_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
ds_collection_member_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_collection_member_select
WITH
(Activity,
Activity_method,
Activity_relationship,
Activity_status,
Analysis_assignment,
Applied_activity_assignment,
Applied_state_assignment,
Applied_state_definition_assignment,
Assumption,
Assumption_assignment,
Assumption_relationship,
Defined_state_relationship,
Evidence,
Item_assumed,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
State,
State_assertion,
State_assessment,
State_definition,
State_definition_relationship,
State_definition_role,
State_relationship,
State_role,
Validation,
Verification,
Verification_relationship);
END_TYPE;
(*

The ds_contract_item type is an extension of the requirement_contract_item type. It adds the data types organization_or_person_in_organization_item, Person_in_organization 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.
Each list member is an activity or product data item to which can be assigned a contract.
EXPRESS specification:
*)
TYPE
ds_contract_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_contract_item
WITH
(organization_or_person_in_organization_item,
Person_in_organization,
Product_version);
END_TYPE;
(*

The ds_date_or_date_time_item type is an extension of the requirement_mri_date_or_date_time_item type. It adds the data types Activity, Activity_method, Activity_relationship, Analysis_assignment, Applied_activity_assignment, Applied_state_assignment, Applied_state_definition_assignment, Approving_person_organization, Assumption, Assumption_assignment, Assumption_relationship, Contract_relationship, Descriptive_document_property, Evidence, Identification_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Numerical_document_property, Product_relationship, State, State_assertion, State_assessment, State_definition, State_definition_relationship, State_relationship, Validation, Verification and Verification_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 tiem to which can be assigned a calendar date or a calendar data with time.
EXPRESS specification:
*)
TYPE
ds_date_or_date_time_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_mri_date_or_date_time_item
WITH
(Activity,
Activity_method,
Activity_relationship,
Analysis_assignment,
Applied_activity_assignment,
Applied_state_assignment,
Applied_state_definition_assignment,
Approving_person_organization,
Assumption,
Assumption_assignment,
Assumption_relationship,
Contract_relationship,
Descriptive_document_property,
Evidence,
Identification_relationship,
Item_assumed,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Numerical_document_property,
Product_relationship,
State,
State_assertion,
State_assessment,
State_definition,
State_definition_relationship,
State_relationship,
Validation,
Verification,
Verification_relationship);
END_TYPE;
(*

The ds_documented_element_select type is an extension of the requirement_documented_element_select type. It adds the data types Activity, Activity_method, Activity_relationship, Address_assignment, Applied_activity_assignment, Applied_information_usage_right, Assumption, Assumption_assignment, Assumption_relationship, Class, Classification_assignment, Date_or_date_time_assignment, Digital_file, Document_assignment, Event_assignment, Evidence, External_item_identification, Hardcopy, Information_usage_right_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Organization_relationship, Person_in_organization, Product_relationship, Project_assignment, State, State_assertion, State_assessment, State_definition, State_definition_relationship, Validation and Verification 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
ds_documented_element_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_documented_element_select
WITH
(Activity,
Activity_method,
Activity_relationship,
Address_assignment,
Applied_activity_assignment,
Applied_information_usage_right,
Assumption,
Assumption_assignment,
Assumption_relationship,
Class,
Classification_assignment,
Date_or_date_time_assignment,
Digital_file,
Document_assignment,
Event_assignment,
Evidence,
External_item_identification,
Hardcopy,
Information_usage_right_relationship,
Item_assumed,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Organization_relationship,
Person_in_organization,
Product_relationship,
Project_assignment,
State,
State_assertion,
State_assessment,
State_definition,
State_definition_relationship,
Validation,
Verification);
END_TYPE;
(*

The ds_effectivity_item type is an extension of the requirement_effectivity_item type. It adds the data types Activity, Activity_method, Analysis_assignment, Applied_activity_assignment, Applied_state_assignment, Applied_state_definition_assignment, Assumption, Assumption_assignment, Assumption_relationship, Classification_assignment, Event, Event_assignment, Evidence, External_source_identification, Identification_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Product_relationship, State_definition_relationship, Validation, Verification, Verification_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 activity or product data item which has an effectivity (a domain of applicability) that can be characterized.
EXPRESS specification:
*)
TYPE
ds_effectivity_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_effectivity_item
WITH
(Activity,
Activity_method,
Analysis_assignment,
Applied_activity_assignment,
Applied_state_assignment,
Applied_state_definition_assignment,
Assumption,
Assumption_assignment,
Assumption_relationship,
Classification_assignment,
Event,
Event_assignment,
Evidence,
External_source_identification,
Identification_relationship,
Item_assumed,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Product_relationship,
State_definition_relationship,
Validation,
Verification,
Verification_relationship,
View_definition_relationship);
END_TYPE;
(*

The ds_event_item type is an extension of the requirement_event_item type. It adds the data types Activity, Activity_method, Activity_relationship, Applied_state_assignment, Approval, Contract, Contract_assignment, Contract_relationship, Evidence, Independent_property, Independent_property_relationship, Justification, Product, Product_version, Product_view_definition, Project_assignment, Representation, Representation_item, State, State_definition, State_definition_relationship, State_relationship, Verification, Verification_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 event can be assigned.
EXPRESS specification:
*)
TYPE
ds_event_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_event_item
WITH
(Activity,
Activity_method,
Activity_relationship,
Applied_state_assignment,
Approval,
Contract,
Contract_assignment,
Contract_relationship,
Evidence,
Independent_property,
Independent_property_relationship,
Justification,
Product,
Product_version,
Product_view_definition,
Project_assignment,
Representation,
Representation_item,
State,
State_definition,
State_definition_relationship,
State_relationship,
Verification,
Verification_relationship,
View_definition_relationship);
END_TYPE;
(*

The ds_evidence_item type is an extension of the evidence_item type. It adds the data types Activity_actual, Activity_method, Activity_relationship, Activity_status, Analysis_assignment, Applied_activity_assignment, Applied_information_usage_right, Applied_state_assignment, Approval_assignment, Assigned_property, Certification_assignment, Classification_assignment, Contract_assignment, Date_or_date_time_assignment, Defined_state_relationship, Effectivity_assignment, Event_assignment, Justification_assignment, Justification_relationship, Justification_support_assignment, Organization_or_person_in_organization_assignment, Person, Person_in_organization, Product, Product_version, Product_version_relationship, Product_view_definition, Project_assignment, Representation, Representation_context, Representation_item, Security_classification_assignment, State, State_assertion, State_assessment, 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 item is a component data item used to support this evidence..
EXPRESS specification:
*)
TYPE
ds_evidence_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
evidence_item
WITH
(Activity_actual,
Activity_method,
Activity_relationship,
Activity_status,
Analysis_assignment,
Applied_activity_assignment,
Applied_information_usage_right,
Applied_state_assignment,
Approval_assignment,
Assigned_property,
Certification_assignment,
Classification_assignment,
Contract_assignment,
Date_or_date_time_assignment,
Defined_state_relationship,
Effectivity_assignment,
Event_assignment,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Organization_or_person_in_organization_assignment,
Person,
Person_in_organization,
Product,
Product_version,
Product_version_relationship,
Product_view_definition,
Project_assignment,
Representation,
Representation_context,
Representation_item,
Security_classification_assignment,
State,
State_assertion,
State_assessment,
State_relationship,
View_definition_context,
View_definition_relationship);
END_TYPE;
(*

The ds_external_identification_item type is an extension of the external_identification_item type. It adds the data types Organization, Person_in_organization, Product and Project 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 external product or activity data item whose source can be identified.
EXPRESS specification:
*)
TYPE
ds_external_identification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
external_identification_item
WITH
(Organization,
Person_in_organization,
Product,
Project);
END_TYPE;
(*

The ds_identification_item type is an extension of the requirement_mri_identification_item type. It adds the data types Activity, Activity_method, Activity_relationship, Applied_activity_assignment, Applied_state_assignment, Applied_state_definition_assignment, Assumption, Assumption_relationship, Class, Contract_relationship, Defined_state_relationship, Evidence, External_source_identification, File, Identification_relationship, Information_usage_right_relationship, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Product, Product_relationship, Product_version, Product_view_definition, Representation, Representation_item, State, State_assertion, State_assessment, State_relationship, State_transition_definition, Validation, Verification 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 a data item to which an identification assignment can be made.
EXPRESS specification:
*)
TYPE
ds_identification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_mri_identification_item
WITH
(Activity,
Activity_method,
Activity_relationship,
Applied_activity_assignment,
Applied_state_assignment,
Applied_state_definition_assignment,
Assumption,
Assumption_relationship,
Class,
Contract_relationship,
Defined_state_relationship,
Evidence,
External_source_identification,
File,
Identification_relationship,
Information_usage_right_relationship,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Product,
Product_relationship,
Product_version,
Product_view_definition,
Representation,
Representation_item,
State,
State_assertion,
State_assessment,
State_relationship,
State_transition_definition,
Validation,
Verification,
View_definition_context);
END_TYPE;
(*

The ds_information_usage_right_item type is an extension of the requirement_information_usage_right_item type. It adds the data types Activity_method, Analysis_assignment, Assigned_property, Contract, Contract_relationship, Evidence, External_item_identification, Information_right, Information_usage_right, Information_usage_right_relationship, Justification, Organization, Person_in_organization, Product, Product_version, Product_view_definition, Project, Representation_item, Supplied_part_relationship, Validation, Verification 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 set of information items to which a usage right can apply.
EXPRESS specification:
*)
TYPE
ds_information_usage_right_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_information_usage_right_item
WITH
(Activity_method,
Analysis_assignment,
Assigned_property,
Contract,
Contract_relationship,
Evidence,
External_item_identification,
Information_right,
Information_usage_right,
Information_usage_right_relationship,
Justification,
Organization,
Person_in_organization,
Product,
Product_version,
Product_view_definition,
Project,
Representation_item,
Supplied_part_relationship,
Validation,
Verification,
View_definition_relationship);
END_TYPE;
(*

The ds_justification_item type is an extension of the justification_item type. It adds the data types Activity, Activity_method, Analysis_assignment, Applied_activity_assignment, Applied_information_usage_right, Applied_state_assignment, Applied_state_definition_assignment, Approval, Approval_assignment, Assigned_property, Certification, Classification_assignment, Contract, Contract_relationship, Descriptive_document_property, Document_assignment, Effectivity, Evidence, Independent_property, Independent_property_relationship, Information_usage_right, Numerical_document_property, Product, Product_version, Product_version_relationship, Product_view_definition, Project_assignment, Property_value_representation, Requirement_assignment, Security_classification, State_assertion, State_assessment, Validation, Verification 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
ds_justification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
justification_item
WITH
(Activity,
Activity_method,
Analysis_assignment,
Applied_activity_assignment,
Applied_information_usage_right,
Applied_state_assignment,
Applied_state_definition_assignment,
Approval,
Approval_assignment,
Assigned_property,
Certification,
Classification_assignment,
Contract,
Contract_relationship,
Descriptive_document_property,
Document_assignment,
Effectivity,
Evidence,
Independent_property,
Independent_property_relationship,
Information_usage_right,
Numerical_document_property,
Product,
Product_version,
Product_version_relationship,
Product_view_definition,
Project_assignment,
Property_value_representation,
Requirement_assignment,
Security_classification,
State_assertion,
State_assessment,
Validation,
Verification,
View_definition_relationship);
END_TYPE;
(*

The ds_justification_support_item type is an extension of the justification_support_item type. It adds the data types Activity, Activity_method, Analysis_assignment, Applied_activity_assignment, Applied_state_assignment, Applied_state_definition_assignment, Approval, Assigned_property, Certification, Contract, Contract_relationship, Descriptive_document_property, Effectivity, Event, Evidence, Independent_property, Independent_property_relationship, Numerical_document_property, Organization_or_person_in_organization_assignment, Product, Product_version, Product_version_relationship, Product_view_definition, Project, State, State_definition, State_definition_relationship, State_relationship, Validation, Verification, 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 a product or activity data item which can provide evidential support for a justification,
EXPRESS specification:
*)
TYPE
ds_justification_support_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
justification_support_item
WITH
(Activity,
Activity_method,
Analysis_assignment,
Applied_activity_assignment,
Applied_state_assignment,
Applied_state_definition_assignment,
Approval,
Assigned_property,
Certification,
Contract,
Contract_relationship,
Descriptive_document_property,
Effectivity,
Event,
Evidence,
Independent_property,
Independent_property_relationship,
Numerical_document_property,
Organization_or_person_in_organization_assignment,
Product,
Product_version,
Product_version_relationship,
Product_view_definition,
Project,
State,
State_definition,
State_definition_relationship,
State_relationship,
Validation,
Verification,
View_definition_context,
View_definition_relationship);
END_TYPE;
(*

The ds_organization_or_person_in_organization_item type is an extension of the requirement_mri_organization_or_person_in_organization_item type. It adds the data types Activity, Activity_method, Activity_relationship, Address, Applied_activity_assignment, Applied_state_assignment, Applied_state_definition_assignment, Approval_status, Assumption, Assumption_assignment, Assumption_relationship, Class, Contract_relationship, Descriptive_document_property, Evidence, Identification_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Numerical_document_property, Organization, Person, Product, Product_relationship, State, State_assertion, State_assessment, State_definition, State_definition_relationship, State_relationship, Supplied_part_relationship, Validation, Verification 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 an organization or person in an organization can be assigned.
EXPRESS specification:
*)
TYPE
ds_organization_or_person_in_organization_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_mri_organization_or_person_in_organization_item
WITH
(Activity,
Activity_method,
Activity_relationship,
Address,
Applied_activity_assignment,
Applied_state_assignment,
Applied_state_definition_assignment,
Approval_status,
Assumption,
Assumption_assignment,
Assumption_relationship,
Class,
Contract_relationship,
Descriptive_document_property,
Evidence,
Identification_relationship,
Item_assumed,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Numerical_document_property,
Organization,
Person,
Product,
Product_relationship,
State,
State_assertion,
State_assessment,
State_definition,
State_definition_relationship,
State_relationship,
Supplied_part_relationship,
Validation,
Verification,
View_definition_relationship);
END_TYPE;
(*

The ds_project_item type is an extension of the requirement_project_item type. It adds the data types Activity, Activity_method, Applied_activity_assignment, Independent_property, Organization, Person_in_organization, Product_view_definition, Representation 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 entity type that can be associated with a project.
EXPRESS specification:
*)
TYPE
ds_project_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_project_item
WITH
(Activity,
Activity_method,
Applied_activity_assignment,
Independent_property,
Organization,
Person_in_organization,
Product_view_definition,
Representation,
View_definition_relationship);
END_TYPE;
(*

The ds_property_assignment_select type is an extension of the product_property_assignment type. It adds the data types Address, Analysis_assignment, Applied_activity_assignment, Applied_state_assignment, Applied_state_definition_assignment, Document_assignment, Event, Evidence, Independent_property_relationship, Information_usage_right, Organization_or_person_in_organization_assignment, Person, Person_in_organization, Product, Product_version, Product_version_relationship, Project, Property_definition_representation, Representation, Representation_context, Representation_item, Requirement_source, Security_classification, State, State_assertion, State_assessment, State_definition, State_definition_relationship, State_relationship, Verification and Verification_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
ds_property_assignment_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
product_property_assignment
WITH
(Address,
Analysis_assignment,
Applied_activity_assignment,
Applied_state_assignment,
Applied_state_definition_assignment,
Document_assignment,
Event,
Evidence,
Independent_property_relationship,
Information_usage_right,
Organization_or_person_in_organization_assignment,
Person,
Person_in_organization,
Product,
Product_version,
Product_version_relationship,
Project,
Property_definition_representation,
Representation,
Representation_context,
Representation_item,
Requirement_source,
Security_classification,
State,
State_assertion,
State_assessment,
State_definition,
State_definition_relationship,
State_relationship,
Verification,
Verification_relationship);
END_TYPE;
(*

The ds_requirement_assignment_item type is an extension of the rm_requirement_assignment_item type. It adds the data types Activity_method, Applied_state_assignment, Applied_state_definition_assignment, Project, State, State_definition, Validation, Verification 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 that can be associated with a requirement.
EXPRESS specification:
*)
TYPE
ds_requirement_assignment_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
rm_requirement_assignment_item
WITH
(Activity_method,
Applied_state_assignment,
Applied_state_definition_assignment,
Project,
State,
State_definition,
Validation,
Verification,
View_definition_relationship);
END_TYPE;
(*

The ds_requirement_source_item type is an extension of the rm_requirement_source_item type. It adds the data types Activity_method, Applied_state_assignment, Applied_state_definition_assignment, Approval_assignment, Approving_person_organization, Certification_assignment, Contract_assignment, Organization, Organization_or_person_in_organization_assignment, Person_in_organization, Project_assignment, State, State_definition, Validation, Verification 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 which can be the source for a requirement
EXPRESS specification:
*)
TYPE
ds_requirement_source_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
rm_requirement_source_item
WITH
(Activity_method,
Applied_state_assignment,
Applied_state_definition_assignment,
Approval_assignment,
Approving_person_organization,
Certification_assignment,
Contract_assignment,
Organization,
Organization_or_person_in_organization_assignment,
Person_in_organization,
Project_assignment,
State,
State_definition,
Validation,
Verification,
View_definition_relationship);
END_TYPE;
(*

The ds_security_classification_item type is an extension of the requirement_security_classification_item type. It adds the data types Activity, Activity_method, Applied_activity_assignment, Assigned_property, Event, Evidence, Product, Product_relationship, Product_version, Product_view_definition, Project_relationship, Validation and Verification 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 to which a security classification can be assigned.
EXPRESS specification:
*)
TYPE
ds_security_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_security_classification_item
WITH
(Activity,
Activity_method,
Applied_activity_assignment,
Assigned_property,
Event,
Evidence,
Product,
Product_relationship,
Product_version,
Product_view_definition,
Project_relationship,
Validation,
Verification);
END_TYPE;
(*

The ds_string_select type is an extension of the requirement_mri_string_select type. It adds the data types Activity, Activity_method, Activity_relationship, Applied_activity_assignment, Contract_relationship, Evidence, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Product, Product_relationship, Product_version, Product_view_definition, State, State_definition, State_definition_relationship, State_relationship, Validation, Verification 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 string that can be the considered instance in an attritbute translation assignment.
EXPRESS specification:
*)
TYPE
ds_string_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
requirement_mri_string_select
WITH
(Activity,
Activity_method,
Activity_relationship,
Applied_activity_assignment,
Contract_relationship,
Evidence,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Product,
Product_relationship,
Product_version,
Product_view_definition,
State,
State_definition,
State_definition_relationship,
State_relationship,
Validation,
Verification,
View_definition_relationship);
END_TYPE;
(*

The ds_validation_item type is an extension of the validation_item type. It adds the data types Activity_method, Organization_or_person_in_organization_assignment and State_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 identifies an item which is been validated by this entity..
EXPRESS specification:
*)
TYPE
ds_validation_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
validation_item
WITH
(Activity_method,
Organization_or_person_in_organization_assignment,
State_definition);
END_TYPE;
(*
*)
END_SCHEMA; -- Decision_support_arm
(*
© ISO 2011 — All rights reserved