changeset 77:338f13395e64

Re #82 - Add cost multiplier for equipment * Fix enumeration name in Race XSD
author IBBoard <dev@ibboard.co.uk>
date Tue, 19 May 2009 10:58:37 +0000
parents 39a0ac8d7326
children f70c709dad8b
files dtds/race.xsd
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dtds/race.xsd	Sun May 17 19:08:03 2009 +0000
+++ b/dtds/race.xsd	Tue May 19 10:58:37 2009 +0000
@@ -161,7 +161,7 @@
 		<xs:enumeration value="down"/>
 	</xs:restriction>
 </xs:simpleType>
-<xs:simpleType name="updowntype">
+<xs:simpleType name="costroundingtype">
 	<xs:restriction base="xs:string">
 		<xs:enumeration value="up"/>
 		<xs:enumeration value="down"/>