Merged with released L2J-Unity files.

This commit is contained in:
mobiusdev
2016-06-12 01:34:09 +00:00
parent e003e87887
commit 635557f5da
18352 changed files with 3245113 additions and 2892959 deletions

View File

@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<element name="list">
<complexType>
<sequence minOccurs="1" maxOccurs="1">
<element name="sm" minOccurs="1" maxOccurs="unbounded">
<complexType>
<attribute name="id" type="nonNegativeInteger" use="optional" />
<attribute name="name" type="token" use="optional" />
<attribute name="text" type="normalizedString" use="required" />
</complexType>
</element>
</sequence>
</complexType>
</element>
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<element name="list">
<complexType>
<sequence minOccurs="1" maxOccurs="1">
<element name="sm" minOccurs="1" maxOccurs="unbounded">
<complexType>
<attribute name="id" type="nonNegativeInteger" use="optional" />
<attribute name="name" type="token" use="optional" />
<attribute name="text" type="normalizedString" use="required" />
</complexType>
</element>
</sequence>
</complexType>
</element>
</schema>