System.Xml.Schema.XmlSchemaValidity Enumeration

Represents the validity of an XML item validated by the System.Xml.Schema.XmlSchemaValidator class.

Syntax

public enum XmlSchemaValidity

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Invalid

The XML item is invalid.

NotKnown

The validity of the XML item is not known.

Valid

The XML item is valid.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0