| Application module: Project management | ISO/TS 10303-1433:2011-10(E) © ISO |
This clause specifies the information requirements for the Project management application module. The information requirements are specified as the Application Reference Model (ARM) of this application module.
NOTE 1 A graphical representation of the information requirements is given in Annex C.
NOTE 2 The mapping specification is specified in 5.1. It shows how the information requirements are met by using common resources and constructs defined or imported in the MIM schema of this application module.
This clause defines the information requirements to which implementations shall conform using the EXPRESS language as defined in ISO 10303-11. The following begins the Project_management_arm schema and identifies the necessary external references.
EXPRESS specification:
*)
SCHEMA Project_management_arm;
(*
The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.
EXPRESS specification:
*)
USE FROM
Organization_structure_arm;
--
ISO/TS 10303-1435
USE FROM
Project_breakdown_arm;
--
ISO/TS 10303-1436
USE FROM
Work_structure_arm;
--
ISO/TS 10303-1438
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
Organization_structure_arm ISO/TS 10303-1435 Project_breakdown_arm ISO/TS 10303-1436 Work_structure_arm ISO/TS 10303-1438
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 prjm_activity_item type is an extension of the pb_activity_item type. It adds the data types Approval, Certification, Contract_relationship, Document, Document_definition, Document_version, Effectivity, Event, Event_assignment, File, Justification, Organization, Person, Person_in_organization, Product_concept, Product_configuration, Product_group_membership, Product_version_relationship, Project, Required_resource, State_assertion, State_assessment, View_definition_relationship, Work_order, Work_output and Work_request 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
prjm_activity_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_activity_item
WITH
(Approval,
Certification,
Contract_relationship,
Document,
Document_definition,
Document_version,
Effectivity,
Event,
Event_assignment,
File,
Justification,
Organization,
Person,
Person_in_organization,
Product_concept,
Product_configuration,
Product_group_membership,
Product_version_relationship,
Project,
Required_resource,
State_assertion,
State_assessment,
View_definition_relationship,
Work_order,
Work_output,
Work_request);
END_TYPE;
(*

The prjm_activity_method_item type is an extension of the pb_activity_method_item type. It adds the data types Activity_method, Approval_assignment, Certification, Condition, Contract_relationship, Date_or_date_time_assignment, Justification, Observation, Product_concept, Product_configuration, Product_group_membership, Product_version_relationship, Required_resource, Required_resource_assignment, Resource_item, Resource_item_realization, Resource_property, Security_classification, State_definition, Task_objective and View_definition_relationship to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a product or activity data item to which an applied activity method can be assigned.
EXPRESS specification:
*)
TYPE
prjm_activity_method_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_activity_method_item
WITH
(Activity_method,
Approval_assignment,
Certification,
Condition,
Contract_relationship,
Date_or_date_time_assignment,
Justification,
Observation,
Product_concept,
Product_configuration,
Product_group_membership,
Product_version_relationship,
Required_resource,
Required_resource_assignment,
Resource_item,
Resource_item_realization,
Resource_property,
Security_classification,
State_definition,
Task_objective,
View_definition_relationship);
END_TYPE;
(*

The prjm_activity_realization_select type is an extension of the ss_activity_realization_select type. It adds the data type 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 a product or activity data item that can realize an activity method.
EXPRESS specification:
*)
TYPE
prjm_activity_realization_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_activity_realization_select
WITH
(Activity_method);
END_TYPE;
(*

The prjm_affected_item_select type is an extension of the pb_affected_item_select type. It adds the data types Activity, Approval_assignment, Certification_assignment, Contract_relationship, Document_assignment, Event_assignment, Information_usage_right, Justification_assignment, Organization_or_person_in_organization_assignment, Product_configuration, Project_assignment, State, State_definition, View_definition_relationship and Work_request 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 something that is affected by a work request.
EXPRESS specification:
*)
TYPE
prjm_affected_item_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_affected_item_select
WITH
(Activity,
Approval_assignment,
Certification_assignment,
Contract_relationship,
Document_assignment,
Event_assignment,
Information_usage_right,
Justification_assignment,
Organization_or_person_in_organization_assignment,
Product_configuration,
Project_assignment,
State,
State_definition,
View_definition_relationship,
Work_request);
END_TYPE;
(*

The prjm_approval_item type is an extension of the pb_approval_item type. It adds the data types Activity, Activity_method, Address_assignment, Applied_activity_assignment, Assumption, Assumption_assignment, Assumption_relationship, Certification_assignment, Classification_assignment, Contract_assignment, Contract_relationship, Date_or_date_time_assignment, Document_assignment, Document_definition_relationship, Effectivity_assignment, Event_assignment, Identification_relationship, Item_assumed, Location_assignment, Organization_or_person_in_organization_assignment, Organization_relationship, Person_in_organization, Position, Product, Product_concept, Product_configuration, Product_relationship, Product_version, Product_version_relationship, Project, Project_assignment, Security_classification, Security_classification_assignment, State_assessment, State_definition, State_definition_relationship, State_relationship, View_definition_relationship and Work_output_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is an activity or product data item to which can be assigned an approval.
EXPRESS specification:
*)
TYPE
prjm_approval_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_approval_item
WITH
(Activity,
Activity_method,
Address_assignment,
Applied_activity_assignment,
Assumption,
Assumption_assignment,
Assumption_relationship,
Certification_assignment,
Classification_assignment,
Contract_assignment,
Contract_relationship,
Date_or_date_time_assignment,
Document_assignment,
Document_definition_relationship,
Effectivity_assignment,
Event_assignment,
Identification_relationship,
Item_assumed,
Location_assignment,
Organization_or_person_in_organization_assignment,
Organization_relationship,
Person_in_organization,
Position,
Product,
Product_concept,
Product_configuration,
Product_relationship,
Product_version,
Product_version_relationship,
Project,
Project_assignment,
Security_classification,
Security_classification_assignment,
State_assessment,
State_definition,
State_definition_relationship,
State_relationship,
View_definition_relationship,
Work_output_assignment);
END_TYPE;
(*

The prjm_assigned_name_select type is an extension of the assigned_name_select type. It adds the data types Breakdown_element_realization, Event, Observation, Product and Product_view_definition to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is an item to which a name may be assigned.
EXPRESS specification:
*)
TYPE
prjm_assigned_name_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
assigned_name_select
WITH
(Breakdown_element_realization,
Event,
Observation,
Product,
Product_view_definition);
END_TYPE;
(*

The prjm_assumed_item type is an extension of the assumed_item type. It adds the data types Activity_property, Contract, Contract_assignment, Location, Location_assignment, Product_concept, Product_configuration, Product_definition_element_relationship, Project, Project_assignment, Requirement, Resource_event, Resource_property, Work_order and Work_request 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
prjm_assumed_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
assumed_item
WITH
(Activity_property,
Contract,
Contract_assignment,
Location,
Location_assignment,
Product_concept,
Product_configuration,
Product_definition_element_relationship,
Project,
Project_assignment,
Requirement,
Resource_event,
Resource_property,
Work_order,
Work_request);
END_TYPE;
(*

The prjm_assumption_item type is an extension of the assumption_item type. It adds the data types Contract, Location, Product_concept, Project, Requirement, Work_order and Work_request 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
prjm_assumption_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
assumption_item
WITH
(Contract,
Location,
Product_concept,
Project,
Requirement,
Work_order,
Work_request);
END_TYPE;
(*

The prjm_certification_item type is an extension of the pb_certification_item type. It adds the data types Activity, Activity_method, Approving_person_organization, Assigned_property, Justification, Product, Product_configuration, Product_version, Product_version_relationship, 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
prjm_certification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_certification_item
WITH
(Activity,
Activity_method,
Approving_person_organization,
Assigned_property,
Justification,
Product,
Product_configuration,
Product_version,
Product_version_relationship,
State_definition,
View_definition_relationship);
END_TYPE;
(*

The prjm_characterized_activity_definition type is an extension of the ws_characterized_activity_definition type. It adds the data types Activity_happening and Observation 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 activity property may be assigned.
EXPRESS specification:
*)
TYPE
prjm_characterized_activity_definition =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ws_characterized_activity_definition
WITH
(Activity_happening,
Observation);
END_TYPE;
(*

The prjm_classification_item type is an extension of the pb_classification_item type. It adds the data types Activity_property, Activity_status, Address, Address_assignment, Applied_information_usage_right, Approval, Approval_assignment, Approval_relationship, Approval_status, Approving_person_organization, Assumption, Assumption_assignment, Assumption_relationship, Attribute_translation_assignment, Calendar_date, Certification, Certification_assignment, Class, Contract, Contract_assignment, Contract_relationship, Date_or_date_time_assignment, Date_time, Document_assignment, Document_definition_relationship, Effectivity, Effectivity_assignment, Effectivity_relationship, Event, Event_assignment, Event_relationship, File, File_relationship, Identification_assignment, Identification_relationship, Information_right, Information_usage_right, Information_usage_right_relationship, Item_assumed, Item_design_association, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Language, Language_indication, Local_time, Market, Organization, Organization_or_person_in_organization_assignment, Organization_relationship, Person, Person_in_organization, Product_concept, Product_configuration, Product_group_membership, Product_relationship, Product_version_relationship, Project, Project_assignment, Project_relationship, Representation, Representation_context, Representation_item, Representation_relationship, Resource_item_realization, Resource_property, Resource_property_representation, Security_classification, Security_classification_assignment, State_role, Time_interval_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 for which a class can be assigned to classify it.
EXPRESS specification:
*)
TYPE
prjm_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_classification_item
WITH
(Activity_property,
Activity_status,
Address,
Address_assignment,
Applied_information_usage_right,
Approval,
Approval_assignment,
Approval_relationship,
Approval_status,
Approving_person_organization,
Assumption,
Assumption_assignment,
Assumption_relationship,
Attribute_translation_assignment,
Calendar_date,
Certification,
Certification_assignment,
Class,
Contract,
Contract_assignment,
Contract_relationship,
Date_or_date_time_assignment,
Date_time,
Document_assignment,
Document_definition_relationship,
Effectivity,
Effectivity_assignment,
Effectivity_relationship,
Event,
Event_assignment,
Event_relationship,
File,
File_relationship,
Identification_assignment,
Identification_relationship,
Information_right,
Information_usage_right,
Information_usage_right_relationship,
Item_assumed,
Item_design_association,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Language,
Language_indication,
Local_time,
Market,
Organization,
Organization_or_person_in_organization_assignment,
Organization_relationship,
Person,
Person_in_organization,
Product_concept,
Product_configuration,
Product_group_membership,
Product_relationship,
Product_version_relationship,
Project,
Project_assignment,
Project_relationship,
Representation,
Representation_context,
Representation_item,
Representation_relationship,
Resource_item_realization,
Resource_property,
Resource_property_representation,
Security_classification,
Security_classification_assignment,
State_role,
Time_interval_relationship,
View_definition_relationship);
END_TYPE;
(*

The prjm_classified_attribute_select type is an extension of the pb_classified_attribute_select type. It adds the data types Applied_state_assignment, Applied_state_definition_assignment, Information_right, Information_usage_right, Information_usage_right_relationship, Market, Product_concept, Product_relationship, Product_version_relationship, State, State_definition, State_definition_relationship, State_relationship and View_definition_relationship to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is an assertion that a data item has an attribute that is assigned to be a member of a class.
EXPRESS specification:
*)
TYPE
prjm_classified_attribute_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_classified_attribute_select
WITH
(Applied_state_assignment,
Applied_state_definition_assignment,
Information_right,
Information_usage_right,
Information_usage_right_relationship,
Market,
Product_concept,
Product_relationship,
Product_version_relationship,
State,
State_definition,
State_definition_relationship,
State_relationship,
View_definition_relationship);
END_TYPE;
(*

The prjm_collection_assignment_select type is an extension of the ss_collection_assignment_select type. It adds the data types Contract, Organization, Product, Product_concept, Product_configuration, Product_version, Product_view_definition, Project, Work_order and Work_request 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
prjm_collection_assignment_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_collection_assignment_select
WITH
(Contract,
Organization,
Product,
Product_concept,
Product_configuration,
Product_version,
Product_view_definition,
Project,
Work_order,
Work_request);
END_TYPE;
(*

The prjm_collection_member_select type is an extension of the pmri_collection_member_select type. It adds the data types Advisory_note, Assumption, Assumption_assignment, Assumption_relationship, Breakdown_context, Breakdown_of, Item_assumed, Item_design_association, Market, Organization_organization_type_relationship, Organization_type, Product_concept, Product_configuration, Product_configuration_relationship, Product_definition_element_relationship, Product_design_view_to_individual, Product_group, Product_group_membership, Product_group_relationship, View_definition_relationship and Work_order 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
prjm_collection_member_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pmri_collection_member_select
WITH
(Advisory_note,
Assumption,
Assumption_assignment,
Assumption_relationship,
Breakdown_context,
Breakdown_of,
Item_assumed,
Item_design_association,
Market,
Organization_organization_type_relationship,
Organization_type,
Product_concept,
Product_configuration,
Product_configuration_relationship,
Product_definition_element_relationship,
Product_design_view_to_individual,
Product_group,
Product_group_membership,
Product_group_relationship,
View_definition_relationship,
Work_order);
END_TYPE;
(*

The prjm_condition_evaluation_item type is an extension of the pb_condition_evaluation_item type. It adds the data types Activity, Activity_method, Activity_method_realization, Activity_method_realization_relationship, Activity_method_relationship, Activity_property, Applied_activity_assignment, Applied_activity_method_assignment, Justification, Managed_resource, Product_group, Product_group_membership, Product_group_relationship, Required_resource, Resource_as_realized, Resource_as_realized_assignment, Resource_as_realized_relationship, Resource_event, Resource_event_relationship, Resource_item, Resource_item_assignment, Resource_item_relationship, State_assertion, State_assessment, 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 a product or activity data item to which a condition evaluation can be applied.
EXPRESS specification:
*)
TYPE
prjm_condition_evaluation_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_condition_evaluation_item
WITH
(Activity,
Activity_method,
Activity_method_realization,
Activity_method_realization_relationship,
Activity_method_relationship,
Activity_property,
Applied_activity_assignment,
Applied_activity_method_assignment,
Justification,
Managed_resource,
Product_group,
Product_group_membership,
Product_group_relationship,
Required_resource,
Resource_as_realized,
Resource_as_realized_assignment,
Resource_as_realized_relationship,
Resource_event,
Resource_event_relationship,
Resource_item,
Resource_item_assignment,
Resource_item_relationship,
State_assertion,
State_assessment,
State_definition,
View_definition_relationship);
END_TYPE;
(*

The prjm_condition_evaluation_parameter_item type is an extension of the pb_condition_evaluation_parameter_item type. It adds the data types Activity, Activity_method, Activity_property, Activity_property_representation, Managed_resource, Product_concept, Required_resource, Resource_as_realized, Resource_as_realized_relationship, Resource_event, Resource_property, Resource_property_representation, View_definition_relationship and Work_output to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a product or activity data item that can be an input parameter in the evaluation of a condition.
EXPRESS specification:
*)
TYPE
prjm_condition_evaluation_parameter_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_condition_evaluation_parameter_item
WITH
(Activity,
Activity_method,
Activity_property,
Activity_property_representation,
Managed_resource,
Product_concept,
Required_resource,
Resource_as_realized,
Resource_as_realized_relationship,
Resource_event,
Resource_property,
Resource_property_representation,
View_definition_relationship,
Work_output);
END_TYPE;
(*

The prjm_condition_item type is an extension of the pb_condition_item type. It adds the data types Activity_method_relationship, Applied_activity_method_assignment, Certification_assignment, Contract_assignment, Date_or_date_time_assignment, Event_assignment, Justification_assignment, Location_assignment, Project_assignment, Qualification_assignment, Required_resource, Required_resource_assignment, Required_resource_relationship, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, Security_classification_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 a product or activity data item to which a condition can be assigned.
EXPRESS specification:
*)
TYPE
prjm_condition_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_condition_item
WITH
(Activity_method_relationship,
Applied_activity_method_assignment,
Certification_assignment,
Contract_assignment,
Date_or_date_time_assignment,
Event_assignment,
Justification_assignment,
Location_assignment,
Project_assignment,
Qualification_assignment,
Required_resource,
Required_resource_assignment,
Required_resource_relationship,
Resource_item,
Resource_item_assignment,
Resource_item_realization,
Resource_item_relationship,
Security_classification_assignment,
View_definition_relationship);
END_TYPE;
(*

The prjm_condition_parameter_item type is an extension of the pb_condition_parameter_item type. It adds the data types Activity_method_relationship, Applied_activity_method_assignment, Identification_assignment, Independent_property, Organization, Organization_type, Product_concept, Product_configuration, Required_resource_assignment, Required_resource_relationship, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, State_transition_definition, View_definition_relationship and Work_request to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a product or activity data item which acts as an input parameter to a condition which may or may not be specific.
EXPRESS specification:
*)
TYPE
prjm_condition_parameter_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_condition_parameter_item
WITH
(Activity_method_relationship,
Applied_activity_method_assignment,
Identification_assignment,
Independent_property,
Organization,
Organization_type,
Product_concept,
Product_configuration,
Required_resource_assignment,
Required_resource_relationship,
Resource_item,
Resource_item_assignment,
Resource_item_realization,
Resource_item_relationship,
State_transition_definition,
View_definition_relationship,
Work_request);
END_TYPE;
(*

The prjm_contract_item type is an extension of the pb_contract_item type. It adds the data types Activity, Activity_method, Applied_activity_assignment, Document, Document_version, External_class, Justification, Organization, Person_in_organization, Product_configuration, Project, Requirement, Requirement_version, Requirement_version_relationship 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.
Each list member is an activity or product data item to which can be assigned a contract.
EXPRESS specification:
*)
TYPE
prjm_contract_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_contract_item
WITH
(Activity,
Activity_method,
Applied_activity_assignment,
Document,
Document_version,
External_class,
Justification,
Organization,
Person_in_organization,
Product_configuration,
Project,
Requirement,
Requirement_version,
Requirement_version_relationship,
Security_classification);
END_TYPE;
(*

The prjm_date_or_date_time_item type is an extension of the pb_date_or_date_time_item type. It adds the data types Activity, Activity_method, Activity_relationship, Address_assignment, Applied_activity_assignment, Applied_information_usage_right, Applied_state_assignment, Applied_state_definition_assignment, Approval, Approving_person_organization, Assigned_property, Assumption, Assumption_assignment, Assumption_relationship, Certification_assignment, Classification_assignment, Contract_assignment, Contract_relationship, Date_or_date_time_assignment, Digital_file, Document, Document_assignment, Document_definition_relationship, Effectivity, Effectivity_assignment, Event_assignment, Hardcopy, Identification_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Organization_relationship, Person, Person_in_organization, Position_assignment, Product_concept, Product_configuration, Product_relationship, Product_version_relationship, Project, Project_assignment, Property_representation, Representation, Requirement, Security_classification, Selected_item_assignment, State, State_assertion, State_assessment, State_definition, State_definition_relationship and State_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
prjm_date_or_date_time_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_date_or_date_time_item
WITH
(Activity,
Activity_method,
Activity_relationship,
Address_assignment,
Applied_activity_assignment,
Applied_information_usage_right,
Applied_state_assignment,
Applied_state_definition_assignment,
Approval,
Approving_person_organization,
Assigned_property,
Assumption,
Assumption_assignment,
Assumption_relationship,
Certification_assignment,
Classification_assignment,
Contract_assignment,
Contract_relationship,
Date_or_date_time_assignment,
Digital_file,
Document,
Document_assignment,
Document_definition_relationship,
Effectivity,
Effectivity_assignment,
Event_assignment,
Hardcopy,
Identification_relationship,
Item_assumed,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Organization_relationship,
Person,
Person_in_organization,
Position_assignment,
Product_concept,
Product_configuration,
Product_relationship,
Product_version_relationship,
Project,
Project_assignment,
Property_representation,
Representation,
Requirement,
Security_classification,
Selected_item_assignment,
State,
State_assertion,
State_assessment,
State_definition,
State_definition_relationship,
State_relationship);
END_TYPE;
(*

The prjm_defined_activities type is an extension of the defined_activities type. It adds the data types Event_assignment, Observation_consequence, Product, Project and Work_output 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 data item capabile of being a defined activity
EXPRESS specification:
*)
TYPE
prjm_defined_activities =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
defined_activities
WITH
(Event_assignment,
Observation_consequence,
Product,
Project,
Work_output);
END_TYPE;
(*

The prjm_defined_attributes type is an extension of the defined_attributes type. It adds the data types Organization, Person_in_organization, Position_group, Position_group_role, Position_role, Position_type_role, Type_of_person_assignment and Work_output_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a product or activity item that can be a required attribute of a person.
EXPRESS specification:
*)
TYPE
prjm_defined_attributes =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
defined_attributes
WITH
(Organization,
Person_in_organization,
Position_group,
Position_group_role,
Position_role,
Position_type_role,
Type_of_person_assignment,
Work_output_assignment);
END_TYPE;
(*

The prjm_defined_methods type is an extension of the defined_methods type. It adds the data types Event, Observation_consequence, Product, Product_group and Work_output_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a product or activity item that can be a required attribute of a person.
EXPRESS specification:
*)
TYPE
prjm_defined_methods =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
defined_methods
WITH
(Event,
Observation_consequence,
Product,
Product_group,
Work_output_assignment);
END_TYPE;
(*

The prjm_documented_element_select type is an extension of the pb_documented_element_select type. It adds the data types Activity, Activity_method, Activity_relationship, Address_assignment, Applied_activity_assignment, Applied_information_usage_right, Approval, Approval_assignment, Assigned_property, Assumption, Assumption_assignment, Assumption_relationship, Certification, Certification_assignment, Class, Classification_assignment, Condition, Condition_assignment, Condition_parameter, Contract, Contract_assignment, Contract_relationship, Date_or_date_time_assignment, Digital_file, Document_assignment, Document_definition_relationship, Effectivity, Effectivity_assignment, Event_assignment, Hardcopy, Identification_assignment, Independent_property, Independent_property_relationship, Information_right, Information_usage_right, Information_usage_right_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Location_representation, Market, Organization, Organization_or_person_in_organization_assignment, Organization_relationship, Person, Person_in_organization, Product, Product_concept, Product_configuration, Product_relationship, Product_version, Product_version_relationship, Product_view_definition, Project, Project_assignment, Property_representation, Qualification_assignment, Representation, Representation_item, Security_classification, Security_classification_assignment, State_definition_relationship and View_definition_relationship to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a product data item to which a document can be assigned that provides information about that product data.
EXPRESS specification:
*)
TYPE
prjm_documented_element_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_documented_element_select
WITH
(Activity,
Activity_method,
Activity_relationship,
Address_assignment,
Applied_activity_assignment,
Applied_information_usage_right,
Approval,
Approval_assignment,
Assigned_property,
Assumption,
Assumption_assignment,
Assumption_relationship,
Certification,
Certification_assignment,
Class,
Classification_assignment,
Condition,
Condition_assignment,
Condition_parameter,
Contract,
Contract_assignment,
Contract_relationship,
Date_or_date_time_assignment,
Digital_file,
Document_assignment,
Document_definition_relationship,
Effectivity,
Effectivity_assignment,
Event_assignment,
Hardcopy,
Identification_assignment,
Independent_property,
Independent_property_relationship,
Information_right,
Information_usage_right,
Information_usage_right_relationship,
Item_assumed,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Location_representation,
Market,
Organization,
Organization_or_person_in_organization_assignment,
Organization_relationship,
Person,
Person_in_organization,
Product,
Product_concept,
Product_configuration,
Product_relationship,
Product_version,
Product_version_relationship,
Product_view_definition,
Project,
Project_assignment,
Property_representation,
Qualification_assignment,
Representation,
Representation_item,
Security_classification,
Security_classification_assignment,
State_definition_relationship,
View_definition_relationship);
END_TYPE;
(*

The prjm_effectivity_item type is an extension of the pb_effectivity_item type. It adds the data types Activity, Activity_method, Activity_method_assignment, Activity_property_representation, Address_assignment, Applied_activity_assignment, Applied_information_usage_right, Applied_state_assignment, Approval_assignment, Assigned_property, Assumption, Assumption_assignment, Assumption_relationship, Attribute_translation_assignment, Certification_assignment, Classification_assignment, Condition_assignment, Condition_relationship, Contract_assignment, Date_or_date_time_assignment, Document_assignment, Effectivity_assignment, Event, Event_assignment, External_source_identification, File, Identification_assignment, Identification_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Organization_or_person_in_organization_assignment, Organization_relationship, Person_in_organization, Product, Product_configuration, Product_relationship, Product_version, Product_version_relationship, Product_view_definition, Project_assignment, Qualification_assignment, Resource_property_representation, Security_classification_assignment, Type_of_person_definition_relationship and View_definition_relationship to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is an activity or product data item which has an effectivity (a domain of applicability) that can be characterized.
EXPRESS specification:
*)
TYPE
prjm_effectivity_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_effectivity_item
WITH
(Activity,
Activity_method,
Activity_method_assignment,
Activity_property_representation,
Address_assignment,
Applied_activity_assignment,
Applied_information_usage_right,
Applied_state_assignment,
Approval_assignment,
Assigned_property,
Assumption,
Assumption_assignment,
Assumption_relationship,
Attribute_translation_assignment,
Certification_assignment,
Classification_assignment,
Condition_assignment,
Condition_relationship,
Contract_assignment,
Date_or_date_time_assignment,
Document_assignment,
Effectivity_assignment,
Event,
Event_assignment,
External_source_identification,
File,
Identification_assignment,
Identification_relationship,
Item_assumed,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Organization_or_person_in_organization_assignment,
Organization_relationship,
Person_in_organization,
Product,
Product_configuration,
Product_relationship,
Product_version,
Product_version_relationship,
Product_view_definition,
Project_assignment,
Qualification_assignment,
Resource_property_representation,
Security_classification_assignment,
Type_of_person_definition_relationship,
View_definition_relationship);
END_TYPE;
(*

The prjm_event_item type is an extension of the event_item type. It adds the data types Activity, Activity_method, Activity_method_relationship, Activity_property, Activity_relationship, Applied_activity_method_assignment, Applied_state_assignment, Approval, Certification, Condition, Condition_evaluation_parameter, Contract, Contract_assignment, Contract_relationship, Independent_property, Independent_property_relationship, Justification, Managed_resource, Market, Observation, Product, Product_version, Product_view_definition, Project, Project_assignment, Representation, Representation_item, Required_resource, Required_resource_assignment, Resource_event, Resource_property, State, State_definition, State_definition_relationship, State_relationship, Task_method_state_relationship, Task_objective, Task_objective_state_relationship, View_definition_relationship and Work_request 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
prjm_event_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
event_item
WITH
(Activity,
Activity_method,
Activity_method_relationship,
Activity_property,
Activity_relationship,
Applied_activity_method_assignment,
Applied_state_assignment,
Approval,
Certification,
Condition,
Condition_evaluation_parameter,
Contract,
Contract_assignment,
Contract_relationship,
Independent_property,
Independent_property_relationship,
Justification,
Managed_resource,
Market,
Observation,
Product,
Product_version,
Product_view_definition,
Project,
Project_assignment,
Representation,
Representation_item,
Required_resource,
Required_resource_assignment,
Resource_event,
Resource_property,
State,
State_definition,
State_definition_relationship,
State_relationship,
Task_method_state_relationship,
Task_objective,
Task_objective_state_relationship,
View_definition_relationship,
Work_request);
END_TYPE;
(*

The prjm_external_identification_item type is an extension of the external_identification_item type. It adds the data types Organization, Person_in_organization, Product, Project, Required_resource and Work_output 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
prjm_external_identification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
external_identification_item
WITH
(Organization,
Person_in_organization,
Product,
Project,
Required_resource,
Work_output);
END_TYPE;
(*

The prjm_identification_item type is an extension of the pb_identification_item type. It adds the data types Activity, Activity_relationship, Applied_activity_assignment, Applied_activity_method_assignment, Applied_state_assignment, Applied_state_definition_assignment, Assigned_property, Assumption, Assumption_relationship, Class, Condition, Contract_relationship, Defined_state_relationship, Document_assignment, Document_definition_relationship, Effectivity, Experience_instance, Identification_relationship, Information_right, Information_usage_right, Information_usage_right_relationship, Market, Position, Product, Product_concept, Product_configuration, Product_relationship, Product_version, Product_view_definition, Representation_item, Required_resource, Requirement_version_relationship, Resource_item, Resource_item_realization, State, State_assertion, State_assessment, State_relationship, Type_of_person_definition and View_definition_relationship to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a data item to which an identification assignment can be made.
EXPRESS specification:
*)
TYPE
prjm_identification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_identification_item
WITH
(Activity,
Activity_relationship,
Applied_activity_assignment,
Applied_activity_method_assignment,
Applied_state_assignment,
Applied_state_definition_assignment,
Assigned_property,
Assumption,
Assumption_relationship,
Class,
Condition,
Contract_relationship,
Defined_state_relationship,
Document_assignment,
Document_definition_relationship,
Effectivity,
Experience_instance,
Identification_relationship,
Information_right,
Information_usage_right,
Information_usage_right_relationship,
Market,
Position,
Product,
Product_concept,
Product_configuration,
Product_relationship,
Product_version,
Product_view_definition,
Representation_item,
Required_resource,
Requirement_version_relationship,
Resource_item,
Resource_item_realization,
State,
State_assertion,
State_assessment,
State_relationship,
Type_of_person_definition,
View_definition_relationship);
END_TYPE;
(*

The prjm_information_usage_right_item type is an extension of the pb_information_usage_right_item type. It adds the data types Activity_method, Activity_property, Applied_information_usage_right, Assigned_property, Certification, Certification_assignment, Contract, Contract_relationship, Digital_file, Document_definition_relationship, External_item_identification, File_relationship, Hardcopy, Information_right, Information_usage_right, Information_usage_right_relationship, Justification, Managed_resource, Organization, Person_in_organization, Product, Product_configuration, Product_version, Product_view_definition, Project, Representation_item, Required_resource, Resource_item, Resource_item_realization, Security_classification, Security_classification_assignment, Supplied_part_relationship, View_definition_relationship, Work_order and Work_output 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
prjm_information_usage_right_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_information_usage_right_item
WITH
(Activity_method,
Activity_property,
Applied_information_usage_right,
Assigned_property,
Certification,
Certification_assignment,
Contract,
Contract_relationship,
Digital_file,
Document_definition_relationship,
External_item_identification,
File_relationship,
Hardcopy,
Information_right,
Information_usage_right,
Information_usage_right_relationship,
Justification,
Managed_resource,
Organization,
Person_in_organization,
Product,
Product_configuration,
Product_version,
Product_view_definition,
Project,
Representation_item,
Required_resource,
Resource_item,
Resource_item_realization,
Security_classification,
Security_classification_assignment,
Supplied_part_relationship,
View_definition_relationship,
Work_order,
Work_output);
END_TYPE;
(*

The prjm_justification_item type is an extension of the ws_justification_item type. It adds the data types Activity, Activity_method, Applied_activity_assignment, Applied_information_usage_right, Applied_state_assignment, Applied_state_definition_assignment, Approval, Approval_assignment, Assigned_property, Breakdown_of, Certification, Classification_assignment, Condition, Condition_assignment, Contract, Contract_relationship, Document_assignment, Effectivity, Independent_property, Independent_property_relationship, Information_usage_right, Product, Product_version, Product_version_relationship, Product_view_definition, Project_assignment, Qualification_type, Security_classification 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
prjm_justification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ws_justification_item
WITH
(Activity,
Activity_method,
Applied_activity_assignment,
Applied_information_usage_right,
Applied_state_assignment,
Applied_state_definition_assignment,
Approval,
Approval_assignment,
Assigned_property,
Breakdown_of,
Certification,
Classification_assignment,
Condition,
Condition_assignment,
Contract,
Contract_relationship,
Document_assignment,
Effectivity,
Independent_property,
Independent_property_relationship,
Information_usage_right,
Product,
Product_version,
Product_version_relationship,
Product_view_definition,
Project_assignment,
Qualification_type,
Security_classification,
View_definition_relationship);
END_TYPE;
(*

The prjm_justification_support_item type is an extension of the ws_justification_support_item type. It adds the data types Activity, Activity_method, Applied_activity_assignment, Approval, Assigned_property, Certification, Contract, Contract_relationship, Effectivity, Event, Independent_property, Independent_property_relationship, Organization_or_person_in_organization_assignment, Product, Product_version, Product_version_relationship, Product_view_definition, Project, State_definition_relationship, View_definition_relationship and Work_order 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
prjm_justification_support_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ws_justification_support_item
WITH
(Activity,
Activity_method,
Applied_activity_assignment,
Approval,
Assigned_property,
Certification,
Contract,
Contract_relationship,
Effectivity,
Event,
Independent_property,
Independent_property_relationship,
Organization_or_person_in_organization_assignment,
Product,
Product_version,
Product_version_relationship,
Product_view_definition,
Project,
State_definition_relationship,
View_definition_relationship,
Work_order);
END_TYPE;
(*

The prjm_location_assignment_select type is an extension of the pb_location_assignment_select type. It adds the data types Event 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 that can be assigned to a specified location.
EXPRESS specification:
*)
TYPE
prjm_location_assignment_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_location_assignment_select
WITH
(Event,
View_definition_relationship);
END_TYPE;
(*

The prjm_observed_context type is an extension of the ws_observed_context type. It adds the data types Activity, Activity_method, Activity_property, Applied_activity_assignment, Applied_activity_method_assignment, Applied_state_assignment, Applied_state_definition_assignment, Approval, Approval_assignment, Assigned_property, Certification_assignment, Condition_assignment, Condition_evaluation_assignment, Contract_assignment, Document_assignment, Effectivity_assignment, Event_assignment, Justification_assignment, Managed_resource, Observation_consequence, Product, Product_concept, Product_configuration, Product_design_to_individual, Product_group, Product_planned_to_realized, Product_version, Product_version_relationship, Product_view_definition, Project, Project_assignment, Property_representation, Related_condition_parameter, Representation, Representation_item, Required_resource, Required_resource_assignment, Resource_as_realized, Resource_as_realized_assignment, Resource_event, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_property, Security_classification_assignment, State, State_assertion, State_assessment, State_definition, State_definition_relationship, State_relationship, State_role, Task_objective and View_definition_relationship to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a data item serving as the context in which an observation is made.
EXPRESS specification:
*)
TYPE
prjm_observed_context =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ws_observed_context
WITH
(Activity,
Activity_method,
Activity_property,
Applied_activity_assignment,
Applied_activity_method_assignment,
Applied_state_assignment,
Applied_state_definition_assignment,
Approval,
Approval_assignment,
Assigned_property,
Certification_assignment,
Condition_assignment,
Condition_evaluation_assignment,
Contract_assignment,
Document_assignment,
Effectivity_assignment,
Event_assignment,
Justification_assignment,
Managed_resource,
Observation_consequence,
Product,
Product_concept,
Product_configuration,
Product_design_to_individual,
Product_group,
Product_planned_to_realized,
Product_version,
Product_version_relationship,
Product_view_definition,
Project,
Project_assignment,
Property_representation,
Related_condition_parameter,
Representation,
Representation_item,
Required_resource,
Required_resource_assignment,
Resource_as_realized,
Resource_as_realized_assignment,
Resource_event,
Resource_item,
Resource_item_assignment,
Resource_item_realization,
Resource_property,
Security_classification_assignment,
State,
State_assertion,
State_assessment,
State_definition,
State_definition_relationship,
State_relationship,
State_role,
Task_objective,
View_definition_relationship);
END_TYPE;
(*

The prjm_organization_or_person_in_organization_item type is an extension of the pb_organization_or_person_in_organization_item type. It adds the data types Activity, Activity_method, Activity_relationship, Address, Address_assignment, Alias_identification, Applied_activity_assignment, Applied_state_assignment, Applied_state_definition_assignment, Approval, Approval_status, Assigned_property, Assumption, Assumption_assignment, Assumption_relationship, Certification, Certification_assignment, Class, Classification_assignment, Contract_assignment, Contract_relationship, Date_or_date_time_assignment, Digital_file, Document_assignment, Effectivity, Effectivity_assignment, Event, Event_assignment, Hardcopy, Identification_relationship, Independent_property, Independent_property_relationship, Item_assumed, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Organization, Organization_or_person_in_organization_assignment, Person, Person_in_organization, Product, Product_configuration, Product_relationship, Product_version, Product_view_definition, Project, Project_assignment, Property_representation, Representation, Requirement_version_relationship, Security_classification, State, State_assertion, State_assessment, State_definition, State_definition_relationship, State_relationship, Supplied_part_relationship, View_definition_context and View_definition_relationship to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is an activity or product data item to which an organization or person in an organization can be assigned.
EXPRESS specification:
*)
TYPE
prjm_organization_or_person_in_organization_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_organization_or_person_in_organization_item
WITH
(Activity,
Activity_method,
Activity_relationship,
Address,
Address_assignment,
Alias_identification,
Applied_activity_assignment,
Applied_state_assignment,
Applied_state_definition_assignment,
Approval,
Approval_status,
Assigned_property,
Assumption,
Assumption_assignment,
Assumption_relationship,
Certification,
Certification_assignment,
Class,
Classification_assignment,
Contract_assignment,
Contract_relationship,
Date_or_date_time_assignment,
Digital_file,
Document_assignment,
Effectivity,
Effectivity_assignment,
Event,
Event_assignment,
Hardcopy,
Identification_relationship,
Independent_property,
Independent_property_relationship,
Item_assumed,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Organization,
Organization_or_person_in_organization_assignment,
Person,
Person_in_organization,
Product,
Product_configuration,
Product_relationship,
Product_version,
Product_view_definition,
Project,
Project_assignment,
Property_representation,
Representation,
Requirement_version_relationship,
Security_classification,
State,
State_assertion,
State_assessment,
State_definition,
State_definition_relationship,
State_relationship,
Supplied_part_relationship,
View_definition_context,
View_definition_relationship);
END_TYPE;
(*

The prjm_person_or_organization_or_person_in_organization_select type is an extension of the person_or_organization_or_person_in_organization_select type. It adds the data types Organization_or_person_in_organization_assignment, Person_or_organization_or_person_in_organization_in_position, Person_or_organization_or_person_in_organization_in_position_relationship, Type_of_person and Type_of_person_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 person, organization or person in organization that can gain an experience.
EXPRESS specification:
*)
TYPE
prjm_person_or_organization_or_person_in_organization_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
person_or_organization_or_person_in_organization_select
WITH
(Organization_or_person_in_organization_assignment,
Person_or_organization_or_person_in_organization_in_position,
Person_or_organization_or_person_in_organization_in_position_relationship,
Type_of_person,
Type_of_person_definition_relationship);
END_TYPE;
(*

The prjm_position_group_item type is an extension of the pb_position_group_item type. It adds the data types Activity, Activity_method, Event, Location, Product_concept, Product_configuration, Product_group, Project, Required_resource, Resource_event, State, Work_order, Work_output_assignment and Work_request 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 position group that can be associated with a product or activity data item.
EXPRESS specification:
*)
TYPE
prjm_position_group_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_position_group_item
WITH
(Activity,
Activity_method,
Event,
Location,
Product_concept,
Product_configuration,
Product_group,
Project,
Required_resource,
Resource_event,
State,
Work_order,
Work_output_assignment,
Work_request);
END_TYPE;
(*

The prjm_position_item type is an extension of the pb_position_item type. It adds the data types Activity, Activity_method, Event, Location, Product_concept, Product_configuration, Product_group, Project, Required_resource, Resource_event, State, Work_order, Work_output_assignment and Work_request 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 position that can be associated with a product or activity data item.
EXPRESS specification:
*)
TYPE
prjm_position_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_position_item
WITH
(Activity,
Activity_method,
Event,
Location,
Product_concept,
Product_configuration,
Product_group,
Project,
Required_resource,
Resource_event,
State,
Work_order,
Work_output_assignment,
Work_request);
END_TYPE;
(*

The prjm_position_type_item type is an extension of the pb_position_type_item type. It adds the data types Activity, Activity_method, Event, Location, Product_concept, Product_configuration, Product_group, Project, Required_resource, Resource_event, State, Work_order, Work_output_assignment and Work_request to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a product or activity data item to which a position type can be assigned.
EXPRESS specification:
*)
TYPE
prjm_position_type_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_position_type_item
WITH
(Activity,
Activity_method,
Event,
Location,
Product_concept,
Product_configuration,
Product_group,
Project,
Required_resource,
Resource_event,
State,
Work_order,
Work_output_assignment,
Work_request);
END_TYPE;
(*

The prjm_product_based_location_representation type is an extension of the product_based_location_representation type. It adds the data types Activity, Activity_method, Breakdown_of, Condition_evaluation_parameter, Event, Justification, Language_indication, Managed_resource, Market, Observation, Organization, Organization_type, Person_in_organization, Product_concept, Project, Representation, Required_resource, Resource_event, Resource_item, Resource_item_realization, Resource_property, State, State_definition, State_relationship, View_definition_relationship, Work_output and Work_request 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 that can provide the context for a location that can be specified.
EXPRESS specification:
*)
TYPE
prjm_product_based_location_representation =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
product_based_location_representation
WITH
(Activity,
Activity_method,
Breakdown_of,
Condition_evaluation_parameter,
Event,
Justification,
Language_indication,
Managed_resource,
Market,
Observation,
Organization,
Organization_type,
Person_in_organization,
Product_concept,
Project,
Representation,
Required_resource,
Resource_event,
Resource_item,
Resource_item_realization,
Resource_property,
State,
State_definition,
State_relationship,
View_definition_relationship,
Work_output,
Work_request);
END_TYPE;
(*

The prjm_project_item type is an extension of the pb_project_item type. It adds the data types Activity, Organization, Person_in_organization, Product, Product_concept, Product_configuration, Product_version, 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
prjm_project_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_project_item
WITH
(Activity,
Organization,
Person_in_organization,
Product,
Product_concept,
Product_configuration,
Product_version,
Product_view_definition,
Representation,
View_definition_relationship);
END_TYPE;
(*

The prjm_property_assignment_select type is an extension of the os_property_assignment_select type. It adds the data types Applied_state_assignment, Applied_state_definition_assignment, Condition_evaluation_parameter, Condition_parameter, Event, File, Independent_property_relationship, Information_usage_right, Observation_consequence, Product, Product_concept, Product_configuration, Product_group, Product_version, Product_version_relationship, Property_definition_representation, Related_condition_parameter, Representation, Representation_context, Representation_item, Security_classification, State, State_assertion, State_assessment, State_definition, State_definition_relationship, State_relationship, Task_objective, View_definition_relationship, Work_order and Work_request 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
prjm_property_assignment_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
os_property_assignment_select
WITH
(Applied_state_assignment,
Applied_state_definition_assignment,
Condition_evaluation_parameter,
Condition_parameter,
Event,
File,
Independent_property_relationship,
Information_usage_right,
Observation_consequence,
Product,
Product_concept,
Product_configuration,
Product_group,
Product_version,
Product_version_relationship,
Property_definition_representation,
Related_condition_parameter,
Representation,
Representation_context,
Representation_item,
Security_classification,
State,
State_assertion,
State_assessment,
State_definition,
State_definition_relationship,
State_relationship,
Task_objective,
View_definition_relationship,
Work_order,
Work_request);
END_TYPE;
(*

The prjm_required_resource_item type is an extension of the os_required_resource_item type. It adds the data types Certification_assignment, Condition_evaluation_assignment, Contract_assignment, Justification, Managed_resource, Organization, Person_in_organization, Product, Product_version, Product_view_definition, Project, State_definition and Work_order to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a product or activity data item to which a required resource can be assigned.
EXPRESS specification:
*)
TYPE
prjm_required_resource_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
os_required_resource_item
WITH
(Certification_assignment,
Condition_evaluation_assignment,
Contract_assignment,
Justification,
Managed_resource,
Organization,
Person_in_organization,
Product,
Product_version,
Product_view_definition,
Project,
State_definition,
Work_order);
END_TYPE;
(*

The prjm_resource_as_realized_item type is an extension of the resource_as_realized_item type. It adds the data types Activity_actual, Activity_method, Activity_method_assignment, Activity_method_realization, Activity_method_relationship, Affected_items_assignment, Applied_activity_assignment, Applied_activity_method_assignment, Certification, Certification_assignment, Condition_evaluation_assignment, Contract, Contract_assignment, Contract_relationship, Directed_activity, Event, Event_assignment, Observation, Observation_assignment, Observation_consequence, Product, Product_version, Product_version_relationship, Product_view_definition, Project, Project_assignment, Representation, Representation_item, Resource_event, Resource_event_correspondence_relationship, Resource_event_relationship, Security_classification_assignment, State, State_assessment, State_definition, State_definition_relationship, State_relationship, State_role, Task_objective and Work_output_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is an entity that consumes a resource in its realization
EXPRESS specification:
*)
TYPE
prjm_resource_as_realized_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
resource_as_realized_item
WITH
(Activity_actual,
Activity_method,
Activity_method_assignment,
Activity_method_realization,
Activity_method_relationship,
Affected_items_assignment,
Applied_activity_assignment,
Applied_activity_method_assignment,
Certification,
Certification_assignment,
Condition_evaluation_assignment,
Contract,
Contract_assignment,
Contract_relationship,
Directed_activity,
Event,
Event_assignment,
Observation,
Observation_assignment,
Observation_consequence,
Product,
Product_version,
Product_version_relationship,
Product_view_definition,
Project,
Project_assignment,
Representation,
Representation_item,
Resource_event,
Resource_event_correspondence_relationship,
Resource_event_relationship,
Security_classification_assignment,
State,
State_assessment,
State_definition,
State_definition_relationship,
State_relationship,
State_role,
Task_objective,
Work_output_assignment);
END_TYPE;
(*

The prjm_resource_assignment_item type is an extension of the pb_resource_assignment_item type. It adds the data types Activity_method, Event, Managed_resource, Person_in_organization, Position_group_assignment, Product, Product_version, Product_view_definition and Work_order to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a product or activity data item to which a resource item can be assigned.
EXPRESS specification:
*)
TYPE
prjm_resource_assignment_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_resource_assignment_item
WITH
(Activity_method,
Event,
Managed_resource,
Person_in_organization,
Position_group_assignment,
Product,
Product_version,
Product_view_definition,
Work_order);
END_TYPE;
(*

The prjm_resource_item_select type is an extension of the pb_resource_item_select type. It adds the data types Product_version, Product_view_definition and Work_order to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a product or activity data item that can be designated as a resource within some application context.
EXPRESS specification:
*)
TYPE
prjm_resource_item_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_resource_item_select
WITH
(Product_version,
Product_view_definition,
Work_order);
END_TYPE;
(*

The prjm_same_as_item type is an extension of the ss_same_as_item type. It adds the data types Activity_method_realization, Activity_property, Activity_status, Address, Approval, Approval_status, Assumption, Breakdown_context, Calendar_date, Certification, Condition, Condition_evaluation, Condition_evaluation_parameter, Condition_parameter, Contract, Date_time, Derived_unit_element, Event, Experience_gained, Experience_instance, Experience_type, External_source, External_source_identification, Independent_property, Information_right, Information_usage_right, Item_assumed, Justification, Language, Language_indication, Local_time, Location, Location_representation, Managed_resource, Market, Observation, Observation_consequence, Organization, Organization_type, Organizational_location_identification, Person, Position, Position_group, Position_group_role, Position_role, Position_type, Position_type_role, Product, Product_concept, Product_version, Product_view_definition, Qualification_type, Regional_coordinate, Related_condition_parameter, Representation_context, Required_resource, Required_resource_requirement, Resource_as_realized, Resource_event, Resource_item, Resource_property, Security_classification, State, State_assertion, State_assessment, State_definition, State_definition_role, State_role, Task_objective, Time_interval, Time_offset, Type_of_person, Type_of_person_definition, Unit, Value_with_unit, View_definition_context and Work_request_status to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
The items in the dataset that are the same as the external item.
EXPRESS specification:
*)
TYPE
prjm_same_as_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_same_as_item
WITH
(Activity_method_realization,
Activity_property,
Activity_status,
Address,
Approval,
Approval_status,
Assumption,
Breakdown_context,
Calendar_date,
Certification,
Condition,
Condition_evaluation,
Condition_evaluation_parameter,
Condition_parameter,
Contract,
Date_time,
Derived_unit_element,
Event,
Experience_gained,
Experience_instance,
Experience_type,
External_source,
External_source_identification,
Independent_property,
Information_right,
Information_usage_right,
Item_assumed,
Justification,
Language,
Language_indication,
Local_time,
Location,
Location_representation,
Managed_resource,
Market,
Observation,
Observation_consequence,
Organization,
Organization_type,
Organizational_location_identification,
Person,
Position,
Position_group,
Position_group_role,
Position_role,
Position_type,
Position_type_role,
Product,
Product_concept,
Product_version,
Product_view_definition,
Qualification_type,
Regional_coordinate,
Related_condition_parameter,
Representation_context,
Required_resource,
Required_resource_requirement,
Resource_as_realized,
Resource_event,
Resource_item,
Resource_property,
Security_classification,
State,
State_assertion,
State_assessment,
State_definition,
State_definition_role,
State_role,
Task_objective,
Time_interval,
Time_offset,
Type_of_person,
Type_of_person_definition,
Unit,
Value_with_unit,
View_definition_context,
Work_request_status);
END_TYPE;
(*

The prjm_security_classification_item type is an extension of the pb_security_classification_item type. It adds the data types Activity, Activity_method, Activity_property, Applied_activity_assignment, Assigned_property, Digital_file, Document_assignment, Event, Hardcopy, Managed_resource, Product, Product_configuration, Product_relationship and Requirement_version_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 to which a security classification can be assigned.
EXPRESS specification:
*)
TYPE
prjm_security_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_security_classification_item
WITH
(Activity,
Activity_method,
Activity_property,
Applied_activity_assignment,
Assigned_property,
Digital_file,
Document_assignment,
Event,
Hardcopy,
Managed_resource,
Product,
Product_configuration,
Product_relationship,
Requirement_version_relationship);
END_TYPE;
(*

The prjm_selected_item_context_items type is an extension of the pb_selected_item_context_items type. It adds the data types Product_concept and Product_configuration 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 the context in which the product or activity data is being identified as being a Selected_item.
EXPRESS specification:
*)
TYPE
prjm_selected_item_context_items =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_selected_item_context_items
WITH
(Product_concept,
Product_configuration);
END_TYPE;
(*

The prjm_state_definition_of_item type is an extension of the pb_state_definition_of_item type. It adds the data types Approval, Breakdown_element_realization, Event, File, File_location_identification, Observation_consequence, Product_concept, Product_configuration, Product_view_definition, State and View_definition_relationship to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is an object whose mode of being (i.e. state) can be described and known by a state definition.
EXPRESS specification:
*)
TYPE
prjm_state_definition_of_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_state_definition_of_item
WITH
(Approval,
Breakdown_element_realization,
Event,
File,
File_location_identification,
Observation_consequence,
Product_concept,
Product_configuration,
Product_view_definition,
State,
View_definition_relationship);
END_TYPE;
(*

The prjm_state_of_item type is an extension of the pb_state_of_item type. It adds the data types Applied_activity_method_assignment, Applied_state_definition_assignment, Approval, Digital_document_definition, Event, File, File_location_identification, Information_usage_right, Justification, Observation, Observation_consequence, Physical_document_definition, Product, Product_concept, Product_configuration, Product_version, Project, State, State_assessment, State_definition, State_definition_relationship, State_relationship, State_role, Type_of_person 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 have a state or be a state.
EXPRESS specification:
*)
TYPE
prjm_state_of_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_state_of_item
WITH
(Applied_activity_method_assignment,
Applied_state_definition_assignment,
Approval,
Digital_document_definition,
Event,
File,
File_location_identification,
Information_usage_right,
Justification,
Observation,
Observation_consequence,
Physical_document_definition,
Product,
Product_concept,
Product_configuration,
Product_version,
Project,
State,
State_assessment,
State_definition,
State_definition_relationship,
State_relationship,
State_role,
Type_of_person,
View_definition_relationship);
END_TYPE;
(*

The prjm_string_select type is an extension of the pb_string_select type. It adds the data types Activity, Activity_method, Activity_relationship, Applied_activity_assignment, Assigned_property, Condition_evaluation_parameter, Contract_relationship, Document_assignment, Document_definition_relationship, Event, External_source_identification, File_relationship, Independent_property, Independent_property_relationship, Information_right, Information_usage_right, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Product, Product_configuration, Product_relationship, Product_version, Product_view_definition, Representation_item, Requirement_version_relationship, State, State_definition, State_definition_relationship, State_relationship and View_definition_relationship to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a string that can be the considered instance in a language indication.
EXPRESS specification:
*)
TYPE
prjm_string_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_string_select
WITH
(Activity,
Activity_method,
Activity_relationship,
Applied_activity_assignment,
Assigned_property,
Condition_evaluation_parameter,
Contract_relationship,
Document_assignment,
Document_definition_relationship,
Event,
External_source_identification,
File_relationship,
Independent_property,
Independent_property_relationship,
Information_right,
Information_usage_right,
Justification,
Justification_assignment,
Justification_relationship,
Justification_support_assignment,
Product,
Product_configuration,
Product_relationship,
Product_version,
Product_view_definition,
Representation_item,
Requirement_version_relationship,
State,
State_definition,
State_definition_relationship,
State_relationship,
View_definition_relationship);
END_TYPE;
(*

The prjm_time_interval_item type is an extension of the ws_time_interval_item type. It adds the data type Activity 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 associated a time interval.
EXPRESS specification:
*)
TYPE
prjm_time_interval_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ws_time_interval_item
WITH
(Activity);
END_TYPE;
(*

The prjm_type_of_person_item_select type is an extension of the os_type_of_person_item_select type. It adds the data types Activity, Activity_method, Activity_method_assignment, Document_assignment, Experience_gained, Experience_instance, Experience_type, Observation_consequence, Product, Product_version, Project, Project_assignment, Required_resource_assignment, Resource_item_assignment, View_definition_relationship, Work_order, Work_output_assignment and Work_request 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 item to which a type of person can be assigned.
EXPRESS specification:
*)
TYPE
prjm_type_of_person_item_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
os_type_of_person_item_select
WITH
(Activity,
Activity_method,
Activity_method_assignment,
Document_assignment,
Experience_gained,
Experience_instance,
Experience_type,
Observation_consequence,
Product,
Product_version,
Project,
Project_assignment,
Required_resource_assignment,
Resource_item_assignment,
View_definition_relationship,
Work_order,
Work_output_assignment,
Work_request);
END_TYPE;
(*

The prjm_work_item type is an extension of the ss_work_item type. It adds the data type 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 that can be a source that produces or delivers work output.
EXPRESS specification:
*)
TYPE
prjm_work_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_work_item
WITH
(Project);
END_TYPE;
(*

The prjm_work_output_item type is an extension of the pb_work_output_item type. It adds the data types Activity_method, Managed_resource, Required_resource, Resource_as_realized, Resource_item, Resource_item_realization 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 is any product or activity data item that can be a representation of the item that is defined as work output (actual item or or type of item).
EXPRESS specification:
*)
TYPE
prjm_work_output_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
pb_work_output_item
WITH
(Activity_method,
Managed_resource,
Required_resource,
Resource_as_realized,
Resource_item,
Resource_item_realization,
State_definition);
END_TYPE;
(*
*)
END_SCHEMA; -- Project_management_arm
(*
© ISO 2011 — All rights reserved