From f12c561a18f636b28c470af19f9bb60bc9a34a0e Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Tue, 14 Apr 2020 13:44:43 +0200 Subject: [PATCH] sadf: Update DTD and XSD documents Take into account PSI statistics. Signed-off-by: Sebastien GODARD --- sadf.h | 2 +- xml/sysstat-3.9.dtd | 41 +++++++++++++++++++++++++++++++++++++++-- xml/sysstat.xsd | 34 +++++++++++++++++++++++++++++++++- 3 files changed, 73 insertions(+), 4 deletions(-) diff --git a/sadf.h b/sadf.h index 60eaa9f..af36603 100644 --- a/sadf.h +++ b/sadf.h @@ -9,7 +9,7 @@ #include "sa.h" /* DTD version for XML output */ -#define XML_DTD_VERSION "3.8" +#define XML_DTD_VERSION "3.9" /* Various constants */ #define DO_SAVE 0 diff --git a/xml/sysstat-3.9.dtd b/xml/sysstat-3.9.dtd index 1ca3c01..3e945c8 100644 --- a/xml/sysstat-3.9.dtd +++ b/xml/sysstat-3.9.dtd @@ -1,5 +1,5 @@ - + - + @@ -613,3 +613,40 @@ Iused CDATA #REQUIRED Iused-percent CDATA #REQUIRED > + + + + + + + + + + + + diff --git a/xml/sysstat.xsd b/xml/sysstat.xsd index 3f3d162..263aa9e 100644 --- a/xml/sysstat.xsd +++ b/xml/sysstat.xsd @@ -1,7 +1,7 @@ - -- XML Schema v3.8 for sysstat. See sadf.h -- + -- XML Schema v3.9 for sysstat. See sadf.h -- @@ -109,6 +109,7 @@ + @@ -792,4 +793,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.49.0