[Mono-list] unable to compile schema

"Manuel V. Santos López" mvsl@telefonica.net
Fri, 27 Aug 2004 21:16:08 +0200


Hi,

> 
> The reason why I _doubt_ is, because MS.NET also rejects that one
> and it still fails under .NET 2.0 while I use their improved class
> XmlSchemaSet.
> 

I've found an interesting page related with this problem.

It seems that there is an errata in the first .xsd file.

Take a look at http://www.xml-xerces.com/msg/2315.html
and its response:

   The schema is invalid. If you follow the link to the errata document,
   you 'll find that E0-21 [1] changed that schema.

   [1] http://www.w3.org/2001/05/xmlschema-errata#E0-21

Also note that the original include tag is modified by the sender (just
like in the first workaround I send before):
   <!--include
   schemaLocation= " http://www.example.com/schemas/address.xsd "/-- >
   <include schemaLocation= "ipo_address.xsd "/ >

Hope it helps,
Manuel V. Santos López