This commit is contained in:
mobius
2015-01-01 20:02:50 +00:00
parent eeae660458
commit a6a3718849
17894 changed files with 2818932 additions and 0 deletions

16
trunk/dist/game/data/lang/langs.xsd vendored Normal file
View File

@@ -0,0 +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>
</schema>