InferenceOption

InferenceOption enum

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

enum class InferenceOption

Values

NameValueDescription
Restricted0Indicates that a more restrictive schema declaration should be inferred for a particular element or attribute.
Relaxed1Indicates that a less restrictive schema declaration should be inferred for a particular element or attribute.

See Also