[mapguide-commits] r5883 - trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Schema

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue May 31 08:24:54 EDT 2011


Author: jng
Date: 2011-05-31 05:24:54 -0700 (Tue, 31 May 2011)
New Revision: 5883

Modified:
   trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Schema/DataPropertyDefinition.cs
Log:
Add unrecgonised xsd data type that was being served by the latest trunk mgserver


Modified: trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Schema/DataPropertyDefinition.cs
===================================================================
--- trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Schema/DataPropertyDefinition.cs	2011-05-31 08:48:45 UTC (rev 5882)
+++ trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Schema/DataPropertyDefinition.cs	2011-05-31 12:24:54 UTC (rev 5883)
@@ -143,6 +143,7 @@
                     return DataPropertyType.Int16;
                 case "fdo:int32":
                 case "xs:int32":
+                case "xs:int":
                     return DataPropertyType.Int32;
                 case "fdo:int64":
                 case "xs:int64":



More information about the mapguide-commits mailing list