diff schemas/system.xsd @ 390:4e0031339bcb default-army-name

Re #97: Default army size papercut. Updated GameSystem.cs, system.xsd and Factories to accommodate default system size.
author snowblizz
date Sun, 12 Dec 2010 15:27:07 +0000
parents c1d55ea8a2a1
children 376da2b24de1
line wrap: on
line diff
--- a/schemas/system.xsd	Sun Nov 21 21:53:16 2010 +0000
+++ b/schemas/system.xsd	Sun Dec 12 15:27:07 2010 +0000
@@ -39,6 +39,7 @@
 		</xs:sequence>
 		<xs:attribute name="id" type="xs:string" />
 		<xs:attribute name="name" type="xs:string" use="required"/>
+    <xs:attribute name="defaultArmySize" type="xs:integer" default="0"/>
 		<xs:attribute name="warn" type="xs:boolean" default="false"/>
 		<xs:attribute name="allowAllies" type="xs:boolean" default="true"/>
 		<xs:anyAttribute processContents="lax"/>