Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSchemaInference.InferenceOption Enumeration

 

Affects occurrence and type information inferred by the XmlSchemaInference class for elements and attributes in an XML document.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public enum InferenceOption

Member nameDescription
Relaxed

Indicates that a less restrictive schema declaration should be inferred for a particular element or attribute.

Restricted

Indicates that a more restrictive schema declaration should be inferred for a particular element or attribute.

For an example of the XmlSchemaInference.InferenceOption enumeration, see the XmlSchemaInference class.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft