diff dtds/race.xsd @ 147:938409fc24cc WarFoundry_v0.1beta3_Winforms

Fixes #175: Add attribute to schema to define which stats set to use * Add "statSet" attribute to <stats> tag Also: * Auto-clean up of project file * Auto-clean up of line endings
author IBBoard <dev@ibboard.co.uk>
date Fri, 25 Sep 2009 19:17:54 +0000
parents 0b32cc40d82f
children 0c0e14f03785
line wrap: on
line diff
--- a/dtds/race.xsd	Wed Sep 23 19:58:21 2009 +0000
+++ b/dtds/race.xsd	Fri Sep 25 19:17:54 2009 +0000
@@ -24,6 +24,7 @@
 													</xs:complexType>
 												</xs:element>
 											</xs:sequence>
+											<xs:attribute name="statSet" type="xs:string" default="" />
 											<xs:anyAttribute/>
 										</xs:complexType>
 									</xs:element>