NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlSchemaCollection Class

The XmlSchemaCollection contains a set of namespace URI's. Each namespace also have an associated private data cache corresponding to the XML-Data Schema or W3C XML Schema. The XmlSchemaCollection will able to load XSD and XDR schemas, and compile them into an internal "cooked schema representation". The Validate() method then uses this internal representation for efficient runtime validation of any given subtree.

Object
   XmlSchemaCollection

[Visual Basic]
Public Class XmlSchemaCollection
[C#]
public class XmlSchemaCollection
[C++]
public __gc class XmlSchemaCollection
[JScript]
public class XmlSchemaCollection

Remarks

[To be supplied.]

Requirements

Namespace: System.Data.XML

Assembly: System.Data.dll

See Also

XmlSchemaCollection Members | System.Data.XML Namespace | UriResolver