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
.NET Framework (current version)
Affects occurrence and type information inferred by the XmlSchemaInference class for elements and attributes in an XML document.
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
| 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
Available since 2.0
Show: