Opened 15 years ago

Closed 14 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 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 (5)

comment:1 by ksgeograf, 15 years ago

Also a problem with ArgumentDefinitionList which is actually returned as ArgumentDefinitionCollection

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

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

comment:4 by brucedechant, 14 years ago

Description: modified (diff)
Milestone: 2.2

comment:5 by brucedechant, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk r4801

Note: See TracTickets for help on using tickets.