[mapserver-commits] r9361 - in trunk/mapserver: . xmlmapfile
svn at osgeo.org
svn at osgeo.org
Thu Oct 1 12:30:47 EDT 2009
Author: dmorissette
Date: 2009-10-01 12:30:45 -0400 (Thu, 01 Oct 2009)
New Revision: 9361
Modified:
trunk/mapserver/HISTORY.TXT
trunk/mapserver/xmlmapfile/mapfile.xsd
Log:
Use http://mapserver.org/mapserver namespace URI in XML mapfile schema (#3142)
Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT 2009-10-01 09:56:53 UTC (rev 9360)
+++ trunk/mapserver/HISTORY.TXT 2009-10-01 16:30:45 UTC (rev 9361)
@@ -30,6 +30,9 @@
- mapgd.c: removed unused drawVectorSymbolGD() function.
+- Use http://mapserver.org/mapserver namespace URI in XML mapfile
+ schema (#3142)
+
Version 5.6.0-beta1 (2009-09-23):
---------------------------------
Modified: trunk/mapserver/xmlmapfile/mapfile.xsd
===================================================================
--- trunk/mapserver/xmlmapfile/mapfile.xsd 2009-10-01 09:56:53 UTC (rev 9360)
+++ trunk/mapserver/xmlmapfile/mapfile.xsd 2009-10-01 16:30:45 UTC (rev 9361)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ms="http://mapserver.gis.umn.edu/mapserver" targetNamespace="http://mapserver.gis.umn.edu/mapserver" elementFormDefault="qualified" attributeFormDefault="unqualified" version="5.6.0">
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ms="http://mapserver.org/mapserver" targetNamespace="http://mapserver.org/mapserver" elementFormDefault="qualified" attributeFormDefault="unqualified" version="5.6.0">
<!-- Definition of types -->
<xs:simpleType name="rgbColorValueType">
<xs:restriction base="xs:integer">
More information about the mapserver-commits
mailing list