XmlSchemaContentProcessing

XmlSchemaContentProcessing enum

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

enum class XmlSchemaContentProcessing

Values

NameValueDescription
None0Document items are not validated.
Skip1Document items must consist of well-formed XML and are not validated by the schema.
Lax2If the associated schema is found, the document items will be validated. No errors will be thrown otherwise.
Strict3The schema processor must find a schema associated with the indicated namespace to validate the document items.

See Also