Share via


ValidationType Enumeration

Specifies the type of validation to perform in XmlValidatingReader or in XmlReaderSettings.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public enum ValidationType

Members

  Member name Description
None No validation is performed.
Schema Validate according to W3C XSD schemas, including inline schemas. An error is returned if both XDR and XSD schemas are referenced from the same document.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

System.Xml Namespace