Changes between Version 5 and Version 6 of MapGuideRfc37
- Timestamp:
- 10/01/07 11:51:15 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc37
v5 v6 22 22 23 23 This change adds a new version of the Provider Capabilities schema. 24 In order to get a response that matches the new schema, you must use Version=2.0.0 in the GETPROVIDERCAPABILITIES request. 25 24 26 25 27 == Motivation == … … 366 368 <xs:element name="CategoryType"> 367 369 <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> 369 371 </xs:annotation> 370 372 <xs:simpleType> … … 373 375 <xs:enumeration value="Conversion"/> 374 376 <xs:enumeration value="Custom"/> 377 <xs:enumeration value="Date"/> 375 378 <xs:enumeration value="Geometry"/> 376 379 <xs:enumeration value="Math"/>