This commit is contained in:
MobiusDev
2017-08-16 17:59:12 +00:00
parent d5d1c8c773
commit 9f1daf467a
21308 changed files with 3766390 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="shared.xsd" />
<xs:element name="list">
<xs:complexType>
<xs:sequence>
<xs:element name="spawn" type="spawn" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>