Opened 15 years ago
Closed 15 years ago
#1050 closed defect (fixed)
Bug in FdoProviderCapabilities-1.0.0.xsd
Reported by: | ksgeograf | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.2 |
Component: | General | Version: | 2.0.2 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description (last modified by )
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.
Change History (5)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Kenneth, if this is still a problem in 2.1, would it be possible for you to submit a patch to the XSD and have it reviewed?
comment:4 by , 15 years ago
Description: | modified (diff) |
---|---|
Milestone: | → 2.2 |
Note:
See TracTickets
for help on using tickets.
Also a problem with ArgumentDefinitionList which is actually returned as ArgumentDefinitionCollection