diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-31 03:15:56 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-31 03:15:56 -0500 |
commit | 48ef1fe1b490e0d2edcf8d4726bcef435a8cd8a1 (patch) | |
tree | 4e3b4ca735d2f9a88244bedc19f311c01c15cf19 /devel/requirements/2_description.xml | |
parent | 612e7b89b2b0fc27986cc8518a2cab2e796cd895 (diff) | |
download | horizon-48ef1fe1b490e0d2edcf8d4726bcef435a8cd8a1.tar.gz horizon-48ef1fe1b490e0d2edcf8d4726bcef435a8cd8a1.tar.bz2 horizon-48ef1fe1b490e0d2edcf8d4726bcef435a8cd8a1.tar.xz horizon-48ef1fe1b490e0d2edcf8d4726bcef435a8cd8a1.zip |
requirements: initial layout
Diffstat (limited to 'devel/requirements/2_description.xml')
-rw-r--r-- | devel/requirements/2_description.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/devel/requirements/2_description.xml b/devel/requirements/2_description.xml new file mode 100644 index 0000000..b17cbe2 --- /dev/null +++ b/devel/requirements/2_description.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<chapter label="2" id="description"> + <title>Overall Description</title> + <para/> + <section id="perspective"> + <title>Project Perspective</title> + <para/> + </section> + <section id="features"> + <title>Project Features</title> + <para/> + </section> + <section id="users"> + <title>User Classes and Characteristics</title> + <para/> + </section> + <section id="environment"> + <title>Operating Enviornment</title> + <para/> + </section> + <section id="constraints"> + <title>Implementation Constraints</title> + <para/> + </section> + <section id="documentation"> + <title>User Documentation</title> + <para/> + </section> + <section id="assumptions"> + <title>Assumptions</title> + <para/> + </section> + <section id="dependencies"> + <title>Project Dependencies</title> + <para/> + </section> +</chapter> |