Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​Xml.​Schema.​XmlSchemaValidity
Assembly: System.Xml.ReaderWriter
Represents the validity of an XML item validated by the <see cref="T:System.Xml.Schema.XmlSchemaValidator" /> class.
Values
NotKnown
The validity of the XML item is not known.
Valid
The XML item is valid.
Invalid
The XML item is invalid.