Opened 15 years ago
Last modified 15 years ago
#1050 closed defect
Bug in FdoProviderCapabilities-1.0.0.xsd — at Initial Version
Reported by: | ksgeograf | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.2 |
Component: | General | Version: | 2.0.2 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The element on line #269 is called FunctionDefinitionList, but the actual return value from GetProviderCapabilities is FunctionDefinitionCollection.
Also, the return type enumeration does not have an empty type, which is required for functions which return void.
To test this, simply issue the GETPROVIDERCAPABILITIES on the OSGeo.SDF provider and validate the results agains the xsd, as the OSGeo.SDF provider exhibits both issues.
Note:
See TracTickets
for help on using tickets.