comparison 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
comparison
equal deleted inserted replaced
468:95c1b68a600b 469:2ba1f24eb427
271 <xs:attribute name="baseSize" type="xs:nonNegativeInteger" default="0"/> 271 <xs:attribute name="baseSize" type="xs:nonNegativeInteger" default="0"/>
272 <xs:attribute name="minSize" type="xs:nonNegativeInteger" default="5"/> 272 <xs:attribute name="minSize" type="xs:nonNegativeInteger" default="5"/>
273 <xs:attribute name="maxSize" type="core:positiveOrInfiniteInteger" default="-1"/> 273 <xs:attribute name="maxSize" type="core:positiveOrInfiniteInteger" default="-1"/>
274 <xs:attribute name="minNum" type="xs:nonNegativeInteger" default="0"/> 274 <xs:attribute name="minNum" type="xs:nonNegativeInteger" default="0"/>
275 <xs:attribute name="maxNum" type="core:positiveOrInfiniteInteger" default="-1"/> 275 <xs:attribute name="maxNum" type="core:positiveOrInfiniteInteger" default="-1"/>
276 <xs:attribute name="containedOnly" type="xs:boolean" default="false" />
276 <xs:anyAttribute processContents="lax"/> 277 <xs:anyAttribute processContents="lax"/>
277 </xs:complexType> 278 </xs:complexType>
278 279
279 <xs:complexType name="stats"> 280 <xs:complexType name="stats">
280 <xs:sequence> 281 <xs:sequence>