From e019d978aff25b9b30a86863625120dd32148a47 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Mon, 13 Apr 2015 08:22:55 +0200 Subject: [PATCH] Update DTD and XSD documents Update DTD and XSD documents to take into account FC/HBA XML data. Signed-off-by: Sebastien GODARD --- sadf.h | 2 +- xml/sysstat-3.0.dtd | 13 +++++++++++-- xml/sysstat.xsd | 12 +++++++++++- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/sadf.h b/sadf.h index e0eb95b..a90d768 100644 --- a/sadf.h +++ b/sadf.h @@ -9,7 +9,7 @@ #include "sa.h" /* DTD version for XML output */ -#define XML_DTD_VERSION "3.0" +#define XML_DTD_VERSION "3.1" /* Possible actions for functions used to display reports */ #define F_BEGIN 0x01 diff --git a/xml/sysstat-3.0.dtd b/xml/sysstat-3.0.dtd index d5e901f..743c6ac 100644 --- a/xml/sysstat-3.0.dtd +++ b/xml/sysstat-3.0.dtd @@ -1,5 +1,5 @@ - + - + @@ -485,6 +485,15 @@ idgmer6 CDATA #REQUIRED > + + + diff --git a/xml/sysstat.xsd b/xml/sysstat.xsd index 331c1c1..eaf486c 100644 --- a/xml/sysstat.xsd +++ b/xml/sysstat.xsd @@ -1,7 +1,7 @@ - -- XML Schema v3.0 for sysstat. See sadf.h -- + -- XML Schema v3.1 for sysstat. See sadf.h -- @@ -370,6 +370,7 @@ + @@ -600,6 +601,15 @@ + + + + + + + + + -- 2.40.0