Processes the element and attribute names in the XML schemas and, optionally, validates the XML schemas.
- handler
- A System.Xml.Schema.ValidationEventHandler that specifies the callback method that handles errors and warnings during XML Schema validation, if the strict parameter is set to true.
- fullCompile
- true to validate the XML schemas in the collection using the XmlSchemas.Compile(System.Xml.Schema.ValidationEventHandler, bool) method of the System.Xml.Serialization.XmlSchemas class; otherwise, false.
The following list identifies situations in which the XmlSchemas.Compile(System.Xml.Schema.ValidationEventHandler, bool) method is called:
By the System.Web.Services.Description.ServiceDescriptionReflector class while creating System.Web.Services.Description.ServiceDescription objects from classes that are identified as Web services.
By the Wsdl.exe tool or the System.Web.Services.Description.ServiceDescriptionImporter class, while generating client proxy classes or abstract server classes from a Web Services Description Language (WSDL) document.
By the Xsd.exe tool while generating XML schemas from types found in assemblies.
Instead of calling the XmlSchemas.Compile(System.Xml.Schema.ValidationEventHandler, bool) method directly, use the previously mentioned classes or tools.