-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbookchap-task.dita
67 lines (67 loc) · 1.68 KB
/
bookchap-task.dita
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
<task id="task_gx2_rkq_pt">
<title>Task with strings</title>
<shortdesc>Add any elements that should generate text</shortdesc>
<taskbody>
<prereq>Add some prerequisites here</prereq>
<context>
<p>Context for the current task</p>
</context>
<steps>
<step>
<cmd>This is a normal step.</cmd>
</step>
<step importance="optional">
<cmd>This is an OPTIONAL step.</cmd>
</step>
<step importance="required">
<cmd>followed by a REQUIRED step.</cmd>
</step>
<step>
<cmd>A step with choices.</cmd>
<choicetable>
<chrow>
<choption>One</choption>
<chdesc>will do this</chdesc>
</chrow>
<chrow>
<choption>Two</choption>
<chdesc>will do this.</chdesc>
</chrow>
</choicetable>
</step>
<step>
<cmd>This step comes with troubleshooting information.</cmd>
<steptroubleshooting>Do this to troubleshoot if it did not work.</steptroubleshooting>
</step>
<step>
<cmd>And finally a normal step.</cmd>
</step>
</steps>
<result>if you do things properly, this is your result.</result>
<tasktroubleshooting>This is troubleshooting information for the task.</tasktroubleshooting>
<example>here is an example of what my task might do.</example>
<postreq>And after all of that, you should move on to...</postreq>
</taskbody>
<task id="task_qxq_xkq_pt">
<title>Nested task</title>
<shortdesc>purpose here is to add some UNORDERED steps</shortdesc>
<taskbody>
<steps-unordered>
<step>
<cmd>one</cmd>
</step>
<step>
<cmd>two</cmd>
</step>
<step>
<cmd>three</cmd>
</step>
<step>
<cmd>OH WAIT THERE IS NO ORDER HERE</cmd>
</step>
</steps-unordered>
</taskbody>
</task>
</task>