changeset 273:3157ac054461

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Change extra data's ID to string from ID
author IBBoard <dev@ibboard.co.uk>
date Sat, 19 Jun 2010 15:51:26 +0000
parents 166d01079acf
children 4ef761279ea2
files schemas/race.xsd
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/schemas/race.xsd	Sat Jun 19 15:50:05 2010 +0000
+++ b/schemas/race.xsd	Sat Jun 19 15:51:26 2010 +0000
@@ -202,7 +202,7 @@
 						<xs:complexType>
 							<xs:simpleContent>
 								<xs:extension base="xs:string">
-									<xs:attribute name="id" type="xs:ID" use="required"/>
+									<xs:attribute name="id" type="xs:string" use="required"/>
 									<xs:anyAttribute processContents="lax"/>
 								</xs:extension>
 							</xs:simpleContent>