Changes between Version 5 and Version 6 of MapGuideRfc37


Ignore:
Timestamp:
Oct 1, 2007, 11:51:15 AM (17 years ago)
Author:
jacklee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc37

    v5 v6  
    2222
    2323This change adds a new version of the Provider Capabilities schema.
     24In order to get a response that matches the new schema, you must use Version=2.0.0 in the GETPROVIDERCAPABILITIES request.
     25
    2426
    2527== Motivation ==
     
    366368                        <xs:element name="CategoryType">
    367369                          <xs:annotation>
    368                             <xs:documentation>Enum of category types Aggregate, Conversion, Custom, Geometry, Math, Numeric, String, Unspecified </xs:documentation>
     370                            <xs:documentation>Enum of category types Aggregate, Conversion, Custom, Date, Geometry, Math, Numeric, String, Unspecified </xs:documentation>
    369371                          </xs:annotation>
    370372                          <xs:simpleType>
     
    373375                              <xs:enumeration value="Conversion"/>
    374376                              <xs:enumeration value="Custom"/>
     377                              <xs:enumeration value="Date"/>
    375378                              <xs:enumeration value="Geometry"/>
    376379                              <xs:enumeration value="Math"/>