diff schemas/race.xsd @ 469:2ba1f24eb427

Re #359: Add "only contained" attribute to unit types * Add attribute to schema and load in factory Also: * Reformat line endings to be consistent
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Apr 2012 20:04:31 +0100
parents 376da2b24de1
children
line wrap: on
line diff
--- a/schemas/race.xsd	Sat Apr 14 16:57:34 2012 +0100
+++ b/schemas/race.xsd	Sat Apr 14 20:04:31 2012 +0100
@@ -273,6 +273,7 @@
 	<xs:attribute name="maxSize" type="core:positiveOrInfiniteInteger" default="-1"/>
 	<xs:attribute name="minNum" type="xs:nonNegativeInteger" default="0"/>
 	<xs:attribute name="maxNum" type="core:positiveOrInfiniteInteger" default="-1"/>
+	<xs:attribute name="containedOnly" type="xs:boolean" default="false" />
 	<xs:anyAttribute processContents="lax"/>
 </xs:complexType>