From ea876764bcfd8fcc212927617e7784601627daec Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Mon, 13 Jan 2014 22:19:19 +0100 Subject: [PATCH] Update DTD and XSD documents Update DTD and XSD documents to take into account the creation time of the datafile displayed by sadf -x. Signed-off-by: Sebastien GODARD --- sadf.h | 2 +- xml/{sysstat-2.17.dtd => sysstat-2.18.dtd} | 4 +++- xml/sysstat.xsd | 8 +++++++- 3 files changed, 11 insertions(+), 3 deletions(-) rename xml/{sysstat-2.17.dtd => sysstat-2.18.dtd} (99%) diff --git a/sadf.h b/sadf.h index 77edab3..67ba3cb 100644 --- a/sadf.h +++ b/sadf.h @@ -9,7 +9,7 @@ #include "sa.h" /* DTD version for XML output */ -#define XML_DTD_VERSION "2.17" +#define XML_DTD_VERSION "2.18" /* Possible actions for functions used to display reports */ #define F_BEGIN 0x01 diff --git a/xml/sysstat-2.17.dtd b/xml/sysstat-2.18.dtd similarity index 99% rename from xml/sysstat-2.17.dtd rename to xml/sysstat-2.18.dtd index 64baaaf..a239f88 100644 --- a/xml/sysstat-2.17.dtd +++ b/xml/sysstat-2.18.dtd @@ -1,5 +1,5 @@ - + @@ -23,6 +23,8 @@ + + diff --git a/xml/sysstat.xsd b/xml/sysstat.xsd index 0195a84..385d7f7 100644 --- a/xml/sysstat.xsd +++ b/xml/sysstat.xsd @@ -1,7 +1,7 @@ - -- XML Schema v2.17 for sysstat. See sadf.h -- + -- XML Schema v2.18 for sysstat. See sadf.h -- @@ -25,6 +25,7 @@ + @@ -53,6 +54,11 @@ + + + + + -- 2.49.0