System.Xml.Schema.XmlSchemaContentProcessing Enumeration

Provides information about the validation mode of any and anyAttribute element replacements.

Syntax

public enum XmlSchemaContentProcessing

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0