Commit 30e20536 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Update schema definition

parent 2de6a957
......@@ -6,8 +6,13 @@
<xs:element name="stat" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="type" type="xs:string"
minOccurs="0" maxOccurs="1"/>
<xs:element name="ident" type="xs:string"
minOccurs="0" maxOccurs="1"/>
<xs:element name="name" type="xs:string"/>
<xs:element name="value" type="xs:integer"/>
<xs:element name="flag" type="xs:string"/>
<xs:element name="description" type="xs:string"/>
</xs:sequence>
</xs:complexType>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment