-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdtd_xsd.html
103 lines (102 loc) · 3.58 KB
/
dtd_xsd.html
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body style="font-family: Verdana,sans-serif; color: rgb(255, 255, 255); background-color: rgb(0, 0, 110);"
vlink="#33cc00" link="#33ff33" alink="#66ff99">
<style>
pre {
font-size: 120%;
}
code {
color: #fd6614;
font-size: 120%;
}
</style>
<table style="width: 100%; height: 95px;" cellspacing="0" cellpadding="2" border="0">
<tbody>
<tr>
<td style="vertical-align: middle; text-align: left; width: 80%; background-repeat: repeat-x;" class="bandeau">
<img style="width: 375px; height: 157px;" alt="bandeau1" src="/bandeau11.jpg">
<img style="width: 333px; height: 156px;" alt="bandeau2" src="/bandeau22.jpg">
</td>
<td style="vertical-align: bottom; text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" value="_s-xclick" type="hidden">
<input name="hosted_button_id" value="45U6F9R73ESFQ" type="hidden">
<input src="https://www.paypalobjects.com/en_US/FR/i/btn/btn_donateCC_LG.gif"
name="submit" alt="PayPal - The safer, easier way to pay online!"
type="image">
<img alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
width="1" height="1" border="0">
</form>
</td>
</tr>
<tr>
<td id="menuhaut" colspan="2" rowspan="1">
<hr style="height: 12px; width: 100%;">
<div style="text-align: center; color: rgb(51, 255, 51);">
<font size="+1">
<a href="/index.html">News</a>
|
<a href="/features.html">Features</a>
|
<a href="/dtd_xsd.html">DTD/XSD</a>
|
<a href="https://github.com/sysstat/sysstat" target="_blank">GitHub</a>
|
<a href="/versions.html">Download</a>
|
<a href="/faq.html">FAQ</a>
|
<a href="mailto:sysstat%20%3Cat%3E%20orange.fr">Contact</a>
</font>
</div>
</td>
</tr>
</tbody>
</table>
<br><br>
<span style="text-align: center; color: rgb(255, 255, 0);">
<h1>DTD/XSD</h1>
</span>
<hr style="width: 100%; height: 2px;">
<h3>Sysstat XML Schema (XSD) and Document Type Definition (DTD)</h3>
You can download here the XML Schema and the DTD that define
the structure of the XML document generated by "sadf -x".<br>
These files are included in each
sysstat source package. You can find here their latest version.<br>
<br>
<table style="text-align: center; background-color: rgb(102, 51, 51);" height="103"
cellspacing="2" cellpadding="2" border="1" width="1024" nowrap="nowrap">
<tbody>
<tr style="font-weight: bold; font-style: italic;
background-color: rgb(51, 102, 102);">
<td>File</td>
<td>Version</td>
<td>Size</td>
<td>sha1sum</td>
<td>Suitable for sysstat versions</td>
</tr>
<tr>
<td style="text-align: left;" nowrap="nowrap">
<a href="/dtd_xsd/sysstat.xsd">Download sysstat XSD</a></td>
<td>3.17</td>
<td>47 kiB</td>
<td>4e2cd14d07d7154905f21f7ea80e2c4bb022e8ed</td>
<td>12.0.1 and later</td>
</tr>
<tr>
<td style="text-align: left;" nowrap="nowrap">
<a href="/dtd_xsd/sysstat-3.17.dtd">Download sysstat DTD</a></td>
<td>3.17</td>
<td>13 kiB</td>
<td>53b0a24b85223fd89c3e4df5eb3b2d61e2820553</td>
<td>12.0.1 and later</td>
</tr>
</tbody>
</table>
</body>
</html>