<?xml version="1.0" encoding="UTF-8"?>
-<!--DTD v3.0 for sysstat. See sadf.h -->
+<!--DTD v3.1 for sysstat. See sadf.h -->
<!ELEMENT sysstat (sysdata-version, host)>
<!ATTLIST sysstat
util-percent CDATA #REQUIRED
>
-<!ELEMENT network (net-dev+, net-edev+, net-nfs, net-nfsd, net-sock, net-ip, net-eip, net-icmp, net-eicmp, net-tcp, net-etcp, net-udp, net-sock6, net-ip6, net-eip6, net-icmp6, net-eicmp6, net-udp6)>
+<!ELEMENT network (net-dev*, net-edev*, net-nfs?, net-nfsd?, net-sock?, net-ip?, net-eip?, net-icmp?, net-eicmp?, net-tcp?, net-etcp?, net-udp?, net-sock6?, net-ip6?, net-eip6?, net-icmp6?, net-eicmp6?, net-udp6?, fchost*)>
<!ATTLIST network
per CDATA #REQUIRED
>
idgmer6 CDATA #REQUIRED
>
+<!ELEMENT fchost EMPTY>
+<!ATTLIST fchost
+ name CDATA #REQUIRED
+ fch_rxf CDATA #REQUIRED
+ fch_txf CDATA #REQUIRED
+ fch_rxw CDATA #REQUIRED
+ fch_txw CDATA #REQUIRED
+>
+
<!ELEMENT power-management (cpu-frequency?, fan-speed?, temperature?, voltage-input?, cpu-weighted-frequency?, usb-devices?)>
<!ELEMENT cpu-frequency (cpufreq+)>
<?xml version="1.0" encoding="UTF-8"?>
<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">
<xs:annotation>
- <xs:appinfo>-- XML Schema v3.0 for sysstat. See sadf.h --</xs:appinfo>
+ <xs:appinfo>-- XML Schema v3.1 for sysstat. See sadf.h --</xs:appinfo>
</xs:annotation>
<xs:element name="sysstat" type="sysstat-type"></xs:element>
<xs:element name="net-icmp6" type="net-icmp6-type" minOccurs="0" maxOccurs="1"></xs:element>
<xs:element name="net-eicmp6" type="net-eicmp6-type" minOccurs="0" maxOccurs="1"></xs:element>
<xs:element name="net-udp6" type="net-udp6-type" minOccurs="0" maxOccurs="1"></xs:element>
+ <xs:element name="fchost" type="fchost-type" minOccurs="0" maxOccurs="unbounded"></xs:element>
</xs:sequence>
<xs:attribute name="per" type="per-type" use="required"></xs:attribute>
</xs:complexType>
<xs:attribute name="idgmer6" type="hundredth-type" use="required"></xs:attribute>
</xs:complexType>
+<xs:element name="fchost" type="fchost-type"></xs:element>
+<xs:complexType name="fchost-type">
+ <xs:attribute name="name" type="xs:string" use="required"></xs:attribute>
+ <xs:attribute name="fch_rxf" type="hundredth-type" use="required"></xs:attribute>
+ <xs:attribute name="fch_txf" type="hundredth-type" use="required"></xs:attribute>
+ <xs:attribute name="fch_rxw" type="hundredth-type" use="required"></xs:attribute>
+ <xs:attribute name="fch_txw" type="hundredth-type" use="required"></xs:attribute>
+</xs:complexType>
+
<xs:element name="power-management" type="power-management-type"></xs:element>
<xs:complexType name="power-management-type">
<xs:sequence>