XmlSchemaInference.InferenceOption Enum

Definition

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
XmlSchemaInference.InferenceOption

Fields

Relaxed 1

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

Restricted 0

Indicates that a more 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.

Applies to

See also