XmlSchemaInference.InferenceOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Affects occurrence and type information inferred by the XmlSchemaInference class for elements and attributes in an XML document.
public: enum class XmlSchemaInference::InferenceOption
public enum XmlSchemaInference.InferenceOption
type XmlSchemaInference.InferenceOption =
Public Enum XmlSchemaInference.InferenceOption
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Restricted | 0 | Indicates that a more restrictive schema declaration should be inferred for a particular element or attribute. |
Relaxed | 1 | Indicates that a less restrictive schema declaration should be inferred for a particular element or attribute. |
Examples
For an example of the XmlSchemaInference.InferenceOption enumeration, see the XmlSchemaInference class.