| Application module: Project breakdown | ISO/TS 10303-1436:2011-10(E) © ISO |
This clause specifies the information requirements for the Project breakdown 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_breakdown_arm schema and identifies the necessary external references.
EXPRESS specification:
*)
SCHEMA Project_breakdown_arm;
(*
The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.
EXPRESS specification:
*)
USE FROM
Configuration_item_arm;
--
ISO/TS 10303-1056
USE FROM
Position_in_organization_arm;
--
ISO/TS 10303-1242
USE FROM
Product_breakdown_arm;
--
ISO/TS 10303-1248
USE FROM
Product_group_arm;
--
ISO/TS 10303-1278
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:
Configuration_item_arm ISO/TS 10303-1056 Position_in_organization_arm ISO/TS 10303-1242 Product_breakdown_arm ISO/TS 10303-1248 Product_group_arm ISO/TS 10303-1278 Schedule_arm ISO/TS 10303-1437 Selected_item_arm ISO/TS 10303-1357
NOTE 2 See Annex C, Figures C.1and C.2 for a graphical representation of this schema.
This subclause specifies the ARM types for this application module. The ARM types and definitions are specified below.

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

The pb_activity_method_item type is an extension of the ss_activity_method_item type. It adds the data types Breakdown_element, Breakdown_element_definition, Breakdown_element_usage, Breakdown_element_version, Product_as_individual, Product_as_individual_version, Product_as_individual_view and Product_group 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
pb_activity_method_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_activity_method_item
WITH
(Breakdown_element,
Breakdown_element_definition,
Breakdown_element_usage,
Breakdown_element_version,
Product_as_individual,
Product_as_individual_version,
Product_as_individual_view,
Product_group);
END_TYPE;
(*

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

The pb_approval_item type is an extension of the ss_approval_item type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_definition, Breakdown_element_usage, Breakdown_element_version, Breakdown_version, Product_as_individual, Product_as_planned, Product_as_realized, Product_definition_element_relationship, Product_design_to_individual, Product_design_version_to_individual, Product_group, Product_group_membership, Product_group_relationship and Product_planned_to_realized 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
pb_approval_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_approval_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_definition,
Breakdown_element_usage,
Breakdown_element_version,
Breakdown_version,
Product_as_individual,
Product_as_planned,
Product_as_realized,
Product_definition_element_relationship,
Product_design_to_individual,
Product_design_version_to_individual,
Product_group,
Product_group_membership,
Product_group_relationship,
Product_planned_to_realized);
END_TYPE;
(*

The pb_certification_item type is an extension of the ss_certification_item type. It adds the data types Breakdown, Product_as_individual, Product_as_planned, Product_as_realized, Product_group and Product_group_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
pb_certification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_certification_item
WITH
(Breakdown,
Product_as_individual,
Product_as_planned,
Product_as_realized,
Product_group,
Product_group_relationship);
END_TYPE;
(*

The pb_classification_item type is an extension of the ss_classification_item type. It adds the data types Breakdown, Breakdown_context, Breakdown_element, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Breakdown_of, Product_as_planned, Product_as_realized, Product_design_to_individual, Product_design_version_to_individual and Product_planned_to_realized 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
pb_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_classification_item
WITH
(Breakdown,
Breakdown_context,
Breakdown_element,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Breakdown_of,
Product_as_planned,
Product_as_realized,
Product_design_to_individual,
Product_design_version_to_individual,
Product_planned_to_realized);
END_TYPE;
(*

The pb_classified_attribute_select type is an extension of the ss_classified_attribute_select type. It adds the data types Breakdown_context, Breakdown_element_realization and Breakdown_element_usage 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
pb_classified_attribute_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_classified_attribute_select
WITH
(Breakdown_context,
Breakdown_element_realization,
Breakdown_element_usage);
END_TYPE;
(*

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

The pb_condition_evaluation_parameter_item type is an extension of the ss_condition_evaluation_parameter_item type. It adds the data types Product_as_individual and Product_definition_element_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 that can be an input parameter in the evaluation of a condition.
EXPRESS specification:
*)
TYPE
pb_condition_evaluation_parameter_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_condition_evaluation_parameter_item
WITH
(Product_as_individual,
Product_definition_element_relationship);
END_TYPE;
(*

The pb_condition_item type is an extension of the ss_condition_item type. It adds the data types Product_definition_element_relationship, Product_group, Product_group_membership and Product_group_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
pb_condition_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_condition_item
WITH
(Product_definition_element_relationship,
Product_group,
Product_group_membership,
Product_group_relationship);
END_TYPE;
(*

The pb_condition_parameter_item type is an extension of the ss_condition_parameter_item type. It adds the data types Product_as_individual and Product_definition_element_relationship to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a product or activity data item which acts as an input parameter to a condition which may or may not be specific.
EXPRESS specification:
*)
TYPE
pb_condition_parameter_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_condition_parameter_item
WITH
(Product_as_individual,
Product_definition_element_relationship);
END_TYPE;
(*

The pb_contract_item type is an extension of the ss_contract_item type. It adds the data types Breakdown, Breakdown_element, Breakdown_version, Product_as_individual, Product_as_planned, Product_as_realized, Product_group and Product_group_relationship to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is an activity or product data item to which can be assigned a contract.
EXPRESS specification:
*)
TYPE
pb_contract_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_contract_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_version,
Product_as_individual,
Product_as_planned,
Product_as_realized,
Product_group,
Product_group_relationship);
END_TYPE;
(*

The pb_date_or_date_time_item type is an extension of the ss_date_or_date_time_item type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Product_as_planned, Product_as_realized, Product_design_to_individual, Product_design_version_to_individual, Product_group, Product_group_membership, Product_group_relationship and Product_planned_to_realized 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
pb_date_or_date_time_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_date_or_date_time_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Product_as_planned,
Product_as_realized,
Product_design_to_individual,
Product_design_version_to_individual,
Product_group,
Product_group_membership,
Product_group_relationship,
Product_planned_to_realized);
END_TYPE;
(*

The pb_documented_element_select type is an extension of the ss_documented_element_select type. It adds the data types Breakdown, Breakdown_context, Breakdown_element, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Product_as_planned, Product_as_realized, Product_design_to_individual, Product_design_version_to_individual, Product_group, Product_group_membership, Product_group_relationship and Product_planned_to_realized 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
pb_documented_element_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_documented_element_select
WITH
(Breakdown,
Breakdown_context,
Breakdown_element,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Product_as_planned,
Product_as_realized,
Product_design_to_individual,
Product_design_version_to_individual,
Product_group,
Product_group_membership,
Product_group_relationship,
Product_planned_to_realized);
END_TYPE;
(*

The pb_effectivity_item type is an extension of the ss_effectivity_item type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_definition, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Breakdown_of, Breakdown_version, Product_as_individual, Product_as_individual_version, Product_as_individual_view, Product_design_to_individual, Product_design_version_to_individual and Product_planned_to_realized 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
pb_effectivity_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_effectivity_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_definition,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Breakdown_of,
Breakdown_version,
Product_as_individual,
Product_as_individual_version,
Product_as_individual_view,
Product_design_to_individual,
Product_design_version_to_individual,
Product_planned_to_realized);
END_TYPE;
(*

The pb_identification_item type is an extension of the ss_identification_item type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_definition, Breakdown_element_version, Breakdown_version, Product_as_individual, Product_as_individual_view, Product_as_planned, Product_as_realized, Product_group, Product_group_membership and Product_group_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
pb_identification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_identification_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_definition,
Breakdown_element_version,
Breakdown_version,
Product_as_individual,
Product_as_individual_view,
Product_as_planned,
Product_as_realized,
Product_group,
Product_group_membership,
Product_group_relationship);
END_TYPE;
(*

The pb_information_usage_right_item type is an extension of the ss_information_usage_right_item type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_realization, Breakdown_element_usage, Breakdown_version, Product_as_individual, Product_as_individual_view, Product_as_planned and Product_as_realized 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
pb_information_usage_right_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_information_usage_right_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_version,
Product_as_individual,
Product_as_individual_view,
Product_as_planned,
Product_as_realized);
END_TYPE;
(*

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

The pb_observation_item type is an extension of the ss_observation_item type. It adds the data types Breakdown_context, Breakdown_of, Item_design_association, Market, Product_concept, Product_configuration, Product_definition_element_relationship, Product_group, Product_group_membership, Product_group_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.
EXPRESS specification:
*)
TYPE
pb_observation_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_observation_item
WITH
(Breakdown_context,
Breakdown_of,
Item_design_association,
Market,
Product_concept,
Product_configuration,
Product_definition_element_relationship,
Product_group,
Product_group_membership,
Product_group_relationship,
View_definition_relationship);
END_TYPE;
(*

The pb_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 Breakdown, Breakdown_element, Breakdown_element_realization, Breakdown_element_usage, Product_as_individual, Product_as_planned, Product_as_realized, Product_group, Product_group_membership and Product_group_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
pb_organization_or_person_in_organization_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_organization_or_person_in_organization_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_realization,
Breakdown_element_usage,
Product_as_individual,
Product_as_planned,
Product_as_realized,
Product_group,
Product_group_membership,
Product_group_relationship);
END_TYPE;
(*

The pb_position_group_item type is an extension of the position_group_item type. It adds the data types Product, Product_version and Product_view_definition to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a position group that can be associated with a product or activity data item.
EXPRESS specification:
*)
TYPE
pb_position_group_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
position_group_item
WITH
(Product,
Product_version,
Product_view_definition);
END_TYPE;
(*

The pb_position_item type is an extension of the position_item type. It adds the data types Product, Product_version and Product_view_definition to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is a position that can be associated with a product or activity data item.
EXPRESS specification:
*)
TYPE
pb_position_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
position_item
WITH
(Product,
Product_version,
Product_view_definition);
END_TYPE;
(*

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

The pb_product_item type is an extension of the product_item type. It adds the data type Product_group 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 item that may be related to items in a breakdown.
EXPRESS specification:
*)
TYPE
pb_product_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
product_item
WITH
(Product_group);
END_TYPE;
(*

The pb_project_item type is an extension of the ss_project_item type. It adds the data types Breakdown, Product_group, Product_group_membership and Product_group_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
pb_project_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_project_item
WITH
(Breakdown,
Product_group,
Product_group_membership,
Product_group_relationship);
END_TYPE;
(*

The pb_resource_assignment_item type is an extension of the resource_assignment_item type. It adds the data types Product_as_individual, Product_as_individual_version, Product_as_individual_view and Product_group 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
pb_resource_assignment_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
resource_assignment_item
WITH
(Product_as_individual,
Product_as_individual_version,
Product_as_individual_view,
Product_group);
END_TYPE;
(*

The pb_resource_item_select type is an extension of the resource_item_select type. It adds the data types Product_as_individual, Product_as_individual_version, Product_as_individual_view and Product_group 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
pb_resource_item_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
resource_item_select
WITH
(Product_as_individual,
Product_as_individual_version,
Product_as_individual_view,
Product_group);
END_TYPE;
(*

The pb_security_classification_item type is an extension of the ss_security_classification_item type. It adds the data types Breakdown, Breakdown_element_definition, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Product_as_individual, Product_as_individual_view, Product_as_planned, Product_as_realized, Product_design_to_individual, Product_design_version_to_individual, Product_group, Product_group_membership and Product_group_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
pb_security_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_security_classification_item
WITH
(Breakdown,
Breakdown_element_definition,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Product_as_individual,
Product_as_individual_view,
Product_as_planned,
Product_as_realized,
Product_design_to_individual,
Product_design_version_to_individual,
Product_group,
Product_group_membership,
Product_group_relationship);
END_TYPE;
(*

The pb_selected_item_context_items type is an extension of the selected_item_context_items type. It adds the data types Breakdown, Product_as_individual and Product_as_individual_version to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
Each list member is the context in which the product or activity data is being identified as being a Selected_item.
EXPRESS specification:
*)
TYPE
pb_selected_item_context_items =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
selected_item_context_items
WITH
(Breakdown,
Product_as_individual,
Product_as_individual_version);
END_TYPE;
(*

The pb_state_definition_of_item type is an extension of the ss_state_definition_of_item type. It adds the data types Breakdown_element_definition, Breakdown_element_version, Product_as_individual, Product_as_individual_view, Product_as_planned, Product_as_realized and Product_group 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
pb_state_definition_of_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_state_definition_of_item
WITH
(Breakdown_element_definition,
Breakdown_element_version,
Product_as_individual,
Product_as_individual_view,
Product_as_planned,
Product_as_realized,
Product_group);
END_TYPE;
(*

The pb_state_of_item type is an extension of the ss_state_of_item type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_definition, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Product_as_individual, Product_as_individual_view, Product_as_planned, Product_as_realized and Product_group 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
pb_state_of_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_state_of_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_definition,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Product_as_individual,
Product_as_individual_view,
Product_as_planned,
Product_as_realized,
Product_group);
END_TYPE;
(*

The pb_string_select type is an extension of the ss_string_select type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Product_as_individual, Product_as_individual_version, Product_as_individual_view, Product_group and Product_group_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
pb_string_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_string_select
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Product_as_individual,
Product_as_individual_version,
Product_as_individual_view,
Product_group,
Product_group_relationship);
END_TYPE;
(*

The pb_work_output_item type is an extension of the work_output_item type. It adds the data types Breakdown, Breakdown_version, Product_as_individual, Product_as_individual_version, Product_as_individual_view and Product_group 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
pb_work_output_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
work_output_item
WITH
(Breakdown,
Breakdown_version,
Product_as_individual,
Product_as_individual_version,
Product_as_individual_view,
Product_group);
END_TYPE;
(*
*)
END_SCHEMA; -- Project_breakdown_arm
(*
© ISO 2011 — All rights reserved