| Application module: Project management resource information | ISO/TS 10303-1434:2011-10(E) © ISO |
This clause specifies the information requirements for the Project management resource information 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 Project_management_resource_information_arm schema and identifies the necessary external references.
EXPRESS specification:
*)
SCHEMA Project_management_resource_information_arm;
(*
The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.
EXPRESS specification:
*)
USE FROM
Document_structure_arm;
--
ISO/TS 10303-1124
USE FROM
External_class_arm;
--
ISO/TS 10303-1275
USE FROM
Position_in_organization_arm;
--
ISO/TS 10303-1242
USE FROM
Schedule_arm;
--
ISO/TS 10303-1437
USE FROM
Selected_item_arm;
--
ISO/TS 10303-1357
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
Document_structure_arm ISO/TS 10303-1124 External_class_arm ISO/TS 10303-1275 Position_in_organization_arm ISO/TS 10303-1242 Schedule_arm ISO/TS 10303-1437 Selected_item_arm ISO/TS 10303-1357
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 pmri_activity_item type is an extension of the ss_activity_item type. It adds the data types Contract, Independent_property, Location, Location_representation, 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.
EXPRESS specification:
*)
TYPE
pmri_activity_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_activity_item
WITH
(Contract,
Independent_property,
Location,
Location_representation,
Product,
Product_version,
Product_view_definition);
END_TYPE;
(*

The pmri_activity_method_item type is an extension of the ss_activity_method_item type. It adds the data types Contract, File, Location, Product, Product_based_location_identification, Product_version, Product_view_definition 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.
EXPRESS specification:
*)
TYPE
pmri_activity_method_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_activity_method_item
WITH
(Contract,
File,
Location,
Product,
Product_based_location_identification,
Product_version,
Product_view_definition,
Project);
END_TYPE;
(*

The pmri_affected_item_select type is an extension of the ss_affected_item_select type. It adds the data types Contract, File, 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.
EXPRESS specification:
*)
TYPE
pmri_affected_item_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_affected_item_select
WITH
(Contract,
File,
Product,
Product_version,
Product_view_definition);
END_TYPE;
(*

The pmri_approval_item type is an extension of the ss_approval_item type. It adds the data types Certification, Condition, Condition_assignment, Effectivity, Identification_assignment, Independent_property, Independent_property_relationship, Product_view_definition, Selected_item_assignment 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.
EXPRESS specification:
*)
TYPE
pmri_approval_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_approval_item
WITH
(Certification,
Condition,
Condition_assignment,
Effectivity,
Identification_assignment,
Independent_property,
Independent_property_relationship,
Product_view_definition,
Selected_item_assignment,
View_definition_context);
END_TYPE;
(*

The pmri_certification_item type is an extension of the ss_certification_item type. It adds the data types Document, Document_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.
EXPRESS specification:
*)
TYPE
pmri_certification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_certification_item
WITH
(Document,
Document_version,
Project);
END_TYPE;
(*

The pmri_characterized_activity_definition type is an extension of the ss_characterized_activity_definition type. It adds the data types Condition and Condition_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
pmri_characterized_activity_definition =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_characterized_activity_definition
WITH
(Condition,
Condition_relationship);
END_TYPE;
(*

The pmri_classification_item type is an extension of the ss_classification_item type. It adds the data types External_class_library, External_source_identification, Independent_property, Independent_property_relationship, Location_assignment, Location_representation, Organizational_location_identification, Product, Product_version, Product_view_definition, Regional_coordinate, Selected_item, Selected_item_assignment, 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.
EXPRESS specification:
*)
TYPE
pmri_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_classification_item
WITH
(External_class_library,
External_source_identification,
Independent_property,
Independent_property_relationship,
Location_assignment,
Location_representation,
Organizational_location_identification,
Product,
Product_version,
Product_view_definition,
Regional_coordinate,
Selected_item,
Selected_item_assignment,
Unit,
Value_with_unit,
View_definition_context);
END_TYPE;
(*

The pmri_classified_attribute_select type is an extension of the ss_classified_attribute_select type. It adds the data types Approval, Approval_assignment, Approval_relationship, Approval_status, Approving_person_organization, Certification, Certification_assignment, Condition, Condition_parameter, Condition_relationship, Contract, Contract_relationship, Date_or_date_time_assignment, Digital_file, Document_assignment, Document_definition_relationship, Effectivity, Effectivity_assignment, External_source_identification, File_relationship, Global_location_representation, Hardcopy, Identification_assignment, Independent_property, Independent_property_relationship, Justification, Justification_assignment, Justification_support_assignment, Language, Location, Location_relationship, Organization_or_person_in_organization_assignment, Organizational_location_identification, Product, Product_based_location_identification, Product_version, Product_view_definition, Project_assignment, Project_relationship, Regional_coordinate, Regional_grid_location_representation, Representation, Representation_context, Representation_item, Security_classification, Time_interval_relationship, 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.
EXPRESS specification:
*)
TYPE
pmri_classified_attribute_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_classified_attribute_select
WITH
(Approval,
Approval_assignment,
Approval_relationship,
Approval_status,
Approving_person_organization,
Certification,
Certification_assignment,
Condition,
Condition_parameter,
Condition_relationship,
Contract,
Contract_relationship,
Date_or_date_time_assignment,
Digital_file,
Document_assignment,
Document_definition_relationship,
Effectivity,
Effectivity_assignment,
External_source_identification,
File_relationship,
Global_location_representation,
Hardcopy,
Identification_assignment,
Independent_property,
Independent_property_relationship,
Justification,
Justification_assignment,
Justification_support_assignment,
Language,
Location,
Location_relationship,
Organization_or_person_in_organization_assignment,
Organizational_location_identification,
Product,
Product_based_location_identification,
Product_version,
Product_view_definition,
Project_assignment,
Project_relationship,
Regional_coordinate,
Regional_grid_location_representation,
Representation,
Representation_context,
Representation_item,
Security_classification,
Time_interval_relationship,
Unit,
Value_with_unit,
View_definition_context);
END_TYPE;
(*

The pmri_collection_member_select type is an extension of the ss_collection_member_select type. It adds the data types Document_definition_relationship, Experience_gained, Experience_instance, Experience_type, Experience_type_relationship, File_relationship, Name_assignment, Person_or_organization_or_person_in_organization_in_position, Person_or_organization_or_person_in_organization_in_position_relationship, Position, Position_assignment, Position_group, Position_group_assignment, Position_group_relationship, Position_group_role, Position_position_type_assignment, Position_relationship, Position_role, Position_type, Position_type_assignment, Position_type_role, Qualification_assignment, Qualification_type, Qualification_type_relationship, Selected_item_assignment, Type_of_person, Type_of_person_assignment, Type_of_person_definition, Type_of_person_definition_relationship and Type_of_person_definition_required_attributes_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
pmri_collection_member_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_collection_member_select
WITH
(Document_definition_relationship,
Experience_gained,
Experience_instance,
Experience_type,
Experience_type_relationship,
File_relationship,
Name_assignment,
Person_or_organization_or_person_in_organization_in_position,
Person_or_organization_or_person_in_organization_in_position_relationship,
Position,
Position_assignment,
Position_group,
Position_group_assignment,
Position_group_relationship,
Position_group_role,
Position_position_type_assignment,
Position_relationship,
Position_role,
Position_type,
Position_type_assignment,
Position_type_role,
Qualification_assignment,
Qualification_type,
Qualification_type_relationship,
Selected_item_assignment,
Type_of_person,
Type_of_person_assignment,
Type_of_person_definition,
Type_of_person_definition_relationship,
Type_of_person_definition_required_attributes_relationship);
END_TYPE;
(*

The pmri_condition_evaluation_item type is an extension of the ss_condition_evaluation_item type. It adds the data types Approval, Approval_assignment and Document_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pmri_condition_evaluation_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_condition_evaluation_item
WITH
(Approval,
Approval_assignment,
Document_assignment);
END_TYPE;
(*

The pmri_condition_evaluation_parameter_item type is an extension of the ss_condition_evaluation_parameter_item type. It adds the data types Approval, Approval_assignment, Calendar_date, Certification_assignment, Classification_assignment, Contract_assignment, Date_or_date_time_assignment, Date_time, Document_assignment, Identification_assignment, Organization_or_person_in_organization_assignment, Product, Product_version, Product_view_definition and Representation 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
pmri_condition_evaluation_parameter_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_condition_evaluation_parameter_item
WITH
(Approval,
Approval_assignment,
Calendar_date,
Certification_assignment,
Classification_assignment,
Contract_assignment,
Date_or_date_time_assignment,
Date_time,
Document_assignment,
Identification_assignment,
Organization_or_person_in_organization_assignment,
Product,
Product_version,
Product_view_definition,
Representation);
END_TYPE;
(*

The pmri_condition_item type is an extension of the ss_condition_item type. It adds the data types Approval, Approval_assignment and Document_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pmri_condition_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_condition_item
WITH
(Approval,
Approval_assignment,
Document_assignment);
END_TYPE;
(*

The pmri_condition_parameter_item type is an extension of the ss_condition_parameter_item type. It adds the data types Approval, Approval_assignment, Calendar_date, Certification_assignment, Classification_assignment, Contract_assignment, Date_or_date_time_assignment, Date_time, Document_assignment, Organization_or_person_in_organization_assignment, Product, Product_version, Product_view_definition and Representation 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
pmri_condition_parameter_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_condition_parameter_item
WITH
(Approval,
Approval_assignment,
Calendar_date,
Certification_assignment,
Classification_assignment,
Contract_assignment,
Date_or_date_time_assignment,
Date_time,
Document_assignment,
Organization_or_person_in_organization_assignment,
Product,
Product_version,
Product_view_definition,
Representation);
END_TYPE;
(*

The pmri_contract_item type is an extension of the ss_contract_item type. It adds the data types External_class_library, organization_or_person_in_organization_item 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
pmri_contract_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_contract_item
WITH
(External_class_library,
organization_or_person_in_organization_item,
Product_version);
END_TYPE;
(*

The pmri_date_or_date_time_item type is an extension of the ss_date_or_date_time_item type. It adds the data types Condition, Condition_assignment, Identification_assignment, Independent_property, Independent_property_relationship, Location_assignment, Location_representation, Product_version, Product_view_definition, Selected_item 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.
EXPRESS specification:
*)
TYPE
pmri_date_or_date_time_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_date_or_date_time_item
WITH
(Condition,
Condition_assignment,
Identification_assignment,
Independent_property,
Independent_property_relationship,
Location_assignment,
Location_representation,
Product_version,
Product_view_definition,
Selected_item,
View_definition_context);
END_TYPE;
(*

The pmri_documented_element_select type is an extension of the ss_documented_element_select type. It adds the data types External_item_identification, Location, Location_assignment, Location_relationship, Organizational_location_identification, Regional_grid_location_representation and Selected_item 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
pmri_documented_element_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_documented_element_select
WITH
(External_item_identification,
Location,
Location_assignment,
Location_relationship,
Organizational_location_identification,
Regional_grid_location_representation,
Selected_item);
END_TYPE;
(*

The pmri_effectivity_item type is an extension of the ss_effectivity_item type. It adds the data types Document_definition, Document_definition_relationship, File_relationship, Location_assignment and Selected_item_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pmri_effectivity_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_effectivity_item
WITH
(Document_definition,
Document_definition_relationship,
File_relationship,
Location_assignment,
Selected_item_assignment);
END_TYPE;
(*

The pmri_identification_item type is an extension of the ss_identification_item type. It adds the data types Approval, Certification, External_class_library, External_source_identification, File, Independent_property, Independent_property_relationship, Location, Location_representation, Organization_or_person_in_organization_assignment, Organizational_location_identification, Project, Representation, Security_classification_assignment 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.
EXPRESS specification:
*)
TYPE
pmri_identification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_identification_item
WITH
(Approval,
Certification,
External_class_library,
External_source_identification,
File,
Independent_property,
Independent_property_relationship,
Location,
Location_representation,
Organization_or_person_in_organization_assignment,
Organizational_location_identification,
Project,
Representation,
Security_classification_assignment,
View_definition_context);
END_TYPE;
(*

The pmri_justification_item type is an extension of the ss_justification_item type. It adds the data types Document_definition_relationship, File_relationship and Location_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pmri_justification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_justification_item
WITH
(Document_definition_relationship,
File_relationship,
Location_assignment);
END_TYPE;
(*

The pmri_justification_support_item type is an extension of the ss_justification_support_item type. It adds the data types Document_definition_relationship, File_relationship, Location, Location_assignment 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.
EXPRESS specification:
*)
TYPE
pmri_justification_support_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_justification_support_item
WITH
(Document_definition_relationship,
File_relationship,
Location,
Location_assignment,
View_definition_context);
END_TYPE;
(*

The pmri_location_assignment_select type is an extension of the ss_location_assignment_select type. It adds the data types File, Product, Product_version, Product_view_definition 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.
EXPRESS specification:
*)
TYPE
pmri_location_assignment_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_location_assignment_select
WITH
(File,
Product,
Product_version,
Product_view_definition,
Project);
END_TYPE;
(*

The pmri_observation_item type is an extension of the ss_observation_item type. It adds the data types Document_definition_relationship, Experience_gained, Experience_instance, Experience_type, Experience_type_relationship, File_relationship, Name_assignment, Person_or_organization_or_person_in_organization_in_position, Person_or_organization_or_person_in_organization_in_position_relationship, Position, Position_assignment, Position_group, Position_group_assignment, Position_group_relationship, Position_group_role, Position_position_type_assignment, Position_relationship, Position_role, Position_type, Position_type_assignment, Position_type_role, Qualification_assignment, Qualification_type, Qualification_type_relationship, Selected_item_assignment, Type_of_person, Type_of_person_assignment, Type_of_person_definition, Type_of_person_definition_relationship and Type_of_person_definition_required_attributes_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
pmri_observation_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_observation_item
WITH
(Document_definition_relationship,
Experience_gained,
Experience_instance,
Experience_type,
Experience_type_relationship,
File_relationship,
Name_assignment,
Person_or_organization_or_person_in_organization_in_position,
Person_or_organization_or_person_in_organization_in_position_relationship,
Position,
Position_assignment,
Position_group,
Position_group_assignment,
Position_group_relationship,
Position_group_role,
Position_position_type_assignment,
Position_relationship,
Position_role,
Position_type,
Position_type_assignment,
Position_type_role,
Qualification_assignment,
Qualification_type,
Qualification_type_relationship,
Selected_item_assignment,
Type_of_person,
Type_of_person_assignment,
Type_of_person_definition,
Type_of_person_definition_relationship,
Type_of_person_definition_required_attributes_relationship);
END_TYPE;
(*

The pmri_organization_or_person_in_organization_item type is an extension of the ss_organization_or_person_in_organization_item type. It adds the data types Condition, Condition_assignment, Location_assignment, Selected_item and Selected_item_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pmri_organization_or_person_in_organization_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_organization_or_person_in_organization_item
WITH
(Condition,
Condition_assignment,
Location_assignment,
Selected_item,
Selected_item_assignment);
END_TYPE;
(*

The pmri_position_group_item type is an extension of the position_group_item type. It adds the data types Approving_person_organization, Document_definition and Organization_or_person_in_organization_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pmri_position_group_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
position_group_item
WITH
(Approving_person_organization,
Document_definition,
Organization_or_person_in_organization_assignment);
END_TYPE;
(*

The pmri_position_item type is an extension of the position_item type. It adds the data types Approving_person_organization, Document_definition and Organization_or_person_in_organization_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pmri_position_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
position_item
WITH
(Approving_person_organization,
Document_definition,
Organization_or_person_in_organization_assignment);
END_TYPE;
(*

The pmri_position_type_item type is an extension of the position_type_item type. It adds the data types Approving_person_organization, Document_definition and Organization_or_person_in_organization_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pmri_position_type_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
position_type_item
WITH
(Approving_person_organization,
Document_definition,
Organization_or_person_in_organization_assignment);
END_TYPE;
(*

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

The pmri_property_assignment_select type is an extension of the ss_property_assignment_select type. It adds the data types Document_assignment, Location_assignment, Organization_or_person_in_organization_assignment, Product_view_definition 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.
EXPRESS specification:
*)
TYPE
pmri_property_assignment_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_property_assignment_select
WITH
(Document_assignment,
Location_assignment,
Organization_or_person_in_organization_assignment,
Product_view_definition,
Project);
END_TYPE;
(*

The pmri_resource_assignment_item type is an extension of the resource_assignment_item type. It adds the data types Contract, Contract_relationship, Location 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.
EXPRESS specification:
*)
TYPE
pmri_resource_assignment_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
resource_assignment_item
WITH
(Contract,
Contract_relationship,
Location,
Project);
END_TYPE;
(*

The pmri_resource_item_select type is an extension of the resource_item_select type. It adds the data types Document, Document_definition, Document_version, File and Location 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
pmri_resource_item_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
resource_item_select
WITH
(Document,
Document_definition,
Document_version,
File,
Location);
END_TYPE;
(*

The pmri_security_classification_item type is an extension of the ss_security_classification_item type. It adds the data types Product_version, Product_view_definition and Project_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
pmri_security_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_security_classification_item
WITH
(Product_version,
Product_view_definition,
Project_relationship);
END_TYPE;
(*

The pmri_selected_item_context_items type is an extension of the selected_item_context_items type. It adds the data types Contract, Contract_relationship 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.
EXPRESS specification:
*)
TYPE
pmri_selected_item_context_items =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
selected_item_context_items
WITH
(Contract,
Contract_relationship,
Project);
END_TYPE;
(*

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

The pmri_state_definition_of_item type is an extension of the ss_state_definition_of_item type. It adds the data types Certification, Contract, Contract_relationship, Location, Product, Product_version, Project and Security_classification 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
pmri_state_definition_of_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_state_definition_of_item
WITH
(Certification,
Contract,
Contract_relationship,
Location,
Product,
Product_version,
Project,
Security_classification);
END_TYPE;
(*

The pmri_state_of_item type is an extension of the ss_state_of_item type. It adds the data types Certification, Contract, Contract_relationship, Digital_file, Location and Security_classification 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
pmri_state_of_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_state_of_item
WITH
(Certification,
Contract,
Contract_relationship,
Digital_file,
Location,
Security_classification);
END_TYPE;
(*

The pmri_string_select type is an extension of the ss_string_select type. It adds the data types Condition, Condition_parameter, Condition_relationship, Global_location_representation, Location, Location_assignment, Location_relationship, Organizational_location_identification, Product_based_location_identification, Regional_coordinate and Regional_grid_location_representation 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
pmri_string_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_string_select
WITH
(Condition,
Condition_parameter,
Condition_relationship,
Global_location_representation,
Location,
Location_assignment,
Location_relationship,
Organizational_location_identification,
Product_based_location_identification,
Regional_coordinate,
Regional_grid_location_representation);
END_TYPE;
(*

The pmri_work_output_item type is an extension of the work_output_item type. It adds the data types Contract, Contract_relationship, File, Location, Product, Product_version, Product_view_definition and Project_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pmri_work_output_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
work_output_item
WITH
(Contract,
Contract_relationship,
File,
Location,
Product,
Product_version,
Product_view_definition,
Project_assignment);
END_TYPE;
(*
*)
END_SCHEMA; -- Project_management_resource_information_arm
(*
© ISO 2011 — All rights reserved