Search found 6 matches

by adobra
Wed Feb 06, 2008 1:15 am
Forum: XML Schemas
Topic: Loading set of schemas in .NET 2.0
Replies: 7
Views: 6009

Re: Loading set of schemas in .NET 2.0

Thanks Sorin. One error that does appear to be a "real" error is on line 423 of coverage.xsd. There is an empty <choice /> element there, which definitely appears invalid, or at least somewhat questionable. It' a bit worrying, because this code is in the original ISO19139 schemas - it's no...
by adobra
Tue Feb 05, 2008 11:35 am
Forum: XML Schemas
Topic: Loading set of schemas in .NET 2.0
Replies: 7
Views: 6009

Re: Loading set of schemas in .NET 2.0

The full schemas are too big to post here. I have put a zipfile containing them at http://spatialdev.skm.com.au/schemas/DSG-2008-1-15.zip There is also a zipfile containing a trivial test VS2005 project at http://spatialdev.skm.com.au/schemas/TestSchema.zip In the schemas, the gmd_ADO directory repr...
by adobra
Mon Feb 04, 2008 11:24 am
Forum: XML Schemas
Topic: Loading set of schemas in .NET 2.0
Replies: 7
Views: 6009

Re: Loading set of schemas in .NET 2.0

Thanks Sorin. But there are very few properties I can find in the .NET XMLSchemaSet object that would have a bearing on this. If you have any suggestions I'd be happy to hear them. The only one I can find is the CompilationSettings property, which can be set to an object of type XMLSchemaCompilation...
by adobra
Fri Feb 01, 2008 9:37 am
Forum: XML Schemas
Topic: Loading set of schemas in .NET 2.0
Replies: 7
Views: 6009

Loading set of schemas in .NET 2.0

Hi We are developing an application based on a complex set of schemas. This schema set is based on ISO19139. It validates in Oxygen. However, when loading the schema set into the application, the application tries to compile the schema set using 'xmlschemaset.Compile'. This results in numerous excep...
by adobra
Wed Oct 10, 2007 2:14 am
Forum: XML Schemas
Topic: gmxCrs.xml and anyURI error from ISO19139
Replies: 2
Views: 4658

gmxCrs and non valid any URIs

Hi Sorin

Thank you very much for your reply. Most appreciated. I can now move forward in my work.
by adobra
Tue Oct 09, 2007 12:32 pm
Forum: XML Schemas
Topic: gmxCrs.xml and anyURI error from ISO19139
Replies: 2
Views: 4658

gmxCrs.xml and anyURI error from ISO19139

Hi I refer to "Still having problems with XSD catalogs" at archives http://www.oxygenxml.com/pipermail/oxygen-user/2006-February/000752.html . Sorin provided John with some helpful instructions to validate the ISO19139 schema (from eden) in <oXygen/> . I downloaded the zip as per the archi...