Inferring an XML Schema

Describes how to use the Schema Object Model (SOM) XmlSchemaInference class to infer an XML Schema definition language (XSD) schema from the structure of an XML document.

The Schema Object Model (SOM) XmlSchemaInference class in the System.Xml.Schema namespace allows you to infer an XML Schema definition language (XSD) schema from the structure of an XML document. The XmlSchemaInference class outputs an XML schema that can validate the XML document.

In This Section

See Also

Concepts

Inferring Schemas from XML Documents

Rules for Inferring Schema Node Types and Structure

Other Resources

XML Schema Object Model (SOM)