<?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-Organization Assessment 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-Organization Assessment {{{-->

  <!--
  This is the front matter definition of the Development-Organization
  Assessment. 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-Organization Assessment</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-Organization Assessment provides an
  overview of the entire document. It includes the purpose, scope, definitions,
  acronyms, abbreviations, references, and overview of this
  Development-Organization Assessment.
  -->
  <chapter><!-- Introduction {{{-->
    <title>Introduction</title>

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

      <para>
      </para>

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

    <!--
    A brief description of the scope of this Development-Organization
    Assessment; 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-Organization
    Assessment. 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-Organization Assessment. 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-Organization
    Assessment contains and explains how the document is organized.
    -->
    <section><!-- Overview {{{-->
      <title>Overview</title>

      <para>
      </para>

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

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

  <!--
  A brief description of the business domain in which the organization works.
  -->
  <chapter><!-- Business Context {{{-->
    <title>Business Context</title>

    <para>
    </para>

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

  <chapter><!-- External Factors {{{-->
    <title>External Factors</title>

    <!--
    A listing of the customers and what they expect of the products.
    -->
    <section><!-- Customers {{{-->
      <title>Customers</title>

      <para>
      </para>

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

    <!--
    A listing of the competitors.
    -->
    <section><!-- Competitors {{{-->
      <title>Competitors</title>

      <para>
      </para>

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

    <!--
    A listing of other stakeholders, such as suppliers and partners.
    -->
    <section><!-- Other Stakeholders {{{-->
      <title>Other Stakeholders</title>

      <para>
      </para>

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

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

  <chapter><!-- Internal Factors {{{-->
    <title>Internal Factors</title>

    <!--
    A brief description of the current development process and a list of
    problems.
    -->
    <section><!-- Development Process {{{-->
      <title>Development Process</title>

      <para>
      </para>

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

    <!--
    A brief description of today's tool support.
    -->
    <section><!-- Supporting Tools {{{-->
      <title>Supporting Tools</title>

      <para>
      </para>

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

    <!--
    A brief description of the internal organization, and what roles and teams
    they have today.
    -->
    <section><!-- Internal Organization {{{-->
      <title>Internal Organization</title>

      <para>
      </para>

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

    <!--
    An inventory of the competencies, skills, and attitudes of the individuals
    in the organization.
    -->
    <section><!-- Competencies, Skills, and Attitudes {{{-->
      <title>Competencies, Skills, and Attitudes</title>

      <para>
      </para>

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

    <!--
    A brief description of the "capacity for change".
    -->
    <section><!-- Capacity for Change {{{-->
      <title>Capacity for Change</title>

      <para>
      </para>

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

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

  <chapter><!-- Product Characteristics {{{-->
    <title>Product Characteristics</title>

    <!--
    A brief description of the size of the software.
    -->
    <section><!-- Size of Software-Development Effort {{{-->
      <title>Size of Software-Development Effort</title>

      <para>
      </para>

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

    <!--
    A description of where the product is on a scale between :green-field
    development: and maintenance.
    -->
    <section><!-- Degree of Novelty {{{-->
      <title>Degree of Novelty</title>

      <para>
      </para>

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

    <!--
    A brief description of the type of application and what that can mean for
    the development process.
    -->
    <section><!-- Type of Application {{{-->
      <title>Type of Application</title>

      <para>
      </para>

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

    <!--
    A description of the technical complexity of the product.
    -->
    <section><!-- Technical Complexity {{{-->
      <title>Technical Complexity</title>

      <para>
      </para>

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

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

  <!--
  List the major problem and opportunity areas, regardless of the categories to
  which they belong.
  -->
  <chapter><!-- Assessment Conclusion {{{-->
    <title>Assessment Conclusion</title>

    <para>
    </para>

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

</book><!--}}}-->

<!-- vim: set ts=2 sw=2 fo+=t et ff=unix filetype=docbkxml fdm=marker: -->

