~ubuntu-branches/ubuntu/karmic/sysstat/karmic

« back to all changes in this revision

Viewing changes to xml/sysstat.xsd

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2009-03-08 19:01:43 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308190143-88odmo9euvg7f71d
Tags: 9.0.1-1
* New upstream release:
  + sar man page now mentions dependencies on sadc options (closes: #518438).
* Makefile.in: don't update sysstat.pot in clean. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://pagesperso-orange.fr/sebastien.godard/sysstat" targetNamespace="http://pagesperso-orange.fr/sebastien.godard/sysstat" elementFormDefault="qualified">
3
 
<xs:annotation><xs:appinfo>-- XML Schema v2.2 for sysstat. See sadf.h --</xs:appinfo></xs:annotation>
 
3
<xs:annotation><xs:appinfo>-- XML Schema v2.4 for sysstat. See sadf.h --</xs:appinfo></xs:annotation>
4
4
 
5
5
    <xs:element name="queue" type="queue-type"></xs:element>
6
6
 
97
97
        <xs:attribute name="tcp-tw" type="xs:nonNegativeInteger"></xs:attribute>
98
98
    </xs:complexType>
99
99
 
 
100
    <xs:element name="net-sock6" type="net-sock6-type"></xs:element>
 
101
 
 
102
    <xs:complexType name="net-sock6-type">
 
103
        <xs:attribute name="tcp6sck" type="xs:nonNegativeInteger"></xs:attribute>
 
104
        <xs:attribute name="udp6sck" type="xs:nonNegativeInteger"></xs:attribute>
 
105
        <xs:attribute name="raw6sck" type="xs:nonNegativeInteger"></xs:attribute>
 
106
        <xs:attribute name="ip6-frag" type="xs:nonNegativeInteger"></xs:attribute>
 
107
    </xs:complexType>
100
108
 
101
109
    <xs:element name="net-nfsd" type="net-nfsd-type"></xs:element>
102
110
 
167
175
        <xs:attribute name="fragcrt" type="hundredth-type"></xs:attribute>
168
176
    </xs:complexType>
169
177
 
 
178
    <xs:element name="net-ip6" type="net-ip6-type"></xs:element>
 
179
 
 
180
    <xs:complexType name="net-ip6-type">
 
181
        <xs:attribute name="irec6" type="hundredth-type"></xs:attribute>
 
182
        <xs:attribute name="fwddgm6" type="hundredth-type"></xs:attribute>
 
183
        <xs:attribute name="idel6" type="hundredth-type"></xs:attribute>
 
184
        <xs:attribute name="orq6" type="hundredth-type"></xs:attribute>
 
185
        <xs:attribute name="asmrq6" type="hundredth-type"></xs:attribute>
 
186
        <xs:attribute name="asmok6" type="hundredth-type"></xs:attribute>
 
187
        <xs:attribute name="imcpck6" type="hundredth-type"></xs:attribute>
 
188
        <xs:attribute name="omcpck6" type="hundredth-type"></xs:attribute>
 
189
        <xs:attribute name="fragok6" type="hundredth-type"></xs:attribute>
 
190
        <xs:attribute name="fragcr6" type="hundredth-type"></xs:attribute>
 
191
    </xs:complexType>
 
192
 
170
193
    <xs:element name="net-eip" type="net-eip-type"></xs:element>
171
194
 
172
195
    <xs:complexType name="net-eip-type">
180
203
        <xs:attribute name="fragf" type="hundredth-type"></xs:attribute>
181
204
    </xs:complexType>
182
205
 
 
206
    <xs:element name="net-eip6" type="net-eip6-type"></xs:element>
 
207
 
 
208
    <xs:complexType name="net-eip6-type">
 
209
        <xs:attribute name="ihdrer6" type="hundredth-type"></xs:attribute>
 
210
        <xs:attribute name="iadrer6" type="hundredth-type"></xs:attribute>
 
211
        <xs:attribute name="iukwnp6" type="hundredth-type"></xs:attribute>
 
212
        <xs:attribute name="i2big6" type="hundredth-type"></xs:attribute>
 
213
        <xs:attribute name="idisc6" type="hundredth-type"></xs:attribute>
 
214
        <xs:attribute name="odisc6" type="hundredth-type"></xs:attribute>
 
215
        <xs:attribute name="inort6" type="hundredth-type"></xs:attribute>
 
216
        <xs:attribute name="onort6" type="hundredth-type"></xs:attribute>
 
217
        <xs:attribute name="asmf6" type="hundredth-type"></xs:attribute>
 
218
        <xs:attribute name="fragf6" type="hundredth-type"></xs:attribute>
 
219
        <xs:attribute name="itrpck6" type="hundredth-type"></xs:attribute>
 
220
    </xs:complexType>
 
221
 
183
222
    <xs:element name="net-icmp" type="net-icmp-type"></xs:element>
184
223
 
185
224
    <xs:complexType name="net-icmp-type">
199
238
        <xs:attribute name="oadrmkr" type="hundredth-type"></xs:attribute>
200
239
    </xs:complexType>
201
240
 
 
241
    <xs:element name="net-icmp6" type="net-icmp6-type"></xs:element>
 
242
 
 
243
    <xs:complexType name="net-icmp6-type">
 
244
        <xs:attribute name="imsg6" type="hundredth-type"></xs:attribute>
 
245
        <xs:attribute name="omsg6" type="hundredth-type"></xs:attribute>
 
246
        <xs:attribute name="iech6" type="hundredth-type"></xs:attribute>
 
247
        <xs:attribute name="iechr6" type="hundredth-type"></xs:attribute>
 
248
        <xs:attribute name="oechr6" type="hundredth-type"></xs:attribute>
 
249
        <xs:attribute name="igmbq6" type="hundredth-type"></xs:attribute>
 
250
        <xs:attribute name="igmbr6" type="hundredth-type"></xs:attribute>
 
251
        <xs:attribute name="ogmbr6" type="hundredth-type"></xs:attribute>
 
252
        <xs:attribute name="igmbrd6" type="hundredth-type"></xs:attribute>
 
253
        <xs:attribute name="ogmbrd6" type="hundredth-type"></xs:attribute>
 
254
        <xs:attribute name="irtsol6" type="hundredth-type"></xs:attribute>
 
255
        <xs:attribute name="ortsol6" type="hundredth-type"></xs:attribute>
 
256
        <xs:attribute name="irtad6" type="hundredth-type"></xs:attribute>
 
257
        <xs:attribute name="inbsol6" type="hundredth-type"></xs:attribute>
 
258
        <xs:attribute name="onbsol6" type="hundredth-type"></xs:attribute>
 
259
        <xs:attribute name="inbad6" type="hundredth-type"></xs:attribute>
 
260
        <xs:attribute name="onbad6" type="hundredth-type"></xs:attribute>
 
261
    </xs:complexType>
 
262
 
202
263
    <xs:element name="net-eicmp" type="net-eicmp-type"></xs:element>
203
264
 
204
265
    <xs:complexType name="net-eicmp-type">
216
277
        <xs:attribute name="oredir" type="hundredth-type"></xs:attribute>
217
278
    </xs:complexType>
218
279
 
 
280
    <xs:element name="net-eicmp6" type="net-eicmp6-type"></xs:element>
 
281
 
 
282
    <xs:complexType name="net-eicmp6-type">
 
283
        <xs:attribute name="ierr6" type="hundredth-type"></xs:attribute>
 
284
        <xs:attribute name="idtunr6" type="hundredth-type"></xs:attribute>
 
285
        <xs:attribute name="odtunr6" type="hundredth-type"></xs:attribute>
 
286
        <xs:attribute name="itmex6" type="hundredth-type"></xs:attribute>
 
287
        <xs:attribute name="otmex6" type="hundredth-type"></xs:attribute>
 
288
        <xs:attribute name="iprmpb6" type="hundredth-type"></xs:attribute>
 
289
        <xs:attribute name="oprmpb6" type="hundredth-type"></xs:attribute>
 
290
        <xs:attribute name="iredir6" type="hundredth-type"></xs:attribute>
 
291
        <xs:attribute name="oredir6" type="hundredth-type"></xs:attribute>
 
292
        <xs:attribute name="ipck2b6" type="hundredth-type"></xs:attribute>
 
293
        <xs:attribute name="opck2b6" type="hundredth-type"></xs:attribute>
 
294
    </xs:complexType>
 
295
 
219
296
    <xs:element name="net-tcp" type="net-tcp-type"></xs:element>
220
297
 
221
298
    <xs:complexType name="net-tcp-type">
244
321
        <xs:attribute name="idgmerr" type="hundredth-type"></xs:attribute>
245
322
    </xs:complexType>
246
323
 
 
324
    <xs:element name="net-udp6" type="net-udp6-type"></xs:element>
 
325
 
 
326
    <xs:complexType name="net-udp6-type">
 
327
        <xs:attribute name="idgm6" type="hundredth-type"></xs:attribute>
 
328
        <xs:attribute name="odgm6" type="hundredth-type"></xs:attribute>
 
329
        <xs:attribute name="noport6" type="hundredth-type"></xs:attribute>
 
330
        <xs:attribute name="idgmer6" type="hundredth-type"></xs:attribute>
 
331
    </xs:complexType>
 
332
 
247
333
    <xs:element name="network" type="network-type"></xs:element>
248
334
 
249
335
    <xs:complexType name="network-type">
260
346
                <xs:element name="net-tcp" type="net-tcp-type"></xs:element>
261
347
                <xs:element name="net-etcp" type="net-etcp-type"></xs:element>
262
348
                <xs:element name="net-udp" type="net-udp-type"></xs:element>
 
349
                <xs:element name="net-sock6" type="net-sock6-type" minOccurs="1"></xs:element>
 
350
                <xs:element name="net-ip6" type="net-ip6-type"></xs:element>
 
351
                <xs:element name="net-eip6" type="net-eip6-type"></xs:element>
 
352
                <xs:element name="net-icmp6" type="net-icmp6-type"></xs:element>
 
353
                <xs:element name="net-eicmp6" type="net-eicmp6-type"></xs:element>
 
354
                <xs:element name="net-udp6" type="net-udp6-type"></xs:element>
263
355
        </xs:sequence>
264
356
        <xs:attribute name="per" type="per-type"></xs:attribute>
265
357
    </xs:complexType>
353
445
        <xs:attribute name="per" type="per-type"></xs:attribute>
354
446
    </xs:complexType>
355
447
 
 
448
    <xs:element name="cpu-frequency" type="cpu-frequency-type"></xs:element>
 
449
 
 
450
    <xs:complexType name="cpu-frequency-type">
 
451
        <xs:sequence>
 
452
                <xs:element name="cpufreq" type="cpufreq-type" minOccurs="1"></xs:element>
 
453
        </xs:sequence>
 
454
        <xs:attribute name="unit" type="frequnit-type"></xs:attribute>
 
455
    </xs:complexType>
 
456
 
 
457
    <xs:simpleType name="frequnit-type">
 
458
        <xs:restriction base="xs:string">
 
459
                <xs:enumeration value="MHz"></xs:enumeration>
 
460
        </xs:restriction>
 
461
    </xs:simpleType>
 
462
 
356
463
    <xs:element name="irq" type="irq-type"></xs:element>
357
464
 
358
465
    <xs:complexType name="irq-type">
359
466
        <xs:attribute name="intr" type="xs:int"></xs:attribute>
360
467
        <xs:attribute name="value" type="hundredth-type"></xs:attribute>
361
468
    </xs:complexType>
 
469
    
 
470
    <xs:element name="cpufreq" type="cpufreq-type"></xs:element>
 
471
 
 
472
    <xs:complexType name="cpufreq-type">
 
473
        <xs:attribute name="number" type="xs:string"></xs:attribute>
 
474
        <xs:attribute name="frequency" type="hundredth-type"></xs:attribute>
 
475
    </xs:complexType>
362
476
 
363
477
    <xs:element name="cpu" type="cpu-type"></xs:element>
364
478
 
430
544
                <xs:element name="serial" type="serial-type"></xs:element>
431
545
                <xs:element name="disk" type="disk-type"></xs:element>
432
546
                <xs:element name="network" type="network-type"></xs:element>
 
547
                <xs:element name="power-management" type="power-management-type"></xs:element>
433
548
        </xs:sequence>
434
549
        <xs:attribute name="date" type="xs:date"></xs:attribute>
435
550
        <xs:attribute name="time" type="xs:time"></xs:attribute>
445
560
                </xs:element>
446
561
        </xs:sequence>
447
562
    </xs:complexType>
 
563
    
 
564
    <xs:element name="power-management" type="power-management-type"></xs:element>
 
565
 
 
566
    <xs:complexType name="power-management-type">
 
567
        <xs:sequence>
 
568
                <xs:element name="cpu-frequency" type="cpu-frequency-type"
 
569
                        minOccurs="1">
 
570
                </xs:element>
 
571
        </xs:sequence>
 
572
    </xs:complexType>
448
573
 
449
574
    <xs:simpleType name="tps-type">
450
575
        <xs:restriction base="hundredth-type"></xs:restriction>