Windows apps
Collapse the table of content
Expand the table of content
Information
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.

XmlSchemaValidity Enumeration

 

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

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public enum XmlSchemaValidity

Member nameDescription
Invalid

The XML item is invalid.

NotKnown

The validity of the XML item is not known.

Valid

The XML item is valid.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft