blob: d8dc3f94fafd8c94db2cb7f893b1ce144a0555f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="utf-8"?>
<chapter label="6" id="other">
<title>Other Requirements</title>
<para/>
<section id="documentation">
<title>User Documentation</title>
<formalpara>
<title>UserDoc.JargonFree</title>
<para>The system documentation must contain minimal uses of technical jargon. The system documentation must define technical jargon where it is first used. "Jargon" is defined as a word that is technical in nature and is not listed in a Webster's or Oxford English dictionary.</para>
</formalpara>
<formalpara>
<title>UserDoc.ContextAware</title>
<para>The system must allow the user to read documentation relevant to the phase of installation that is currently on-screen.</para>
</formalpara>
</section>
<section id="logging">
<title>Logging Requirements</title>
<para/>
</section>
<section id="i18n">
<title>Internationalisation Requirements</title>
<para/>
</section>
</chapter>
|