Subversion Repositories XServices

Rev

Rev 159 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
159 brianR 1
<?xml version='1.0' encoding='utf-8'?>
2
<!DOCTYPE section [
3
<!ENTITY % myent SYSTEM "../entities.ent">
4
%myent;
5
]>
6
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
7
	xmlns:xi="http://www.w3.org/2001/XInclude">
8
	<title> ...
9
	</title>
10
	<para>Description here</para>
11
	<section>
12
		<title>&inp;
13
		</title>
14
		<para />
15
		<table frame="all">
16
			<title>Input parameters
17
			</title>
18
			<tgroup cols="4">
19
				<colspec colnum="1" colname="parameter" />
20
				<colspec colnum="2" colname="type" />
21
				<colspec colnum="3" colname="required" />
22
				<colspec colnum="4" colname="description" />
23
				<thead>
24
					<row>
25
						<entry>parameter</entry>
26
						<entry>type</entry>
27
						<entry>required</entry>
28
						<entry>description</entry>
29
					</row>
30
				</thead>
31
				<tbody>
32
					<row>
33
						<entry>host</entry>
34
						<entry>HostConnection</entry>
35
						<entry>Yes</entry>
36
						<entry>
37
							Host where to execute the command. See
38
							<link linkend='hostconnection'>HostConnection</link>
39
							.
40
						</entry>
41
					</row>
42
					<row>
43
						<entry>command</entry>
44
						<entry>String</entry>
45
						<entry>No</entry>
46
						<entry>Any command including arguments</entry>
47
					</row>
48
          &param-timeout;
49
				</tbody>
50
			</tgroup>
51
		</table>
52
		<para />
53
	</section>
54
	<section>
55
		<title>&outp;
56
		</title>
57
		<xi:include href="../types/ReturnCode.xml" />
58
	</section>
59
</section>