Represents a parsed XML schema document.
Unlike schema components defined in XS**** interfaces,
which are inherently de-coupled from where it was loaded from,
SchemaDocument represents a single XML infoset that
is a schema document.
This concept is often useful in tracking down the reference
relationship among schema documents.
See Also: XSOMParser.getDocuments author: Kohsuke Kawaguchi |