1
0
forked from 0ad/0ad

Tighten schema for ranks, to help detect errors

This was SVN commit r8277.
This commit is contained in:
Ykkrosh 2010-10-05 00:07:15 +00:00
parent 19066998c1
commit f662e069b1

View File

@ -45,7 +45,11 @@ Identity.prototype.Schema =
"</optional>" +
"<optional>" +
"<element name='Rank'>" +
"<text/>" +
"<choice>" +
"<value>Basic</value>" +
"<value>Advanced</value>" +
"<value>Elite</value>" +
"</choice>" +
"</element>" +
"</optional>" +
"<optional>" +