diff schemas/system.xsd @ 286:08a9c960e17f

Fixes #97: Default army size * Merge default army size branch with trunk code * Fix issues with UTF-8 encoding and new line characters
author IBBoard <dev@ibboard.co.uk>
date Mon, 13 Dec 2010 20:20:00 +0000
parents c1d55ea8a2a1
children 4219d79f262f
line wrap: on
line diff
--- a/schemas/system.xsd	Sat Oct 30 14:28:44 2010 +0000
+++ b/schemas/system.xsd	Mon Dec 13 20:20:00 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="core:nonNegativeNonInfiniteDouble" default="0"/>
 		<xs:attribute name="warn" type="xs:boolean" default="false"/>
 		<xs:attribute name="allowAllies" type="xs:boolean" default="true"/>
 		<xs:anyAttribute processContents="lax"/>