Index: trunk/data/maps.xsd
===================================================================
--- trunk/data/maps.xsd	(revision 4440)
+++ trunk/data/maps.xsd	(revision 4449)
@@ -588,5 +588,5 @@
 			<xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
 				<xs:complexType>
-					<xs:sequence>
+					<xs:all>
 						<!-- The name of the imagery source -->
 						<xs:element name="name" minOccurs="1" maxOccurs="1" type="xs:string" />
@@ -599,5 +599,5 @@
 							zoom level (see below). The list of services is a XML document, so the '&' character is represented by 
 							'&amp;'. Alternatively, the URL can be wrapped in a <![CDATA[...]]> section. -->
-						<xs:element name="url" minOccurs="1" maxOccurs="1" type="xs:anyURI" />
+						<xs:element name="url" minOccurs="1" maxOccurs="1" type="xs:string" />
 						<!-- A list of supported projections (inside <code> tags) -->
 						<xs:element name="projections" minOccurs="0" maxOccurs="1" type="tns:projections" />
@@ -618,5 +618,5 @@
 						<!-- The ISO 3166 country code -->
 						<xs:element name="country-code" minOccurs="0" maxOccurs="1" type="tns:iso3166" />
-					</xs:sequence>
+					</xs:all>
 				</xs:complexType>
 			</xs:element>
