Capability (C055):— representing_project_information Date: 2010/07/01 11:45:29
Revision: 1.20

Business DEX overview

Open issue Issue: SMB-1 by Sean Barker (2004-6-15) [minor_technical, open] - {Type = contents}
The reference data Owner states that the project is the owner of the information. Information ownership should be asserted using information rights.
Open issue Issue: NN-1 by Nigel Newling (2005-11-17) [minor_technical, open] - {Type = contents}
Reference data examples 'Critical' and 'LowPriority' are not included in the reference data section.

This capability provides the ability to represent project information including:

Information model overview

Representing project information

The representation of project information is based on the Project module entities:

Representing a project

A project is representated as a Project entity.

The Project attributes id, responsible_organizations and date attributes, are not used by this capability. This information should instead be represented by usage of Identification_assignment, Date_or_date_time_assignment and Organization_or_person_in_organization_assignment as described in the capabilities C001: assigning_identifiers, C036: assigning_date_time and C016: representing_person_organization respectively. Each assignment should be classifed to in accordance with the information that it represents.

A typical class of Identification_assignment is [ProjectIdentification]
[warning:]Error RDL1: The class ProjectIdentification does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
.

Typical classes of Date_or_date_time_assignment are [Start]
[warning:]Error RDL1: The class Start does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
and [End]
[warning:]Error RDL1: The class End does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
.

A typical class of Organization_or_person_in_organization_assignment is [Owner]
[warning:]Error RDL1: The class Owner does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml

A project can also be classified to describe different kind of project aspects. Typical values includes [Critical]
[warning:]Error RDL1: The class Critical does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
and [LowPriority]
[warning:]Error RDL1: The class LowPriority does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
.

NOTE    There might be multiple classifications of a project.

Representing project relationship

A relationship between Project entities is used to illustrate project sequences, project breakdowns etc. Relationships between project entities are represented as Project_relationships.

The relation_type attribute of Project_relationship is not used by this capability. This information should be provided by the usage of Classification assignment as described in the C010: assigning_reference_data capability. Typical values includes [Sequence]
[warning:]Error RDL1: The class Sequence does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
and [Decomposition]
[warning:]Error RDL1: The class Decomposition does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
.

Representing project assignment

An association between a project and the items that the project is related to is represented by Project_assignment.

The role attribute of Project_assignment is not used by this capability. This information should be provided by the usage of Classification assignment as described in the C010: assigning_reference_data capability. A typical value is [TargetItem]
[warning:]Error RDL1: The class TargetItem does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
.



Figure 1 —  Example of project information.

Figure 1 —  Example of project information.

 

Out of scope

Enumeration of entity types that a project could be assigned to is outside the scope of this capability.

Capability templates

The following sections define a set of templates for the capability, where a template is a specification of a set of entities that need to be instantiated to represent a given set of information.

Template: assigning_project (Short name: asg_proj)

This section specifies the template assigning_project.

NOTE  An explanation of a template and the associated instantiation path is provided in the Template overview section.

Description

This template describes how to represent the assignment of a Project to something else in the data set.

Model diagrams
The EXPRESS-G diagram in Figure 1 shows the templates and EXPRESS entities that are required to represent the template "assigning_project". The text highlighted in blue shows the template parameters.


Figure 1 —  An EXPRESS-G representation of the Information model for assigning_project

Figure 1 —  An EXPRESS-G representation of the Information model for assigning_project

The graphic for the template to be used in other EXPRESS-G diagrams is shown in Figure  2 below.


Figure 2 —  The graphical representation of the assigning_project template

Figure 2 —  The graphical representation of the assigning_project template

Input parameters
The following input parameters are defined for this template:
assigned_project (Type= 'ENTITY (Project)' )
The project being assigned to something.
role_class (Type='CLASS')
The name of the Class being used to classify the assignment of a Project (Project_assignment). This provides the role or reason for the assignment.
The following classes and their sub-classes can be used:
classifications: "Project_assignment" (urn:plcs:rdl:std:Project_assignment)
role_ecl_id (Default=urn:plcs:rdl:std,Type='URN', Optional)
The identifier of the External_class_library storing the definition of the Class referenced by the parameter @role_class.
items (Type= 'SELECT (project_item)' )
The items to which the project is assigned
Reference parameters
The following reference parameters are defined for this template:
proj_asg(Type='ENTITY (Project_assignment)')
Allow the Project_assignment entity instantiated in this path to be referenced when this template is used.
Note: The Project_assignment entity can be referenced in a template path by:
%^target = $assigning_project.proj_asg%
where target is the parameter to which the Project_assignment is bound.
Uniqueness constraints

The following parameter combinations specify a uniqueness constraint:
Unique constraint: Project assignment
Each instance of the entity (Project_assignment) within the data set shall be uniquely identified by a combination of the following parameters on this template (assigning_project) namely: assigned_project, items, role_class, role_ecl_id.
The instance is referenced by the following template parameter: proj_asg.
Instantiation path
The instantiation path shown below specifies the entities that are to be instantiated by the template.
A description of templates and the syntax for the instantiation path is provided in the Reading Capability Templates help section.
Project_assignment
%^proj_asg = Project_assignment%
Project_assignment.role = '/IGNORE'
Project_assignment.assigned_project -> @assigned_project
Project_assignment.items -> @items

-- provide the role of the project assignment
/assigning_reference_data(
    items=^proj_asg,
    class_name=@role_class,
    ecl_id=@role_ecl_id)/
The following entities are instantiated with attributes as specified:
Entity in path Value Inherited from
Project_assignment.role '/IGNORE'
Instance diagrams
The instance diagram in Figure  3 shows an example of the EXPRESS entities and templates that are instantiated by the template:
/assigning_project(assigned_project='#2', role_class='Project_deliverable', role_ecl_id='urn:plcs:rdl:sample', items='#1')/
(an illustration of the consolidated assigning_project template is shown in Figure 4 below.)


Figure 3 —  Entities instantiated by assigning_project template

Figure 3 —  Entities instantiated by assigning_project template

The instance model in STEP ASCII exchange file format (ISO 10303 Part 21 syntax) is:
#1 = PART('/IGNORE','/IGNORE','/IGNORE'); #2 = PROJECT('/IGNORE','/IGNORE','/IGNORE',(),$,$,$,$); #3 = PROJECT_ASSIGNMENT(#2,'/IGNORE',(#1)); #5 = CLASSIFICATION_ASSIGNMENT(#6,(#3),'/IGNORE'); #6 = EXTERNAL_CLASS('/NULL','Project_deliverable','/IGNORE',#7); #7 = EXTERNAL_CLASS_LIBRARY('urn:plcs:rdl:sample','/IGNORE');
The instance diagram in Figure 4 shows the graphic symbol for the template that is to be used in other instance diagrams. The example template is:
/assigning_project(assigned_project='#2', role_class='Project_deliverable', role_ecl_id='urn:plcs:rdl:sample', items='#1')/


Figure 4 —  Instantiation of assigning_project template

Figure 4 —  Instantiation of assigning_project template

Characterizations
No common characterizations of the template assigning_project have been identified. However, the ISO 10303-239 EXPRESS model may enable other assignments to the entities instantiated by the template.
Template: representing_project (Short name: rep_proj)

This section specifies the template representing_project.

NOTE  An explanation of a template and the associated instantiation path is provided in the Template overview section.

Description

This template describes how to represent a project.

Model diagrams
The EXPRESS-G diagram in Figure 1 shows the templates and EXPRESS entities that are required to represent the template "representing_project". The text highlighted in blue shows the template parameters.


Figure 1 —  An EXPRESS-G representation of the Information model for representing_project

Figure 1 —  An EXPRESS-G representation of the Information model for representing_project

The graphic for the template to be used in other EXPRESS-G diagrams is shown in Figure  2 below.


Figure 2 —  The graphical representation of the representing_project template

Figure 2 —  The graphical representation of the representing_project template

Input parameters
The following input parameters are defined for this template:
name (Type='STRING')
The name or identifier of the Project .
name_class (Default=Project_name,Type='CLASS')
The name of the class being used to classify the Project name or identifier (@name).
The following classes and their sub-classes can be used:
classifications: "Project_name" (urn:plcs:rdl:std:Project_name), "Project_identification_code" (urn:plcs:rdl:std:Project_identification_code)
name_class_ecl_id (Default=urn:plcs:rdl:std,Type='URN')
The identifier of the External_class_library storing the definition of the class referenced by the parameter @name_class.
name_owner (Type='STRING')
The name or identifier of the organization owning the project name/identifier.
name_owner_class (Default=Organization_name,Type='CLASS')
The name of the class being used to classify the identification of the organization. For example CAGE code, or organization name.
The following classes and their sub-classes can be used:
classifications: "Organization_identification_code" (urn:plcs:rdl:std:Organization_identification_code), "Organization_name" (urn:plcs:rdl:std:Organization_name)
name_owner_ecl_id (Default=urn:plcs:rdl:std,Type='URN')
The id of the External_class_library storing the definition of the class referenced by the parameter @name_owner_class.
Reference parameters
The following reference parameters are defined for this template:
project(Type='ENTITY (Project)')
Allow the Project entity instantiated in this path to be referenced when this template is used.
Note: The Project entity can be referenced in a template path by:
%^target = $representing_project.project%
where target is the parameter to which the Project is bound.
Uniqueness constraints

The following parameter combinations specify a uniqueness constraint:
Unique constraint: Project
Each instance of the entity (Project) within the data set shall be uniquely identified by a combination of the following parameters on this template (representing_project) namely: name, name_class, name_class_ecl_id, name_owner.
The instance is referenced by the following template parameter: project.
Instantiation path
The instantiation path shown below specifies the entities that are to be instantiated by the template.
A description of templates and the syntax for the instantiation path is provided in the Reading Capability Templates help section.
Project
%^project = Project%
Project.id = '/IGNORE'
Project.name = '/IGNORE'
Project.description = '/IGNORE'
/assigning_identification(
    id= @name,
    id_class_name= @name_class,
    id_ecl_id= @name_class_ecl_id,
    org_id= @name_owner,
    org_id_class_name= @name_owner_class,
    org_id_ecl_id= @name_owner_ecl_id,
    items= ^project)/
The following entities are instantiated with attributes as specified:
Entity in path Value Inherited from
Project.id '/IGNORE'
Project.name '/IGNORE'
Project.description '/IGNORE'
Instance diagrams
The instance diagram in Figure  3 shows an example of the EXPRESS entities and templates that are instantiated by the template:
/representing_project(name='Speedo-project', name_class='Project_name', name_class_ecl_id='urn:plcs:rdl:std', name_owner='The Bike Company', name_owner_class='Organization_name', name_owner_ecl_id='urn:plcs:rdl:std')/
(an illustration of the consolidated representing_project template is shown in Figure 4 below.)


Figure 3 —  Entities instantiated by representing_project template

Figure 3 —  Entities instantiated by representing_project template

The instance model in STEP ASCII exchange file format (ISO 10303 Part 21 syntax) is:
#2 = PROJECT('/IGNORE','/IGNORE','/IGNORE',(),$,$,$,$); #4 = IDENTIFICATION_ASSIGNMENT('Speedo-project','/IGNORE','/IGNORE',(#2)); #6 = CLASSIFICATION_ASSIGNMENT(#7,(#4),'/IGNORE'); #7 = EXTERNAL_CLASS('/NULL','Project_name','/IGNORE',#8); #8 = EXTERNAL_CLASS_LIBRARY('urn:plcs:rdl:std','/IGNORE'); #11 = ORGANIZATION('/IGNORE','/IGNORE'); #13 = IDENTIFICATION_ASSIGNMENT('The Bike Company','/IGNORE','/IGNORE',(#11)); #15 = CLASSIFICATION_ASSIGNMENT(#16,(#13),'/IGNORE'); #16 = EXTERNAL_CLASS('/NULL','Organization_name','/IGNORE',#8); #18 = ORGANIZATION_OR_PERSON_IN_ORGANIZATION_ASSIGNMENT(#11,'/IGNORE',(#4)); #20 = CLASSIFICATION_ASSIGNMENT(#21,(#18),'/IGNORE'); #21 = EXTERNAL_CLASS('/NULL','Owner_of','/IGNORE',#8);
The instance diagram in Figure 4 shows the graphic symbol for the template that is to be used in other instance diagrams. The example template is:
/representing_project(name='Speedo-project', name_class='Project_name', name_class_ecl_id='urn:plcs:rdl:std', name_owner='The Bike Company', name_owner_class='Organization_name', name_owner_ecl_id='urn:plcs:rdl:std')/


Figure 4 —  Instantiation of representing_project template

Figure 4 —  Instantiation of representing_project template

Characterizations
No common characterizations of the template representing_project have been identified. However, the ISO 10303-239 EXPRESS model may enable other assignments to the entities instantiated by the template.
Template: representing_information_collection (Short name: rep_info_cltn)

This section specifies the template representing_information_collection.

NOTE  An explanation of a template and the associated instantiation path is provided in the Template overview section.

Description

This template describes how to represent an Information collection. An information collection referes to all the data instances that has been gathered for a specific purpose.

Model diagrams
The EXPRESS-G diagram in Figure 1 shows the templates and EXPRESS entities that are required to represent the template "representing_information_collection". The text highlighted in blue shows the template parameters.


Figure 1 —  An EXPRESS-G representation of the Information model for representing_information_collection

Figure 1 —  An EXPRESS-G representation of the Information model for representing_information_collection

The graphic for the template to be used in other EXPRESS-G diagrams is shown in Figure  2 below.


Figure 2 —  The graphical representation of the representing_information_collection template

Figure 2 —  The graphical representation of the representing_information_collection template

Input parameters
The following input parameters are defined for this template:
info_collection_id (Type='STRING')
The identification of the information collection.
info_collection_id_class_name (Default=Information_collection_identification_code,Type='CLASS')
The name of the External_class that determines the type of identifier given by the input parameter @info_collection_id.
The following classes and their sub-classes can be used:
classifications: "Information_collection_identification_code" (urn:plcs:rdl:std:Information_collection_identification_code), "Information_collection_name" (urn:plcs:rdl:std:Information_collection_name)
info_collection_id_ecl_id (Default=urn:plcs:rdl:std,Type='URN')
The identification of the External_class_library storing the External_class given by the input parameter @info_collection_id_class_name.
info_collection_ver_id (Type='STRING')
The identification of the version of the defined information collection.
info_collection_ver_id_class_name (Default=Progression_identification_code,Type='CLASS')
The name of the External_class that determines the type of identifier given by the input parameter @info_collection_ver_id.
The following classes and their sub-classes can be used:
classifications: "Progression_identification_code" (urn:plcs:rdl:std:Progression_identification_code)
info_collection_ver_id_ecl_id (Default=urn:plcs:rdl:std,Type='URN')
The identification of the External_class_library storing the External_class given by the input parameter @info_collection_ver_id_class_name.
org_id (Type='STRING')
The identification or name of the Organization that "owns" the identification of the information collection and its version (@info_collection_id and @info_collection_ver_id).
org_id_class_name (Default=Organization_name,Type='CLASS')
The name of the External_class that determines the type of organization identification (@org_id) being used. For example NCAGE code.
The following classes and their sub-classes can be used:
classifications: "Organization_identification_code" (urn:plcs:rdl:std:Organization_identification_code), "Organization_name" (urn:plcs:rdl:std:Organization_name)
org_id_ecl_id (Default=urn:plcs:rdl:std,Type='URN')
The identification of the External_class_library storing the External_class given by the input parameter @org_id_class_name
info_collection_type (Default=Information_collection,Type='CLASS')
The name of the External_class that determines the type of information collection being defined.
The following classes and their sub-classes can be used:
classifications: "Information_collection" (urn:plcs:rdl:std:Information_collection)
info_collection_type_ecl_id (Default=urn:plcs:rdl:std,Type='URN')
The identification of the External_class_library storing the External_class given by the input parameter @info_collection_type
Reference parameters
The following reference parameters are defined for this template:
info_collection(Type='ENTITY (Document)')
Allow the Document entity instantiated in this path to be referenced when this template is used.
Note: The Document entity can be referenced in a template path by:
%^target = $representing_information_collection.info_collection%
where target is the parameter to which the Document is bound.
info_collection_ver(Type='ENTITY (Document_version)')
Allow the Document_version entity instantiated in this path to be referenced when this template is used.
Note: The Document_version entity can be referenced in a template path by:
%^target = $representing_information_collection.info_collection_ver%
where target is the parameter to which the Document_version is bound.
Uniqueness constraints

The following parameter combinations specify a uniqueness constraint:
Unique constraint: Unique Information Collection
Each instance of the entity (Document) within the data set shall be uniquely identified by a combination of the following parameters on this template (representing_information_collection) namely: info_collection_id, info_collection_id_class_name, info_collection_id_ecl_id, info_collection_id, info_collection_id_class_name, info_collection_id_ecl_id.
The instance is referenced by the following template parameter: info_collection.
This rule means that there can be only one information collection with any given identifier.
Unique constraint: Unique Information Collection Version
Each instance of the entity (Document_version) within the data set shall be uniquely identified by a combination of the following parameters on this template (representing_information_collection) namely: info_collection_id, info_collection_id_class_name, info_collection_id_ecl_id, info_collection_id, info_collection_id_class_name, info_collection_id_ecl_id, info_collection_ver_id, info_collection_ver_id_class_name, info_collection_ver_id_ecl_id.
The instance is referenced by the following template parameter: info_collection_ver.
This rule means that there can be only one version of an information collection with any given identifier.
Instantiation path
The instantiation path shown below specifies the entities that are to be instantiated by the template.
A description of templates and the syntax for the instantiation path is provided in the Reading Capability Templates help section.
Document

-- Mark the Document entity (representing the Information Collection) as
-- referable when this template is used by binding it to the reference
-- parameter info_collection
%^info_collection = Document%
Document.id = '/IGNORE'
Document.name = '/IGNORE'
Document.description = '/IGNORE'

-- Provide the role of the Document as an Information Collection, by classification
/assigning_reference_data(
    items=^info_collection,
    class_name=@info_collection_type,
    ecl_id=@info_collection_type_ecl_id)/

-- assign the identification to the Document (Information Collection)
/assigning_identification(
    items=^info_collection,
    id=@info_collection_id,
    id_class_name=@info_collection_id_class_name,
    id_ecl_id=@info_collection_id_ecl_id,
    org_id=@org_id,
    org_id_class_name=@org_id_class_name,
    org_id_ecl_id=@org_id_ecl_id)/

-- Mark the Document_version entity (representing the Information Collection Version)
-- as referable when this template is used by binding it to the reference
-- parameter info_collection_ver
Document_version
%^info_collection_ver = Document_version%
Document_version.id = '/IGNORE'
Document_version.description = '/IGNORE'
Document_version.of_product -> ^info_collection

-- assign the identification to the Document_version (Information Collection Version)
/assigning_identification(
    items=^info_collection_ver,
    id=@info_collection_ver_id,
    id_class_name=@info_collection_ver_id_class_name,
    id_ecl_id=@info_collection_ver_id_ecl_id,
    org_id=@org_id,
    org_id_class_name=@org_id_class_name,
    org_id_ecl_id=@org_id_ecl_id)/
The following entities are instantiated with attributes as specified:
Entity in path Value Inherited from
Document.id '/IGNORE' Product.id
Document.name '/IGNORE' Product.name
Document.description '/IGNORE' Product.description
Document_version.id '/IGNORE' Product_version.id
Document_version.description '/IGNORE' Product_version.description
Instance diagrams
The instance diagram in Figure  3 shows an example of the EXPRESS entities and templates that are instantiated by the template:
/representing_information_collection(info_collection_id='Bike X15 design review', info_collection_id_class_name='Information_collection_name', info_collection_id_ecl_id='urn:plcs:rdl:std', info_collection_ver_id='1', info_collection_ver_id_class_name='Progression_identification_code', info_collection_ver_id_ecl_id='urn:plcs:rdl:std', org_id='Bike Ltd', org_id_class_name='Organization_name', org_id_ecl_id='urn:plcs:rdl:std', info_collection_type='Design_review_baseline', info_collection_ecl_id='urn:plcs:rdl:sample')/
(an illustration of the consolidated representing_information_collection template is shown in Figure 4 below.)


Figure 3 —  Entities instantiated by representing_information_collection template

Figure 3 —  Entities instantiated by representing_information_collection template

The instance diagram in Figure 4 shows the graphic symbol for the template that is to be used in other instance diagrams. The example template is:
/representing_information_collection(info_collection_id='Bike X15 design review', info_collection_id_class_name='Information_collection_name', info_collection_id_ecl_id='urn:plcs:rdl:std', info_collection_ver_id='1', info_collection_ver_id_class_name='Progression_identification_code', info_collection_ver_id_ecl_id='urn:plcs:rdl:std', org_id='Bike Ltd', org_id_class_name='Organization_name', org_id_ecl_id='urn:plcs:rdl:std', info_collection_type='Design_review_baseline', info_collection_ecl_id='urn:plcs:rdl:sample')/


Figure 4 —  Instantiation of representing_information_collection template

Figure 4 —  Instantiation of representing_information_collection template

Characterizations
No common characterizations of the template representing_information_collection have been identified. However, the ISO 10303-239 EXPRESS model may enable other assignments to the entities instantiated by the template.
Template: assigning_information_collection (Short name: asg_info_cltn)

This section specifies the template assigning_information_collection.

NOTE  An explanation of a template and the associated instantiation path is provided in the Template overview section.

Description

This template describes how to represent the assignment of an information collection, either to a member of the information collection, or to the object for which the information collection is defined.

Model diagrams
The EXPRESS-G diagram in Figure 1 shows the templates and EXPRESS entities that are required to represent the template "assigning_information_collection". The text highlighted in blue shows the template parameters.


Figure 1 —  An EXPRESS-G representation of the Information model for assigning_information_collection

Figure 1 —  An EXPRESS-G representation of the Information model for assigning_information_collection

The graphic for the template to be used in other EXPRESS-G diagrams is shown in Figure  2 below.


Figure 2 —  The graphical representation of the assigning_information_collection template

Figure 2 —  The graphical representation of the assigning_information_collection template

Input parameters
The following input parameters are defined for this template:
info_collection_ver (Type= 'ENTITY (Document_version)' )
The information collection which is assigned to either its members or its target object.
items (Type= 'SELECT (documented_element_select)' )
The target of the assignment, i.e. the entity instance that is either a member or the target for the information collection.
role (Type='CLASS')
The name of the External_class used to determine the the role of the assignment.
The following classes and their sub-classes can be used:
classifications: "Information_collection_member" (urn:plcs:rdl:std:Information_collection_member), "Information_collection_target" (urn:plcs:rdl:std:Information_collection_target)
role_ecl_id (Default=urn:plcs:rdl:std,Type='URN')
The identifier of the External_class_library storing the definition of the External_class referenced by the parameter @role.
Reference parameters
The following reference parameters are defined for this template:
info_collection_asg(Type='ENTITY (Document_assignment)')
Allow the Document_assignment entity instantiated in this path to be referenced when this template is used.
Note: The Document_assignment entity can be referenced in a template path by:
%^target = $assigning_information_collection.info_collection_asg%
where target is the parameter to which the Document_assignment is bound.
Uniqueness constraints

The following parameter combinations specify a uniqueness constraint:
Unique constraint: Information_collection_assignment
Each instance of the entity (Document_assignment) within the data set shall be uniquely identified by a combination of the following parameters on this template (assigning_information_collection) namely: info_collection_ver, items, role, role_ecl_id.
The instance is referenced by the following template parameter: info_collection_asg.
Instantiation path
The instantiation path shown below specifies the entities that are to be instantiated by the template.
A description of templates and the syntax for the instantiation path is provided in the Reading Capability Templates help section.
Document_assignment
Document_assignment.role = '/IGNORE'
Document_assignment.is_assigned_to -> @items

-- Mark the Document_assignment entity representing the information collection assignment
-- as referable when this template is used.
-- In other words, bind the Document_assignment instance to the reference
-- parameter info_collection_asg
%^info_collection_asg = Document_assignment%

-- Assign the role through ref data
/assigning_reference_data(
    items=^info_collection_asg,
    class_name=@role,
    ecl_id=@role_ecl_id)/

-- Assign the document representing the information collection to be used
Document_assignment.assigned_document -> @info_collection_ver
The following entities are instantiated with attributes as specified:
Entity in path Value Inherited from
Document_assignment.role '/IGNORE'
Instance diagrams
The instance diagram in Figure  3 shows an example of the EXPRESS entities and templates that are instantiated by the template:
/assigning_information_collection(info_collection_ver='#2', items='#4', role='Information_collection_member', role_ecl_id='urn:plcs:rdl:sample')/
(an illustration of the consolidated assigning_information_collection template is shown in Figure 4 below.)


Figure 3 —  Entities instantiated by assigning_information_collection template

Figure 3 —  Entities instantiated by assigning_information_collection template

The instance diagram in Figure 4 shows the graphic symbol for the template that is to be used in other instance diagrams. The example template is:
/assigning_information_collection(info_collection_ver='#2', items='#4', role='Information_collection_member', role_ecl_id='urn:plcs:rdl:sample')/


Figure 4 —  Instantiation of assigning_information_collection template

Figure 4 —  Instantiation of assigning_information_collection template

Characterizations
No common characterizations of the template assigning_information_collection have been identified. However, the ISO 10303-239 EXPRESS model may enable other assignments to the entities instantiated by the template.

Related capabilities

This capability "Representing project information" is related to the following capabilities:

Dependent capabilities

This capability "Representing project information" is dependent on the following capabilities:

Related standards

Relationship to the PDM Modules (PDM Schema) usage of the Project entity.

This capability excludes the Project entity attributes; id, planned_start_date, planned_end_date, actual_start_date, actual_end_date and responsible_organizations. This information should instead be exchanged using Identification_assignment, Date_or_date_time_assignment and Organization_or_person_in_organization_assignment as described in the capabilities C001: assigning_identifiers   C036: assigning_date_time and C016: representing_person_organization, together with the reference data defined below.

Model reference data

The following classes of reference data are required for this capability:

[Owner]
[warning:]Error RDL1: The class Owner does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
[Start]
[warning:]Error RDL1: The class Start does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
[End]
[warning:]Error RDL1: The class End does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
[ProjectIdentification]
[warning:]Error RDL1: The class ProjectIdentification does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
[Sequence]
[warning:]Error RDL1: The class Sequence does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
[Decomposition]
[warning:]Error RDL1: The class Decomposition does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml
[TargetItem]
[warning:]Error RDL1: The class TargetItem does not exist in RDL at URI urn:plcs:rdl:std. Check the dexlib/data/refdata/rdl_index.xml

© OASIS 2010 — All rights reserved