AP scope | AP module | AP contents | AP index | |
Application module: Project breakdown | ISO/WD 10303-1436 |
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.
The following EXPRESS specification 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
Product_relationship_arm;
--
ISO/TS 10303-1024
USE FROM
Product_version_relationship_arm;
--
ISO/TS 10303-1020
USE FROM
Schedule_arm;
--
ISO/WD 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 Product_relationship_arm ISO/TS 10303-1024 Product_version_relationship_arm ISO/TS 10303-1020 Schedule_arm ISO/WD 10303-1437 Selected_item_arm ISO/TS 10303-1357
NOTE 2 See Annex C, Figures C.1, C.2, C.3, C.4, C.5, C.6, C.7, C.8, C.9, C.10, C.11, C.12, C.13, C.14, C.15, C.16, C.17, C.18, C.19, C.20, C.21, C.22, C.23, C.24, C.25, C.26, C.27, C.28, C.29, C.30, C.31, C.32and C.33 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 types Independent_property, Product, Product_concept, Product_configuration, Product_group, Product_version, Product_version_relationship, Product_view_definition, Project 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_activity_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_activity_item
WITH
(Independent_property,
Product,
Product_concept,
Product_configuration,
Product_group,
Product_version,
Product_version_relationship,
Product_view_definition,
Project,
View_definition_relationship);
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, Product_as_individual, Product_as_individual_version, Product_as_individual_view, Product_concept, Product_configuration, Product_group, Product_version, Product_version_relationship, Product_view_definition, Project 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_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,
Product_as_individual,
Product_as_individual_version,
Product_as_individual_view,
Product_concept,
Product_configuration,
Product_group,
Product_version,
Product_version_relationship,
Product_view_definition,
Project,
View_definition_relationship);
END_TYPE;
(*
The pb_affected_item_select type is an extension of the affected_item_select type. It adds the data types Product, Product_group, Product_version, Product_view_definition, Project, Project_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.
EXPRESS specification:
*)
TYPE
pb_affected_item_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
affected_item_select
WITH
(Product,
Product_group,
Product_version,
Product_view_definition,
Project,
Project_assignment,
View_definition_relationship);
END_TYPE;
(*
The pb_approval_item type is an extension of the mri_approval_item type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_definition, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Breakdown_version, Independent_property, Independent_property_relationship, Product_as_individual, Product_as_planned, Product_as_realized, Product_category_hierarchy, Product_concept, Product_configuration, 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, Product_relationship, Product_version_relationship, Product_view_definition, Project, Project_assignment, Selected_item_assignment, 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.
EXPRESS specification:
*)
TYPE
pb_approval_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
mri_approval_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_definition,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Breakdown_version,
Independent_property,
Independent_property_relationship,
Product_as_individual,
Product_as_planned,
Product_as_realized,
Product_category_hierarchy,
Product_concept,
Product_configuration,
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,
Product_relationship,
Product_version_relationship,
Product_view_definition,
Project,
Project_assignment,
Selected_item_assignment,
View_definition_context,
View_definition_relationship);
END_TYPE;
(*
The pb_certification_item type is an extension of the certification_item type. It adds the data types Breakdown, Independent_property, Independent_property_relationship, Product_as_individual, Product_as_planned, Product_as_realized, Product_configuration, Product_group, Product_group_relationship, Product_version_relationship, Product_view_definition, Project, View_definition_context, View_definition_relationship and View_definition_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.
EXPRESS specification:
*)
TYPE
pb_certification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
certification_item
WITH
(Breakdown,
Independent_property,
Independent_property_relationship,
Product_as_individual,
Product_as_planned,
Product_as_realized,
Product_configuration,
Product_group,
Product_group_relationship,
Product_version_relationship,
Product_view_definition,
Project,
View_definition_context,
View_definition_relationship,
View_definition_usage);
END_TYPE;
(*
The pb_classification_item type is an extension of the classification_item type. It adds the data types Breakdown, Breakdown_context, Breakdown_element, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Breakdown_of, Independent_property, Independent_property_relationship, Item_design_association, Market, Product, Product_as_planned, Product_as_realized, Product_category, Product_concept, Product_configuration, Product_design_to_individual, Product_design_version_to_individual, Product_group, Product_group_relationship, Product_planned_to_realized, Product_relationship, Product_version, Product_version_relationship, Product_view_definition, Project, Project_assignment, Project_relationship, Selected_item, Selected_item_assignment, 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.
EXPRESS specification:
*)
TYPE
pb_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
classification_item
WITH
(Breakdown,
Breakdown_context,
Breakdown_element,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Breakdown_of,
Independent_property,
Independent_property_relationship,
Item_design_association,
Market,
Product,
Product_as_planned,
Product_as_realized,
Product_category,
Product_concept,
Product_configuration,
Product_design_to_individual,
Product_design_version_to_individual,
Product_group,
Product_group_relationship,
Product_planned_to_realized,
Product_relationship,
Product_version,
Product_version_relationship,
Product_view_definition,
Project,
Project_assignment,
Project_relationship,
Selected_item,
Selected_item_assignment,
Supplied_part_relationship,
View_definition_context,
View_definition_relationship);
END_TYPE;
(*
The pb_classified_attribute_select type is an extension of the classified_attribute_select type. It adds the data types Breakdown_context, Breakdown_element_realization, Breakdown_element_usage, Independent_property, Independent_property_relationship, Market, Product, Product_category, Product_concept, Product_relationship, Product_version_relationship, Product_view_definition, Project_assignment, Project_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.
EXPRESS specification:
*)
TYPE
pb_classified_attribute_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
classified_attribute_select
WITH
(Breakdown_context,
Breakdown_element_realization,
Breakdown_element_usage,
Independent_property,
Independent_property_relationship,
Market,
Product,
Product_category,
Product_concept,
Product_relationship,
Product_version_relationship,
Product_view_definition,
Project_assignment,
Project_relationship,
View_definition_context,
View_definition_relationship);
END_TYPE;
(*
The pb_condition_evaluation_item type is an extension of the ss_condition_evaluation_item type. It adds the data types 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_condition_evaluation_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_condition_evaluation_item
WITH
(Product_definition_element_relationship,
Product_group,
Product_group_membership,
Product_group_relationship,
View_definition_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 Independent_property_relationship, Product, Product_as_individual, Product_category_assignment, Product_concept, Product_definition_element_relationship, Product_version, Product_version_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_condition_evaluation_parameter_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_condition_evaluation_parameter_item
WITH
(Independent_property_relationship,
Product,
Product_as_individual,
Product_category_assignment,
Product_concept,
Product_definition_element_relationship,
Product_version,
Product_version_relationship,
View_definition_relationship);
END_TYPE;
(*
The pb_condition_item type is an extension of the condition_item type. It adds the data types 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_condition_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
condition_item
WITH
(Product_definition_element_relationship,
Product_group,
Product_group_membership,
Product_group_relationship,
View_definition_relationship);
END_TYPE;
(*
The pb_condition_parameter_item type is an extension of the condition_parameter_item type. It adds the data types Product, Product_as_individual, Product_category_assignment, Product_concept, Product_definition_element_relationship, Product_version, Product_view_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.
EXPRESS specification:
*)
TYPE
pb_condition_parameter_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
condition_parameter_item
WITH
(Product,
Product_as_individual,
Product_category_assignment,
Product_concept,
Product_definition_element_relationship,
Product_version,
Product_view_definition,
View_definition_relationship);
END_TYPE;
(*
The pb_contract_item type is an extension of the contract_item type. It adds the data types Breakdown, Breakdown_element, Breakdown_version, Product, Product_as_individual, Product_as_planned, Product_as_realized, Product_concept, Product_configuration, Product_design_to_individual, Product_design_version_to_individual, Product_group, Product_group_relationship, Product_version, Project, Project_assignment and Supplied_part_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_contract_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
contract_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_version,
Product,
Product_as_individual,
Product_as_planned,
Product_as_realized,
Product_concept,
Product_configuration,
Product_design_to_individual,
Product_design_version_to_individual,
Product_group,
Product_group_relationship,
Product_version,
Project,
Project_assignment,
Supplied_part_relationship);
END_TYPE;
(*
The pb_date_or_date_time_item type is an extension of the mri_date_or_date_time_item type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Independent_property, Independent_property_relationship, Product_as_planned, Product_as_realized, Product_category_assignment, Product_concept, Product_configuration, Product_design_to_individual, Product_design_version_to_individual, Product_group, Product_group_membership, Product_group_relationship, Product_planned_to_realized, Product_relationship, Product_version, Product_version_relationship, Product_view_definition, Project, Project_assignment, Selected_item, Selected_item_assignment and View_definition_context to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pb_date_or_date_time_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
mri_date_or_date_time_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Independent_property,
Independent_property_relationship,
Product_as_planned,
Product_as_realized,
Product_category_assignment,
Product_concept,
Product_configuration,
Product_design_to_individual,
Product_design_version_to_individual,
Product_group,
Product_group_membership,
Product_group_relationship,
Product_planned_to_realized,
Product_relationship,
Product_version,
Product_version_relationship,
Product_view_definition,
Project,
Project_assignment,
Selected_item,
Selected_item_assignment,
View_definition_context);
END_TYPE;
(*
The pb_documented_element_select type is an extension of the documented_element_select type. It adds the data types Breakdown, Breakdown_context, Breakdown_element, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Independent_property, Independent_property_relationship, Market, Product, Product_as_planned, Product_as_realized, Product_concept, Product_configuration, Product_design_to_individual, Product_design_version_to_individual, Product_group, Product_group_membership, Product_group_relationship, Product_planned_to_realized, Product_relationship, Product_version, Product_version_relationship, Product_view_definition, Project, Selected_item 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_documented_element_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
documented_element_select
WITH
(Breakdown,
Breakdown_context,
Breakdown_element,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Independent_property,
Independent_property_relationship,
Market,
Product,
Product_as_planned,
Product_as_realized,
Product_concept,
Product_configuration,
Product_design_to_individual,
Product_design_version_to_individual,
Product_group,
Product_group_membership,
Product_group_relationship,
Product_planned_to_realized,
Product_relationship,
Product_version,
Product_version_relationship,
Product_view_definition,
Project,
Selected_item,
View_definition_relationship);
END_TYPE;
(*
The pb_effectivity_item type is an extension of the 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, Product_as_individual, Product_as_individual_version, Product_as_individual_view, Product_configuration, Product_design_to_individual, Product_design_version_to_individual, Product_group, Product_group_membership, Product_group_relationship, Product_planned_to_realized, Product_relationship, Product_version, Product_version_relationship, Product_view_definition, Project_assignment and Selected_item_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pb_effectivity_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
effectivity_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_definition,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Breakdown_of,
Breakdown_version,
Product,
Product_as_individual,
Product_as_individual_version,
Product_as_individual_view,
Product_configuration,
Product_design_to_individual,
Product_design_version_to_individual,
Product_group,
Product_group_membership,
Product_group_relationship,
Product_planned_to_realized,
Product_relationship,
Product_version,
Product_version_relationship,
Product_view_definition,
Project_assignment,
Selected_item_assignment);
END_TYPE;
(*
The pb_event_item type is an extension of the event_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.
EXPRESS specification:
*)
TYPE
pb_event_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
event_item
WITH
(Project);
END_TYPE;
(*
The pb_identification_item type is an extension of the mri_identification_item type. It adds the data types Breakdown, Breakdown_context, Breakdown_element, Breakdown_element_version, Breakdown_of, Breakdown_version, Independent_property, Independent_property_relationship, Market, Product_as_individual, Product_as_individual_version, Product_as_individual_view, Product_as_planned, Product_as_realized, Product_concept, Product_configuration, Product_group, Product_group_membership, Product_group_relationship, Product_relationship, Product_version, Product_view_definition, Project, View_definition_context, View_definition_relationship and View_definition_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.
EXPRESS specification:
*)
TYPE
pb_identification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
mri_identification_item
WITH
(Breakdown,
Breakdown_context,
Breakdown_element,
Breakdown_element_version,
Breakdown_of,
Breakdown_version,
Independent_property,
Independent_property_relationship,
Market,
Product_as_individual,
Product_as_individual_version,
Product_as_individual_view,
Product_as_planned,
Product_as_realized,
Product_concept,
Product_configuration,
Product_group,
Product_group_membership,
Product_group_relationship,
Product_relationship,
Product_version,
Product_view_definition,
Project,
View_definition_context,
View_definition_relationship,
View_definition_usage);
END_TYPE;
(*
The pb_information_usage_right_item type is an extension of the 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, Product_as_realized, Product_configuration and Supplied_part_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_information_usage_right_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
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,
Product_configuration,
Supplied_part_relationship);
END_TYPE;
(*
The pb_justification_item type is an extension of the justification_item type. It adds the data types Breakdown, Breakdown_of, Independent_property, Independent_property_relationship, Product, Product_version, Product_version_relationship, Product_view_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.
EXPRESS specification:
*)
TYPE
pb_justification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
justification_item
WITH
(Breakdown,
Breakdown_of,
Independent_property,
Independent_property_relationship,
Product,
Product_version,
Product_version_relationship,
Product_view_definition,
View_definition_relationship);
END_TYPE;
(*
The pb_justification_support_item type is an extension of the justification_support_item type. It adds the data types Breakdown, Breakdown_of, Independent_property, Independent_property_relationship, Product, Product_version, Product_version_relationship, Product_view_definition, Project 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_justification_support_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
justification_support_item
WITH
(Breakdown,
Breakdown_of,
Independent_property,
Independent_property_relationship,
Product,
Product_version,
Product_version_relationship,
Product_view_definition,
Project,
View_definition_relationship);
END_TYPE;
(*
The pb_location_assignment_select type is an extension of the location_assignment_select type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_definition, Breakdown_version, Market, Product, Product_concept, Product_group, Product_relationship, Product_version, Product_view_definition, Project 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_location_assignment_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
location_assignment_select
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_definition,
Breakdown_version,
Market,
Product,
Product_concept,
Product_group,
Product_relationship,
Product_version,
Product_view_definition,
Project,
View_definition_relationship);
END_TYPE;
(*
The pb_observed_context type is an extension of the observed_context type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_definition, Breakdown_version, Product, Product_group, Product_version, Product_view_definition, Project, Project_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.
EXPRESS specification:
*)
TYPE
pb_observed_context =
EXTENSIBLE
SELECT
BASED_ON
observed_context
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_definition,
Breakdown_version,
Product,
Product_group,
Product_version,
Product_view_definition,
Project,
Project_assignment,
View_definition_relationship);
END_TYPE;
(*
The pb_organization_or_person_in_organization_item type is an extension of the mri_organization_or_person_in_organization_item type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_definition, Breakdown_element_usage, Breakdown_element_version, Independent_property, Independent_property_relationship, Product_as_individual, Product_as_planned, Product_as_realized, Product_category, Product_category_assignment, Product_configuration, Product_group, Product_group_membership, Product_group_relationship, Product_relationship, Product_version, Product_version_relationship, Project, Project_assignment, Selected_item, Selected_item_assignment and View_definition_context to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pb_organization_or_person_in_organization_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
mri_organization_or_person_in_organization_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_definition,
Breakdown_element_usage,
Breakdown_element_version,
Independent_property,
Independent_property_relationship,
Product_as_individual,
Product_as_planned,
Product_as_realized,
Product_category,
Product_category_assignment,
Product_configuration,
Product_group,
Product_group_membership,
Product_group_relationship,
Product_relationship,
Product_version,
Product_version_relationship,
Project,
Project_assignment,
Selected_item,
Selected_item_assignment,
View_definition_context);
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.
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.
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.
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.
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 project_item type. It adds the data types Breakdown, Independent_property, Product, Product_concept, Product_configuration, Product_group, Product_group_membership, Product_group_relationship and Product_version to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pb_project_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
project_item
WITH
(Breakdown,
Independent_property,
Product,
Product_concept,
Product_configuration,
Product_group,
Product_group_membership,
Product_group_relationship,
Product_version);
END_TYPE;
(*
The pb_property_assignment_select type is an extension of the ss_property_assignment_select type. It adds the data types Breakdown_element_realization, Breakdown_element_usage, Product_group_membership, Product_view_definition and Project to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pb_property_assignment_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_property_assignment_select
WITH
(Breakdown_element_realization,
Breakdown_element_usage,
Product_group_membership,
Product_view_definition,
Project);
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, Product_group and Project to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
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,
Project);
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.
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 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_configuration, Product_design_to_individual, Product_design_version_to_individual, Product_group, Product_group_membership, Product_group_relationship and Product_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_security_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
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_configuration,
Product_design_to_individual,
Product_design_version_to_individual,
Product_group,
Product_group_membership,
Product_group_relationship,
Product_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, Product_as_individual_version, Product_concept, Product_configuration and Project to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pb_selected_item_context_items =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
selected_item_context_items
WITH
(Breakdown,
Product_as_individual,
Product_as_individual_version,
Product_concept,
Product_configuration,
Project);
END_TYPE;
(*
The pb_selected_item_select type is an extension of the selected_item_select type. It adds the data types Product and Product_version to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pb_selected_item_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
selected_item_select
WITH
(Product,
Product_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, Breakdown_element, Breakdown_element_definition, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Breakdown_version, Product, Product_as_individual, Product_as_individual_view, Product_as_planned, Product_as_realized, Product_category, Product_concept, Product_configuration, Product_group, Product_version, Project 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_state_definition_of_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
ss_state_definition_of_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_definition,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Breakdown_version,
Product,
Product_as_individual,
Product_as_individual_view,
Product_as_planned,
Product_as_realized,
Product_category,
Product_concept,
Product_configuration,
Product_group,
Product_version,
Project,
View_definition_relationship);
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, Breakdown_version, Product, Product_as_individual, Product_as_individual_view, Product_as_planned, Product_as_realized, Product_concept, Product_configuration, Product_group, Product_version, Project 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_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,
Breakdown_version,
Product,
Product_as_individual,
Product_as_individual_view,
Product_as_planned,
Product_as_realized,
Product_concept,
Product_configuration,
Product_group,
Product_version,
Project,
View_definition_relationship);
END_TYPE;
(*
The pb_string_select type is an extension of the mri_string_select type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Independent_property, Independent_property_relationship, Product_as_individual, Product_as_individual_version, Product_as_individual_view, Product_category, Product_configuration, Product_group, Product_group_relationship and Product_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_string_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
mri_string_select
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Independent_property,
Independent_property_relationship,
Product_as_individual,
Product_as_individual_version,
Product_as_individual_view,
Product_category,
Product_configuration,
Product_group,
Product_group_relationship,
Product_relationship);
END_TYPE;
(*
The pb_time_interval_item type is an extension of the time_interval_item type. It adds the data types Breakdown, Breakdown_element, Breakdown_element_realization, Breakdown_element_usage, Breakdown_element_version, Independent_property, Independent_property_relationship, Product_as_planned, Product_as_realized, Product_category_assignment, Product_concept, Product_configuration, Product_design_to_individual, Product_design_version_to_individual, Product_group, Product_group_membership, Product_group_relationship, Product_planned_to_realized, Product_relationship, Product_version, Product_version_relationship, Product_view_definition, Project, Project_assignment, Selected_item, Selected_item_assignment and View_definition_context to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pb_time_interval_item =
EXTENSIBLE
SELECT
BASED_ON
time_interval_item
WITH
(Breakdown,
Breakdown_element,
Breakdown_element_realization,
Breakdown_element_usage,
Breakdown_element_version,
Independent_property,
Independent_property_relationship,
Product_as_planned,
Product_as_realized,
Product_category_assignment,
Product_concept,
Product_configuration,
Product_design_to_individual,
Product_design_version_to_individual,
Product_group,
Product_group_membership,
Product_group_relationship,
Product_planned_to_realized,
Product_relationship,
Product_version,
Product_version_relationship,
Product_view_definition,
Project,
Project_assignment,
Selected_item,
Selected_item_assignment,
View_definition_context);
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, Product_as_individual, Product_as_individual_version, Product_as_individual_view, Product_group, Product_version, Product_view_definition, Project and Project_assignment to the list of alternate data types.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
pb_work_output_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
work_output_item
WITH
(Breakdown,
Breakdown_version,
Product,
Product_as_individual,
Product_as_individual_version,
Product_as_individual_view,
Product_group,
Product_version,
Product_view_definition,
Project,
Project_assignment);
END_TYPE;
(*
*)
END_SCHEMA; -- Project_breakdown_arm
(*
© ISO — All rights reserved