Application module: Project management resource information ISO/TS 10303-1434: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 Application module implementation and usage guide
G Change history
Bibliography
Index

4 Information requirements

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

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

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 pmri_activity_item   EXPRESS-G

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

4.2.2 pmri_activity_method_item   EXPRESS-G

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

4.2.3 pmri_affected_item_select   EXPRESS-G

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

4.2.4 pmri_approval_item   EXPRESS-G

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

4.2.5 pmri_certification_item   EXPRESS-G

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

4.2.6 pmri_characterized_activity_definition   EXPRESS-G

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

4.2.7 pmri_classification_item   EXPRESS-G

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

4.2.8 pmri_classified_attribute_select   EXPRESS-G

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

4.2.9 pmri_collection_member_select   EXPRESS-G

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

4.2.10 pmri_condition_evaluation_item   EXPRESS-G

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

4.2.11 pmri_condition_evaluation_parameter_item   EXPRESS-G

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

4.2.12 pmri_condition_item   EXPRESS-G

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

4.2.13 pmri_condition_parameter_item   EXPRESS-G

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

4.2.14 pmri_contract_item   EXPRESS-G

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

4.2.15 pmri_date_or_date_time_item   EXPRESS-G

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

4.2.16 pmri_documented_element_select   EXPRESS-G

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

4.2.17 pmri_effectivity_item   EXPRESS-G

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

4.2.18 pmri_identification_item   EXPRESS-G

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

4.2.19 pmri_justification_item   EXPRESS-G

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

4.2.20 pmri_justification_support_item   EXPRESS-G

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

4.2.21 pmri_location_assignment_select   EXPRESS-G

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

4.2.22 pmri_observation_item   EXPRESS-G

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

4.2.23 pmri_organization_or_person_in_organization_item   EXPRESS-G

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

4.2.24 pmri_position_group_item   EXPRESS-G

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

4.2.25 pmri_position_item   EXPRESS-G

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

4.2.26 pmri_position_type_item   EXPRESS-G

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

4.2.27 pmri_project_item   EXPRESS-G

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

4.2.28 pmri_property_assignment_select   EXPRESS-G

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

4.2.29 pmri_resource_assignment_item   EXPRESS-G

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

4.2.30 pmri_resource_item_select   EXPRESS-G

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

4.2.31 pmri_security_classification_item   EXPRESS-G

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

4.2.32 pmri_selected_item_context_items   EXPRESS-G

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

4.2.33 pmri_selected_item_select   EXPRESS-G

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

4.2.34 pmri_state_definition_of_item   EXPRESS-G

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

4.2.35 pmri_state_of_item   EXPRESS-G

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

4.2.36 pmri_string_select   EXPRESS-G

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

4.2.37 pmri_work_output_item   EXPRESS-G

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