<?xml version="1.0" encoding='UTF-8'?>

<!--
Copyright 2006 Niels Heirbaut. All rights reserved.

Redistribution and use in source (XML DocBook) and 'compiled' forms (SGML,
XML, HTML, PDF, PostScript, RTF and so forth) with or without modification, are
permitted provided that the following conditions are met:

   1.  Redistributions of source code (XML DocBook) must retain the above
       copyright notice, this list of conditions and the following disclaimer
       as the first lines of this file unmodified.

THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
-->

<!--
This template can be used to create a Development Case as described in the
Rational Unified Process. Where applicable, comments will provide guidance to
the author. At the authors discretion these comments can be deleted.
-->

<!--{{{-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
[

<!--
Text entities. They are used to define document wide definitions. Replace the
'@@@ xxx @@@' definitions with the correct ones. If necessary custom text
entities should be added here.
-->
<!--{{{-->
<!ENTITY projectname    "@@@ Your Project @@@">
<!ENTITY projectacronym "@@@ Your Project Acronym @@@">
<!ENTITY firstname      "@@@ First Name @@@">
<!ENTITY surname        "@@@ Last Name @@@">
<!ENTITY copyrightyear  "@@@ Year @@@">
<!--}}}-->

]>
<!--}}}-->

<book lang="en"><!-- Development Case {{{-->

  <!--
  This is the front matter definition of the Development Case. Most data is set
  through the text entities above. Only the history per revision has to be set
  by hand. See <revhistory> below.
  -->
  <bookinfo><!-- Front Matter {{{-->

    <title>&projectname;</title>
    <subtitle>Development Case</subtitle>

    <author>
      <firstname>&firstname;</firstname>
      <surname>&surname;</surname>
    </author>

    <copyright>
      <year>&copyrightyear;</year>
      <holder>&firstname; &surname;</holder>
    </copyright>

    <revhistory>

      <!--
      For each revision a <revision> section has to be added.
      -->
      <revision>
        <revnumber></revnumber>
        <date></date>
        <authorinitials></authorinitials>
        <revremark></revremark>
      </revision>

    </revhistory>

  </bookinfo><!--}}}-->

  <!--
  The introduction of the Development Case provides an overview of the entire
  document. It includes the purpose, scope, definitions, acronyms,
  abbreviations, references, and overview of this Development Case.
  -->
  <chapter><!-- Introduction {{{-->
    <title>Introduction</title>

    <!--
    Specify the purpose of this Development Case.
    -->
    <section><!-- Purpose {{{-->
      <title>Purpose</title>

      <para>
      </para>

    </section><!--}}}-->

    <!--
    A brief description of the scope of this Development Case; what Project(s)
    it is associated with and anything else that is affected or influenced by
    this document.
    -->
    <section><!-- Scope {{{-->
      <title>Scope</title>

      <para>
      </para>

    </section><!--}}}-->

    <!--
    This section provides the definitions of all terms, acronyms, and
    abbreviations required to properly interpret the Development Case. This
    information may be provided by reference to the project's Glossary.
    -->
    <section><!-- Definitions, acronyms and abbreviations {{{-->
      <title>Definitions, acronyms and abbreviations</title>

      <para>
      </para>

    </section><!--}}}-->

    <!--
    This section provides a complete list of all documents referenced elsewhere
    in the Development Case. Identify each document by title, report number (if
    applicable), date, and publishing organization. Specify the sources from
    which the references can be obtained. This information may be provided by
    reference to an appendix or to another document.
    -->
    <section><!-- References {{{-->
      <title>References</title>

      <para>
      </para>

    </section><!--}}}-->

    <!--
    This section describes what the rest of the Development Case contains and
    explains how the document is organized.
    -->
    <section><!-- Overview {{{-->
      <title>Overview</title>

      <para>
      </para>

    </section><!--}}}-->

  </chapter><!--}}}-->

  <chapter><!-- Overview of the Development Case {{{-->
    <title>Overview of the Development Case</title>

    <!--
    Briefly describe the lifecycle model employed by the project including
    descriptions of the milestones and their purpose. The purpose is to serve
    as an introduction to the rest of the development case, not to be a project
    plan.
    -->
    <section><!-- Lifecycle Model {{{-->
      <title>Lifecycle Model</title>

      <para>
      </para>

    </section><!--}}}-->

    <!--
    Describe which disciplines the development case covers.
    -->
    <section><!-- Disciplines {{{-->
      <title>Disciplines</title>

      <para>
      </para>

    </section><!--}}}-->

    <!--
    Explain how the discipline configuration works. Explain the details
    described in the Discipline sections.
    
    The inserted text can be used as a starting point.
    -->
    <section><!-- Discipline Configuration {{{-->
      <title>Discipline Configuration</title>

      <para>
        The purpose of this section is to explain how the discipline
        configuration works. This includes an explanation of the purpose for
        the various tables and for each of the sections that describe the
        various disciplines listed in the section titled Disciplines.
      </para>

      <!--
      This section needs to detail any changes made to the structure of the
      workflow itself. Typical changes include adding activities to describe
      company-specific ways of working, or removing activities.
      -->
      <section><!-- Workflow {{{-->
        <title>Workflow</title>

        <para>
        </para>

      </section><!--}}}-->

      <!--
      Using a tabular format, this section describes how the artifact will be
      used. Additional ‘local’ artifacts can be added to the table as needed.
      -->
      <section><!-- Artifacts {{{-->
        <title>Artifacts</title>

        <para>

          <informaltable>
            <tgroup cols='8'>
              <colspec colnum='2' colname='c2' />
              <colspec colnum='5' colname='c5' />
              <thead>
                <row>
                  <entry morerows='1'>Artifacts</entry>
                  <entry namest="c2" nameend="c5">How to Use</entry>
                  <entry morerows='1'>Review Details</entry>
                  <entry morerows='1'>Tools Used</entry>
                  <entry morerows='1'>Templates/Examples</entry>
                </row>
                <row>
                  <entry>Inception</entry>
                  <entry>Elaboration</entry>
                  <entry>Construction</entry>
                  <entry>Transition</entry>
                </row>
              </thead>
              <tbody>
                <!--
                Add rows for each artifact.
                -->
                <row>
                  <entry>
                    <para>
                      <!--
                      The name of the artifact. 

                      A reference to the artifact in the Rational Unified
                      Process or to a local artifact definition held as part of
                      the development case.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>

        </para>

      </section><!--}}}-->

      <!--
      This section has three main purposes: 
        1. It contains a list all artifacts that you Won't use and the motives
           behind your decision for not using them. 

        2. It contains a reference to the project's Configuration Management
           Plan, which describes the configuration management strategy to be
           used when working on these artifacts. The Configuration Management
           Plan allows developers to answer questions such as:  
            * When do I release my artifact?  
            * Where do I put my newly created or modified artifact? 
            * Where do I find existing artifacts for the project? 

        3. If the Development Case is a an organization-level development case,
           this is where you add notes on what each project will consider when
           they decide what to do with the artifact. Use the predefined table
           below as a starting point.
      -->
      <section><!-- Notes on the Artifacts {{{-->
        <title>Notes on the Artifacts</title>

        <para>
          <informaltable>
            <tgroup cols="3">
              <thead>
                <row>
                  <entry>Artifacts</entry>
                  <entry>How to Use</entry>
                  <entry>Reason</entry>
                </row>
              </thead>
              <tbody>
                <!--
                Add more rows if necessary.
                -->
                <row>
                  <entry>
                    <para>
                      <!--
                      Artifact
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Reason
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <!--
      This section lists the reports to be used. Additional local reports are
      added to the table as needed.
      -->
      <section><!-- Reports {{{-->
        <title>Reports</title>

        <para>
          <informaltable>
            <tgroup cols="4">
              <thead>
                <row>
                  <entry>Reports</entry>
                  <entry>How to Use</entry>
                  <entry>Templates/Examples</entry>
                  <entry>Tools Used</entry>
                </row>
              </thead>
              <tbody>
                <!--
                Add more rows if necessary.
                -->
                <row>
                  <entry>
                    <para>
                      <!--
                      Report
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <!--
      This section has two purposes. First, it will list all reports that the
      project has decided it Won't use and the motives behind why it decided
      not to use them. Secondly, if the Development Case is an
      organization-level use case, this is where you add notes on what each
      project needs to consider when they decide what to do with the report.
      -->
      <section><!-- Notes on the Reports {{{-->
        <title>Notes on the Reports</title>

        <para>
        </para>

      </section><!--}}}-->

      <!--
      This section captures any additional review procedures that are required
      for the artifacts used in the discipline. These supplement the general
      Review Procedures described in the Overview section of this document.
      -->
      <section><!-- Additional Review Procedures {{{-->
        <title>Additional Review Procedures</title>

        <para>
        </para>

      </section><!--}}}-->

      <!--
      This section captures any outstanding issues with the discipline's
      configuration and can be used as an issues list when the Development Case
      is being built.
      -->
      <section><!-- Other Issues {{{-->
        <title>Other Issues</title>

        <para>
        </para>

      </section><!--}}}-->

      <!--
      This section is used if the Development Case is an organization-level
      development case. This section contains references to helpful information
      for use when configuring the discipline. This section can be removed by a
      project.
      -->
      <section><!-- Configuring the Discipline {{{-->
        <title>Configuring the Discipline</title>

        <para>
        </para>

      </section><!--}}}-->

    </section><!--}}}-->

    <!--
    Introduce the artifacts and the classification scheme.
    
    The inserted text can be used as a starting point.
    -->
    <section><!-- Artifact Classification {{{-->
      <title>Artifact Classification</title>

      <para>
        An artifact is a deliverable of the process. It is often developed
        within one core workflow, although there are exceptions. The artifacts
        are organized in the workflow where they are created. To describe how
        an artifact will be used, we use the following classification scheme
        (see Guidelines: Classifying Artifacts for details): 

        <itemizedlist mark='bullet'>
          <listitem>
            <para>
              Must 
            </para>
          </listitem>
          <listitem>
            <para>
              Should 
            </para>
          </listitem>
          <listitem>
            <para>
              Could 
            </para>
          </listitem>
          <listitem>
            <para>
              Won't
            </para>
          </listitem>
        </itemizedlist>
      </para>

    </section><!--}}}-->

    <!--
    Introduce the review levels and any additional review procedures,
    
    The inserted text can be used as a starting point.
    -->
    <section><!-- Review Procedures {{{-->
      <title>Review Procedures</title>

      <para>
        The project uses the following review levels:  

        <itemizedlist mark='bullet'>
          <listitem>
            <para>
              Formal-External 
            </para>
          </listitem>
          <listitem>
            <para>
              Formal-Internal 
            </para>
          </listitem>
          <listitem>
            <para>
              Informal 
            </para>
          </listitem>
          <listitem>
            <para>
              None 
            </para>
          </listitem>
        </itemizedlist>

        For details see Guidelines: Review Levels.
      </para>

    </section><!--}}}-->

    <section><!-- Sample Iteration Plans {{{-->
      <title>Sample Iteration Plans</title>

      <!--
      List the sample iteration plans used during Inception.
      -->
      <section><!-- Inception Phase {{{-->
        <title>Inception Phase</title>

        <para>
        </para>

      </section><!--}}}-->

      <!--
      List the sample iteration plans used during Elaboration.
      -->
      <section><!-- Elaboration Phase {{{-->
        <title>Elaboration Phase</title>

        <para>
        </para>

      </section><!--}}}-->

      <!--
      List the sample iteration plans used during Construction.
      -->
      <section><!-- Construction Phase {{{-->
        <title>Construction Phase</title>

        <para>
        </para>

      </section><!--}}}-->

      <!--
      List the sample iteration plans used during Transition.
      -->
      <section><!-- Transition Phase {{{-->
        <title>Transition Phase</title>

        <para>
        </para>

      </section><!--}}}-->

    </section><!--}}}-->

  </chapter><!--}}}-->

  <chapter><!-- Disciplines {{{-->
    <title>Disciplines</title>

    <!--
    See the section titled Discipline Configuration that describes what each of
    the following sections needs to contain.
    -->
    <section><!-- Business Modeling {{{-->
      <title>Business Modeling</title>

      <section><!-- Workflow {{{-->
        <title>Workflow</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Artifacts {{{-->
        <title>Artifacts</title>

        <para>

          <informaltable>
            <tgroup cols='8'>
              <colspec colnum='2' colname='c2' />
              <colspec colnum='5' colname='c5' />
              <thead>
                <row>
                  <entry morerows='1'>Artifacts</entry>
                  <entry namest="c2" nameend="c5">How to Use</entry>
                  <entry morerows='1'>Review Details</entry>
                  <entry morerows='1'>Tools Used</entry>
                  <entry morerows='1'>Templates/Examples</entry>
                </row>
                <row>
                  <entry>Inception</entry>
                  <entry>Elaboration</entry>
                  <entry>Construction</entry>
                  <entry>Transition</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      Business Actor
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Architecture Document
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Entity
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Glossary
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Object Model
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Rules
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Use Case
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Use-Case Model
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Use-Case Realization
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Vision
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Worker
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Organization Unit
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Supplementary Business Specification
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Target-Organization Assessment
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>

        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Artifacts {{{-->
        <title>Notes on the Artifacts</title>

        <para>
          <informaltable>
            <tgroup cols="3">
              <thead>
                <row>
                  <entry>Artifacts</entry>
                  <entry>How to Use</entry>
                  <entry>Reason</entry>
                </row>
              </thead>
              <tbody>
                <!--
                Add more rows if necessary.
                -->
                <row>
                  <entry>
                    <para>
                      <!--
                      Artifact
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Reason
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Reports {{{-->
        <title>Reports</title>

        <para>
          <informaltable>
            <tgroup cols="4">
              <thead>
                <row>
                  <entry>Reports</entry>
                  <entry>How to Use</entry>
                  <entry>Templates/Examples</entry>
                  <entry>Tools Used</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      Business Entity
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Object Model Survey
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Use-Case
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Use-Case Model Realization
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Use-Case Model Survey
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Business Worker
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Reports {{{-->
        <title>Notes on the Reports</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Additional Review Procedures {{{-->
        <title>Additional Review Procedures</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Other Issues {{{-->
        <title>Other Issues</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Configuring the Discipline {{{-->
        <title>Configuring the Discipline</title>

        <para>
        </para>

      </section><!--}}}-->

    </section><!--}}}-->

    <!--
    See the section titled Discipline Configuration that describes what each of
    the following sections will contain.
    -->
    <section><!-- Requirements {{{-->
      <title>Requirements</title>

      <section><!-- Workflow {{{-->
        <title>Workflow</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Artifacts {{{-->
        <title>Artifacts</title>

        <para>

          <informaltable>
            <tgroup cols='8'>
              <colspec colnum='2' colname='c2' />
              <colspec colnum='5' colname='c5' />
              <thead>
                <row>
                  <entry morerows='1'>Artifacts</entry>
                  <entry namest="c2" nameend="c5">How to Use</entry>
                  <entry morerows='1'>Review Details</entry>
                  <entry morerows='1'>Tools Used</entry>
                  <entry morerows='1'>Templates/Examples</entry>
                </row>
                <row>
                  <entry>Inception</entry>
                  <entry>Elaboration</entry>
                  <entry>Construction</entry>
                  <entry>Transition</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      Actor 
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Boundary Class
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Glossary
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Requirements Attributes
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Requirements Management Plan
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Stakeholder Requests
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Software Requirements Specification
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Supplementary Specification
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Use Case
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Use-Case Model
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Use-Case Package
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Use-Case Storyboard
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      User-Interface Prototype
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Vision
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>

        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Artifacts {{{-->
        <title>Notes on the Artifacts</title>

        <para>
          <informaltable>
            <tgroup cols="3">
              <thead>
                <row>
                  <entry>Artifacts</entry>
                  <entry>How to Use</entry>
                  <entry>Reason</entry>
                </row>
              </thead>
              <tbody>
                <!--
                Add more rows if necessary.
                -->
                <row>
                  <entry>
                    <para>
                      <!--
                      Artifact
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Reason
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Reports {{{-->
        <title>Reports</title>

        <para>
          <informaltable>
            <tgroup cols="4">
              <thead>
                <row>
                  <entry>Reports</entry>
                  <entry>How to Use</entry>
                  <entry>Templates/Examples</entry>
                  <entry>Tools Used</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                     Actor 
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Use-Case
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Use-Case Model Survey
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Use-Case Storyboard
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Reports {{{-->
        <title>Notes on the Reports</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Additional Review Procedures {{{-->
        <title>Additional Review Procedures</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Other Issues {{{-->
        <title>Other Issues</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Configuring the Discipline {{{-->
        <title>Configuring the Discipline</title>

        <para>
        </para>

      </section><!--}}}-->

    </section><!--}}}-->

    <!--
    See the section titled Discipline Configuration that describes what each of
    the following sections will contain.
    -->
    <section><!-- Analysis and Design {{{-->
      <title>Analysis and Design</title>

      <section><!-- Workflow {{{-->
        <title>Workflow</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Artifacts {{{-->
        <title>Artifacts</title>

        <para>

          <informaltable>
            <tgroup cols='8'>
              <colspec colnum='2' colname='c2' />
              <colspec colnum='5' colname='c5' />
              <thead>
                <row>
                  <entry morerows='1'>Artifacts</entry>
                  <entry namest="c2" nameend="c5">How to Use</entry>
                  <entry morerows='1'>Review Details</entry>
                  <entry morerows='1'>Tools Used</entry>
                  <entry morerows='1'>Templates/Examples</entry>
                </row>
                <row>
                  <entry>Inception</entry>
                  <entry>Elaboration</entry>
                  <entry>Construction</entry>
                  <entry>Transition</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      Analysis Class 
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Analysis Model
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Capsule
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Deployment Model
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Data Model
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Design Class
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Design Model
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Design Package
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Design Subsystem
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Event
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Interface
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Protocol
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Reference Architecture
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Signal
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Software Architecture Document
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Use-Case Realization
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>

        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Artifacts {{{-->
        <title>Notes on the Artifacts</title>

        <para>
          <informaltable>
            <tgroup cols="3">
              <thead>
                <row>
                  <entry>Artifacts</entry>
                  <entry>How to Use</entry>
                  <entry>Reason</entry>
                </row>
              </thead>
              <tbody>
                <!--
                Add more rows if necessary.
                -->
                <row>
                  <entry>
                    <para>
                      <!--
                      Artifact
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Reason
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Reports {{{-->
        <title>Reports</title>

        <para>
          <informaltable>
            <tgroup cols="4">
              <thead>
                <row>
                  <entry>Reports</entry>
                  <entry>How to Use</entry>
                  <entry>Templates/Examples</entry>
                  <entry>Tools Used</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      Class 
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Design-Model Survey
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Design Package/Subsystem
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Use-Case Realization
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Reports {{{-->
        <title>Notes on the Reports</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Additional Review Procedures {{{-->
        <title>Additional Review Procedures</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Other Issues {{{-->
        <title>Other Issues</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Configuring the Discipline {{{-->
        <title>Configuring the Discipline</title>

        <para>
        </para>

      </section><!--}}}-->

    </section><!--}}}-->

    <!--
    See the section titled Discipline Configuration that describes what each of
    the following sections needs to contain.
    -->
    <section><!-- Implementation {{{-->
      <title>Implementation</title>

      <section><!-- Workflow {{{-->
        <title>Workflow</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Artifacts {{{-->
        <title>Artifacts</title>

        <para>

          <informaltable>
            <tgroup cols='8'>
              <colspec colnum='2' colname='c2' />
              <colspec colnum='5' colname='c5' />
              <thead>
                <row>
                  <entry morerows='1'>Artifacts</entry>
                  <entry namest="c2" nameend="c5">How to Use</entry>
                  <entry morerows='1'>Review Details</entry>
                  <entry morerows='1'>Tools Used</entry>
                  <entry morerows='1'>Templates/Examples</entry>
                </row>
                <row>
                  <entry>Inception</entry>
                  <entry>Elaboration</entry>
                  <entry>Construction</entry>
                  <entry>Transition</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      Build 
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Component
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Implementation Model
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Implementation Subsystem
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Integration Build Plan
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>

        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Artifacts {{{-->
        <title>Notes on the Artifacts</title>

        <para>
          <informaltable>
            <tgroup cols="3">
              <thead>
                <row>
                  <entry>Artifacts</entry>
                  <entry>How to Use</entry>
                  <entry>Reason</entry>
                </row>
              </thead>
              <tbody>
                <!--
                Add more rows if necessary.
                -->
                <row>
                  <entry>
                    <para>
                      <!--
                      Artifact
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Reason
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Reports {{{-->
        <title>Reports</title>

        <!--
        No default reports are defined for this discipline. Either add your own
        in the table below or remove this section.
        -->
        <para>
          <informaltable>
            <tgroup cols="4">
              <thead>
                <row>
                  <entry>Reports</entry>
                  <entry>How to Use</entry>
                  <entry>Templates/Examples</entry>
                  <entry>Tools Used</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Reports {{{-->
        <title>Notes on the Reports</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Additional Review Procedures {{{-->
        <title>Additional Review Procedures</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Other Issues {{{-->
        <title>Other Issues</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Configuring the Discipline {{{-->
        <title>Configuring the Discipline</title>

        <para>
        </para>

      </section><!--}}}-->

    </section><!--}}}-->

    <!--
    See the section titled Discipline Configuration that describes what each of
    the following sections needs to contain.
    -->
    <section><!-- Testing {{{-->
      <title>Testing</title>

      <section><!-- Workflow {{{-->
        <title>Workflow</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Artifacts {{{-->
        <title>Artifacts</title>

        <para>

          <informaltable>
            <tgroup cols='8'>
              <colspec colnum='2' colname='c2' />
              <colspec colnum='5' colname='c5' />
              <thead>
                <row>
                  <entry morerows='1'>Artifacts</entry>
                  <entry namest="c2" nameend="c5">How to Use</entry>
                  <entry morerows='1'>Review Details</entry>
                  <entry morerows='1'>Tools Used</entry>
                  <entry morerows='1'>Templates/Examples</entry>
                </row>
                <row>
                  <entry>Inception</entry>
                  <entry>Elaboration</entry>
                  <entry>Construction</entry>
                  <entry>Transition</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      Test Case 
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Test Class
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Test Components
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Test Evaluation Summary
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Test Suite
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Test Plan
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Test Results
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Test Script
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Workload Analysis Model
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>

        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Artifacts {{{-->
        <title>Notes on the Artifacts</title>

        <para>
          <informaltable>
            <tgroup cols="3">
              <thead>
                <row>
                  <entry>Artifacts</entry>
                  <entry>How to Use</entry>
                  <entry>Reason</entry>
                </row>
              </thead>
              <tbody>
                <!--
                Add more rows if necessary.
                -->
                <row>
                  <entry>
                    <para>
                      <!--
                      Artifact
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Reason
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Reports {{{-->
        <title>Reports</title>

        <para>
          <informaltable>
            <tgroup cols="4">
              <thead>
                <row>
                  <entry>Reports</entry>
                  <entry>How to Use</entry>
                  <entry>Templates/Examples</entry>
                  <entry>Tools Used</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      Test Survey
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Reports {{{-->
        <title>Notes on the Reports</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Additional Review Procedures {{{-->
        <title>Additional Review Procedures</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Other Issues {{{-->
        <title>Other Issues</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Configuring the Discipline {{{-->
        <title>Configuring the Discipline</title>

        <para>
        </para>

      </section><!--}}}-->

    </section><!--}}}-->

    <!--
    See the section titled Discipline Configuration that describes what each of
    the following sections needs to contain.
    -->
    <section><!-- Deployment {{{-->
      <title>Deployment</title>

      <section><!-- Workflow {{{-->
        <title>Workflow</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Artifacts {{{-->
        <title>Artifacts</title>

        <para>

          <informaltable>
            <tgroup cols='8'>
              <colspec colnum='2' colname='c2' />
              <colspec colnum='5' colname='c5' />
              <thead>
                <row>
                  <entry morerows='1'>Artifacts</entry>
                  <entry namest="c2" nameend="c5">How to Use</entry>
                  <entry morerows='1'>Review Details</entry>
                  <entry morerows='1'>Tools Used</entry>
                  <entry morerows='1'>Templates/Examples</entry>
                </row>
                <row>
                  <entry>Inception</entry>
                  <entry>Elaboration</entry>
                  <entry>Construction</entry>
                  <entry>Transition</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      Bill of Materials 
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Deployment Plan
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Deployment Unit
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      End-User Support Material
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Installation Artifacts
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Product
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Product Artwork
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Release Notes
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Training Materials
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>

        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Artifacts {{{-->
        <title>Notes on the Artifacts</title>

        <para>
          <informaltable>
            <tgroup cols="3">
              <thead>
                <row>
                  <entry>Artifacts</entry>
                  <entry>How to Use</entry>
                  <entry>Reason</entry>
                </row>
              </thead>
              <tbody>
                <!--
                Add more rows if necessary.
                -->
                <row>
                  <entry>
                    <para>
                      <!--
                      Artifact
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Reason
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Reports {{{-->
        <title>Reports</title>

        <!--
        No default reports are defined for this discipline. Either add your own
        in the table below or remove this section.
        -->
        <para>
          <informaltable>
            <tgroup cols="4">
              <thead>
                <row>
                  <entry>Reports</entry>
                  <entry>How to Use</entry>
                  <entry>Templates/Examples</entry>
                  <entry>Tools Used</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Reports {{{-->
        <title>Notes on the Reports</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Additional Review Procedures {{{-->
        <title>Additional Review Procedures</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Other Issues {{{-->
        <title>Other Issues</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Configuring the Discipline {{{-->
        <title>Configuring the Discipline</title>

        <para>
        </para>

      </section><!--}}}-->

    </section><!--}}}-->

    <!--
    See the section titled Discipline Configuration that describes what each of
    the following sections needs to contain.
    -->
    <section><!-- Configuration and Change Management {{{-->
      <title>Configuration and Change Management</title>

      <section><!-- Workflow {{{-->
        <title>Workflow</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Artifacts {{{-->
        <title>Artifacts</title>

        <para>

          <informaltable>
            <tgroup cols='8'>
              <colspec colnum='2' colname='c2' />
              <colspec colnum='5' colname='c5' />
              <thead>
                <row>
                  <entry morerows='1'>Artifacts</entry>
                  <entry namest="c2" nameend="c5">How to Use</entry>
                  <entry morerows='1'>Review Details</entry>
                  <entry morerows='1'>Tools Used</entry>
                  <entry morerows='1'>Templates/Examples</entry>
                </row>
                <row>
                  <entry>Inception</entry>
                  <entry>Elaboration</entry>
                  <entry>Construction</entry>
                  <entry>Transition</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      Change Request 
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Configuration Audit Findings
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Configuration Management Plan
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Project Repository
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Workspace
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>

        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Artifacts {{{-->
        <title>Notes on the Artifacts</title>

        <para>
          <informaltable>
            <tgroup cols="3">
              <thead>
                <row>
                  <entry>Artifacts</entry>
                  <entry>How to Use</entry>
                  <entry>Reason</entry>
                </row>
              </thead>
              <tbody>
                <!--
                Add more rows if necessary.
                -->
                <row>
                  <entry>
                    <para>
                      <!--
                      Artifact
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Reason
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Reports {{{-->
        <title>Reports</title>

        <!--
        No default reports are defined for this discipline. Either add your own
        in the table below or remove this section.
        -->
        <para>
          <informaltable>
            <tgroup cols="4">
              <thead>
                <row>
                  <entry>Reports</entry>
                  <entry>How to Use</entry>
                  <entry>Templates/Examples</entry>
                  <entry>Tools Used</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Reports {{{-->
        <title>Notes on the Reports</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Additional Review Procedures {{{-->
        <title>Additional Review Procedures</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Other Issues {{{-->
        <title>Other Issues</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Configuring the Discipline {{{-->
        <title>Configuring the Discipline</title>

        <para>
        </para>

      </section><!--}}}-->

    </section><!--}}}-->

    <!--
    See the section titled Discipline Configuration that describes what each of
    the following sections needs to contain.
    -->
    <section><!-- Project Management {{{-->
      <title>Project Management</title>

      <section><!-- Workflow {{{-->
        <title>Workflow</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Artifacts {{{-->
        <title>Artifacts</title>

        <para>

          <informaltable>
            <tgroup cols='8'>
              <colspec colnum='2' colname='c2' />
              <colspec colnum='5' colname='c5' />
              <thead>
                <row>
                  <entry morerows='1'>Artifacts</entry>
                  <entry namest="c2" nameend="c5">How to Use</entry>
                  <entry morerows='1'>Review Details</entry>
                  <entry morerows='1'>Tools Used</entry>
                  <entry morerows='1'>Templates/Examples</entry>
                </row>
                <row>
                  <entry>Inception</entry>
                  <entry>Elaboration</entry>
                  <entry>Construction</entry>
                  <entry>Transition</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      Business Case 
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Iteration Assessment
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Iteration Plan
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Measurement Plan
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Problem Resolution Plan
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Product Acceptance Plan
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Project Measurements
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Quality Assurance Plan
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Review Record
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Risk List
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Risk Management Plan
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Software Development Plan
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Status Assessment
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Work Order
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>

        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Artifacts {{{-->
        <title>Notes on the Artifacts</title>

        <para>
          <informaltable>
            <tgroup cols="3">
              <thead>
                <row>
                  <entry>Artifacts</entry>
                  <entry>How to Use</entry>
                  <entry>Reason</entry>
                </row>
              </thead>
              <tbody>
                <!--
                Add more rows if necessary.
                -->
                <row>
                  <entry>
                    <para>
                      <!--
                      Artifact
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Reason
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Reports {{{-->
        <title>Reports</title>

        <!--
        No default reports are defined for this discipline. Either add your own
        in the table below or remove this section.
        -->
        <para>
          <informaltable>
            <tgroup cols="4">
              <thead>
                <row>
                  <entry>Reports</entry>
                  <entry>How to Use</entry>
                  <entry>Templates/Examples</entry>
                  <entry>Tools Used</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Reports {{{-->
        <title>Notes on the Reports</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Additional Review Procedures {{{-->
        <title>Additional Review Procedures</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Other Issues {{{-->
        <title>Other Issues</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Configuring the Discipline {{{-->
        <title>Configuring the Discipline</title>

        <para>
        </para>

      </section><!--}}}-->

    </section><!--}}}-->

    <!--
    See the section titled Discipline Configuration that describes what each of
    the following sections needs to contain.
    -->
    <section><!-- Environment {{{-->
      <title>Environment</title>

      <section><!-- Workflow {{{-->
        <title>Workflow</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Artifacts {{{-->
        <title>Artifacts</title>

        <para>

          <informaltable>
            <tgroup cols='8'>
              <colspec colnum='2' colname='c2' />
              <colspec colnum='5' colname='c5' />
              <thead>
                <row>
                  <entry morerows='1'>Artifacts</entry>
                  <entry namest="c2" nameend="c5">How to Use</entry>
                  <entry morerows='1'>Review Details</entry>
                  <entry morerows='1'>Tools Used</entry>
                  <entry morerows='1'>Templates/Examples</entry>
                </row>
                <row>
                  <entry>Inception</entry>
                  <entry>Elaboration</entry>
                  <entry>Construction</entry>
                  <entry>Transition</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      Business Modeling Guidelines 
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Design Guidelines
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Development Case
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Development Infrastructure
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Development-Organization Assessment
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Manual Styleguide
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Project-Specific Templates
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Programming Guidelines
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Test Guidelines
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Tools
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Tool Guidelines
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      Use-Case Modeling Guidelines
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
                <row>
                  <entry>
                    <para>
                      User-Interface Guidelines
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Inception phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Elaboration
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Construction
                      phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Qualify how the artifact is used in the Transition phase.

                      Decide for each phase:  
                        * Must have 
                        * Should have 
                        * Could have 
                        * Won't have 
                      These are defined in Guidelines: Classifying Artifacts.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Define the review level, and review procedures to be
                      applied to the artifact.

                      Decide on the review level:  
                        * Formal-External 
                        * Formal-Internal 
                        * Informal 
                        * None 

                      For details see Guidelines: Review Levels.

                      Also add a reference to the definition and detail of the
                      relevant review procedures. The reference could point to
                      either the Rational Unified Process or to the general
                      Review Procedure section in the Development Case. More
                      specific review procedures are defined under the
                      subsection titled Additional Review Procedures.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Definition of the tool (or tools), used to produce the
                      artifact.
                      
                      References to the details of the tools used to develop
                      and maintain this artifact.
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      The templates to be used and examples of artifacts using
                      the templates.

                      References to templates and examples. This could be
                      referenced to either the templates and examples in the
                      Rational Unified Process, or to local templates and
                      examples. This column may also contain references to
                      actual artifacts that provide additional help to the
                      project members.
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>

        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Artifacts {{{-->
        <title>Notes on the Artifacts</title>

        <para>
          <informaltable>
            <tgroup cols="3">
              <thead>
                <row>
                  <entry>Artifacts</entry>
                  <entry>How to Use</entry>
                  <entry>Reason</entry>
                </row>
              </thead>
              <tbody>
                <!--
                Add more rows if necessary.
                -->
                <row>
                  <entry>
                    <para>
                      <!--
                      Artifact
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Reason
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Reports {{{-->
        <title>Reports</title>

        <!--
        No default reports are defined for this discipline. Either add your own
        in the table below or remove this section.
        -->
        <para>
          <informaltable>
            <tgroup cols="4">
              <thead>
                <row>
                  <entry>Reports</entry>
                  <entry>How to Use</entry>
                  <entry>Templates/Examples</entry>
                  <entry>Tools Used</entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry>
                    <para>
                      
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      How to Use
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Templates/Examples
                      -->
                    </para>
                  </entry>
                  <entry>
                    <para>
                      <!--
                      Tools Used
                      -->
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </para>

      </section><!--}}}-->

      <section><!-- Notes on the Reports {{{-->
        <title>Notes on the Reports</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Additional Review Procedures {{{-->
        <title>Additional Review Procedures</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Other Issues {{{-->
        <title>Other Issues</title>

        <para>
        </para>

      </section><!--}}}-->

      <section><!-- Configuring the Discipline {{{-->
        <title>Configuring the Discipline</title>

        <para>
        </para>

      </section><!--}}}-->

    </section><!--}}}-->

  </chapter><!--}}}-->

  <!--
  This chapter is used for the following purposes:

    * To describe any changes in the set of roles; for example, it is common to
      refine the role Stakeholder into more than one role. 

    * To map job positions in the organization to the roles in the Rational
      Unified Process. The reason for this is that in some development
      organizations there are job positions defined. If these job positions are
      commonly used and have a wide acceptance within the organization, it may
      be worth doing a mapping between the roles in the Rational Unified
      Process and the job positions in the organization. Mapping job positions
      to roles makes it easier for people in the organization to understand how
      to employ the Rational Unified Process. The mapping can also help people
      understand that roles are not job positions, which is a common
      misconception.
  -->
  <chapter><!-- Roles {{{-->
    <title>Roles</title>

    <para>
    </para>

  </chapter><!--}}}-->

</book><!--}}}-->

<!-- vim: set ts=2 sw=2 fo+=t et ff=unix filetype=docbkxml fdm=marker: -->

