Template:— training_course_delivery_feedback (trng_crs_del_fbk)
Context:— UK_Defence
Date: 2010/02/24 20:00:09
Revision: 1.5

This section specifies the template training_course_delivery_feedback.

NOTE  The template has been defined in the context of UK_Defence. Refer to the business context for details of related templates.

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 feedback that originates from training activities.

Business perspective

This information object represents feedback that originates from training activities.

Business object definition


Figure 1 —  Graphical Representation for Business Object Training Course Delivery Feedback

Figure 1 —  Graphical Representation for Business Object Training Course Delivery Feedback

Training Course Delivery Feedback:

Attribute name

Attribute description

Attribute type

Optionality

Comments This is a description of comments that are made as part of the feedback. intrinsic Optional
ID This is the identifier of the training course delivery feedback intrinsic Mandatory
Quality of equipment and materials This is the description of the quality of the equipment and materials used in the training activity. intrinsic Optional
Quality of facilities This is the description of the quality of the facilities used for the training activity. intrinsic Optional
Quality of management This is the description of the quality of the management and administration of the training provided. intrinsic Optional
Quality of teachers and teaching This is the description of the quality of teachers and the teaching. intrinsic Optional
Recommendation This is the description of the recommendations made as part of the feedback on the training course design. intrinsic Optional
Related training course delivery This is the reference to the related training course delivery activity. Relationship to Training Course Delivery Mandatory

Table 1 — Training Course Delivery Feedback attribute details:

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


Figure 2 —  An EXPRESS-G representation of the Information model for training_course_delivery_feedback

Figure 2 —  An EXPRESS-G representation of the Information model for training_course_delivery_feedback

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


Figure 3 —  The graphical representation of the training_course_delivery_feedback template

Figure 3 —  The graphical representation of the training_course_delivery_feedback template

Input parameters
The following input parameters are defined for this template:
comments (Type='STRING', Optional)
This is a description of comments that are made as part of the feedback..
ID (Type='STRING')
This is the identifier of the training course delivery feedback.
ID_source_organization (Type='STRING')
The organization that created the identifier. Additionally a Person or Information System could be defined when either of these are the source; see Identifier template.
quality_of_equipment_and_materials (Type='STRING', Optional)
This is the description of the quality of the equipment and materials used in the training activity.
quality_of_facilities (Type='STRING', Optional)
This is the description of the quality of the facilities used for the training activity.
quality_of_management (Type='STRING', Optional)
This is the description of the quality of the management and administration of the training provided.
quality_of_teachers_and_teaching (Type='STRING', Optional)
This is the description of the quality of teachers and the teaching.
recommendation (Type='STRING', Optional)
This is the description of the recommendations made as part of the feedback on the training course design.
related_training_course_delivery (Type= 'ENTITY (Activity)' )
This is the reference to the related training course delivery activity.
Reference parameters
The following reference parameters are defined for this template:
training_course_delivery_feedback(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 = $training_course_delivery_feedback.training_course_delivery_feedback%
where target is the parameter to which the Document is bound.
Uniqueness constraints

The following parameter combinations specify a uniqueness constraint:
Unique constraint: Training_course_delivery_feedback
Each instance of the entity (Document) within the data set shall be uniquely identified by the following parameters on this template (training_course_delivery_feedback) namely: ID.
The instance is referenced by the following template parameter: training_course_delivery_feedback.
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 Templates Help/Information section.
-- Representing document
/representing_document(
    doc_id=@ID,
    doc_id_class_name='Training_course_delivery_feedback_identifier',
    doc_id_ecl_id='urn:plcs:rdl:uk_defence',
    doc_org_id=@ID_source_organization,
    doc_org_id_class_name='Organization_name_or_identification_code',
    doc_org_id_ecl_id='urn:plcs:rdl:uk_defence',
    doc_vn_id=/NULL,
    doc_vn_id_class_name='Version_identification_code',
    doc_vn_id_ecl_id='urn:plcs:rdl:std',
    doc_vn_org_id='/NULL',
    doc_vn_org_id_class_name='Organization_name',
    doc_vn_org_id_ecl_id='urn:plcs:rdl:std',
    domain='Product_life_cycle_support',
    domain_ecl_id='urn:plcs:rdl:std',
    life_cycle_stage='Support_stage',
    life_cycle_stage_ecl_id='urn:plcs:rdl:std')/
%^training_course_delivery_feedback = $representing_document.document%

-- [optional comments]
/assigning_descriptor(
    descr=@comments,
    class_name='Comment',
    ecl_id='urn:plcs:rdl:uk_defence',
    is_assigned_to=^training_course_delivery_feedback)/

-- [optional quality_of_equipment_and_materials]
/assigning_descriptor(
    descr=@quality_of_equipment_and_materials,
    class_name='Quality_of_equipment_and_materials',
    ecl_id='urn:plcs:rdl:uk_defence',
    is_assigned_to=^training_course_delivery_feedback)/

-- [optional quality_of_facilities]
/assigning_descriptor(
    descr=@quality_of_facilities,
    class_name='Quality_of_facilities',
    ecl_id='urn:plcs:rdl:uk_defence',
    is_assigned_to=^training_course_delivery_feedback)/

-- [optional quality_of_management]
/assigning_descriptor(
    descr=@quality_of_management,
    class_name='Quality_of_management',
    ecl_id='urn:plcs:rdl:uk_defence',
    is_assigned_to=^training_course_delivery_feedback)/

-- [optional quality_of_teachers_and_teaching]
/assigning_descriptor(
    descr=@quality_of_teachers_and_teaching,
    class_name='Quality_of_teachers_and_teaching',
    ecl_id='urn:plcs:rdl:uk_defence',
    is_assigned_to=^training_course_delivery_feedback)/

-- [optional recommendation]
/assigning_descriptor(
    descr=@recommendation,
    class_name='Recommendation',
    ecl_id='urn:plcs:rdl:uk_defence',
    is_assigned_to=^training_course_delivery_feedback)/

-- related_training_course_delivery
/assigning_document(
    assigned_document=^training_course_delivery_feedback,
    doc_ass_role='Related_training_course_delivery',
    doc_ar_ecl_id='urn:plcs:rdl:uk_defence',
    is_assigned_to=@related_training_course_delivery)/
Instance diagrams
The instance diagram in Figure  4 shows an example of the EXPRESS entities and templates that are instantiated by the template:
/training_course_delivery_feedback(ID='TCDF01', ID_source_organization='UK_Defence', comments='Comment for TCDF01', quality_of_equipment_and_materials='Good quality', quality_of_facilities='Good quality', quality_of_management='Good quality', quality_of_teachers_and_teaching='Teacher one good, teacher two moderate', recommendation='Do this course before course A02', related_training_course_delivery='@312')/
(an illustration of the consolidated training_course_delivery_feedback template is shown in Figure 5 below.)


Figure 4 —  Entities instantiated by training_course_delivery_feedback template

Figure 4 —  Entities instantiated by training_course_delivery_feedback template

The instance diagram in Figure 5 shows the graphic symbol for the template that is to be used in other instance diagrams. The example template is:
/training_course_delivery_feedback(ID='TCDF01', ID_source_organization='UK_Defence', comments='Comment for TCDF01', quality_of_equipment_and_materials='Good quality', quality_of_facilities='Good quality', quality_of_management='Good quality', quality_of_teachers_and_teaching='Teacher one good, teacher two moderate', recommendation='Do this course before course A02', related_training_course_delivery='@312')/


Figure 5 —  Instantiation of training_course_delivery_feedback template

Figure 5 —  Instantiation of training_course_delivery_feedback template

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

© UK MOD 2010 — All rights reserved