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.
XmlSchemaContentProcessing Enumeration
.NET Framework (current version)
Provides information about the validation mode of any and anyAttribute element replacements.
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
| Lax | If the associated schema is found, the document items will be validated. No errors will be thrown otherwise. | |
| None | Document items are not validated. | |
| Skip | Document items must consist of well-formed XML and are not validated by the schema. | |
| Strict | The schema processor must find a schema associated with the indicated namespace to validate the document items. |
.NET Framework
Available since 1.1
Available since 1.1
Show: