Skip to content
Snippets Groups Projects
Commit 10bf8594 authored by Zoey76's avatar Zoey76
Browse files

BETA: Minor update for instance.xsd schema by Copyleft.

parent 7699d7fb
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,11 @@
<xs:attribute name="val" type="xs:positiveInteger" use="required" />
</xs:complexType>
</xs:element>
<xs:element name="PvPInstance" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:attribute name="val" type="xs:boolean" use="required" />
</xs:complexType>
</xs:element>
<xs:element name="showTimer" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:attribute name="val" type="xs:boolean" use="required" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment