$)CRe: How do i validate XML Schema , itself?

$)CIf you need to know if a schema you have written meets all the constraints
specified by the W3C XML Schema specifications, you can use the Web version
of XSV or the downloadable XML Schema Quality Checker tool from IBM
alphaWorks to check schemas.  Both give messages explaining errors. IBM's
XML Schema Quality Checker has a Java API if you want to use it from a
program that does several things with your schema file.

Using both tools gives a fairly complete check on your schema, although
there are a few minor issues that neither checks.

You can find links to them at http://www.w3.org/XML/Schema under Tools.

Regards,
Bob Schloss
IBM T. J. Watson Research Center
(a contributor to IBM XML Schema Quality Checker)

"@SAvHF\(netsgo.com\)" <maxim98@netsgo.com>@w3.org on 01/16/2002 02:00:57
AM

Sent by:    xmlschema-dev-request@w3.org


To:    <xmlschema-dev@w3.org>
cc:
Subject:    How do i validate XML Schema , itself?





I coded XML schema file,  a.xsd.


I made Parser take advantage of Xercest1.4.4.
I will validate a.xsd by using w3c specification, XMLSCHEMA.XSD.
I want to validate not XML document used Xml schema , but XML schma.xsd,
itself.
What can I do??
Please show me some JAVA source or any other  solutions.

Received on Wednesday, 16 January 2002 06:15:54 UTC