changeset 225:0d5a17f33a36

Re #233: Base name of "unitPoints" attribute * Actually make changes that got lost in the fight with version control to rename a folder (which didn't work in the end) no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Thu, 17 Dec 2009 20:52:22 +0000
parents f097888efcfe
children c931684f9024
files schemas/race.xsd
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/schemas/race.xsd	Mon Dec 14 20:50:39 2009 +0000
+++ b/schemas/race.xsd	Thu Dec 17 20:52:22 2009 +0000
@@ -137,13 +137,13 @@
 								<xs:attribute name="id" type="xs:ID" />
 								<xs:attribute name="typeName" type="xs:string" use="required"/>
 								<xs:attribute name="cat" type="xs:string" use="required"/>
-								<xs:attribute name="unitPoints" type="core:nonNegativeNonInfiniteDouble" default="0"/>
 								<xs:attribute name="points" type="core:nonNegativeNonInfiniteDouble" use="required"/>
+								<xs:attribute name="basePoints" type="core:nonNegativeNonInfiniteDouble" default="0"/>
+								<xs:attribute name="baseSize" type="xs:nonNegativeInteger" default="0"/>
+								<xs:attribute name="minSize" type="xs:nonNegativeInteger" default="5"/>
+								<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="minSize" type="xs:nonNegativeInteger" default="5"/>
-								<xs:attribute name="maxSize" type="core:positiveOrInfiniteInteger" default="-1"/>
-								<xs:attribute name="baseSize" type="xs:nonNegativeInteger" default="0"/>
 								<xs:anyAttribute/>
 							</xs:complexType>
 						</xs:element>