Opened 15 years ago

Last modified 15 years ago

#1050 closed defect

Bug in FdoProviderCapabilities-1.0.0.xsd — at Version 4

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 brucedechant)

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 (4)

comment:1 by ksgeograf, 15 years ago

Also a problem with ArgumentDefinitionList which is actually returned as ArgumentDefinitionCollection

comment:2 by jbirch, 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:3 by brucedechant, 15 years ago

This is actually a defect inside the xml generated by the server.

comment:4 by brucedechant, 15 years ago

Description: modified (diff)
Milestone: 2.2
Note: See TracTickets for help on using tickets.