]> granicus.if.org Git - sysstat/commitdiff
Update DTD and XSD documents
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 19 Apr 2020 06:46:58 +0000 (08:46 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 19 Apr 2020 06:46:58 +0000 (08:46 +0200)
Remove the "per" attribute for memory activity.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
xml/sysstat-3.9.dtd
xml/sysstat.xsd

index 1910f2f7727bce70e424c480fa0a77e7982e9698..87768c0b5b9959b1231e6eb3198caf6128d5d93b 100644 (file)
 
 <!ELEMENT memory (memfree?, avail?, memused?, memused-percent?, buffers?, cached?, commit?, commit-percent?, active?, inactive?, dirty?, anonpg?, slab?, kstack?, pgtbl?, vmused?, swpfree?, swpused?, swpused-percent?, swpcad?, swpcad-percent?, frmpg?, bufpg?, campg?)>
 <!ATTLIST memory
-       per CDATA #REQUIRED
+       per CDATA #IMPLIED
        unit CDATA #REQUIRED
 >
 
index 6e8743384e92d35074bf0be1fab856b70714c45d..edf422c404f38d587585cf0d4a737538951fcf11 100644 (file)
                <xs:element name="bufpg" type="negative-hundredth-type" minOccurs="0" maxOccurs="1"></xs:element>
                <xs:element name="campg" type="negative-hundredth-type" minOccurs="0" maxOccurs="1"></xs:element>
        </xs:sequence>
-       <xs:attribute name="per" type="per-type" use="required"></xs:attribute>
+       <xs:attribute name="per" type="per-type"></xs:attribute>
        <xs:attribute name="unit" type="unit-type" use="required"></xs:attribute>
 </xs:complexType>