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.​XmlSchemaValidationFlags
Assembly: System.Xml.ReaderWriter
Specifies schema validation options used by the <see cref="T:System.Xml.Schema.XmlSchemaValidator" /> and <see cref="T:System.Xml.XmlReader" /> classes.
Values
None
Do not process identity constraints, inline schemas, schema location hints, or report schema validation warnings.
ProcessInlineSchema
Process inline schemas encountered during validation.
ProcessSchemaLocation
Process schema location hints ( <c>xsi:schemaLocation</c> , <c>xsi:noNamespaceSchemaLocation</c> ) encountered during validation.
ReportValidationWarnings
Report schema validation warnings encountered during validation.
ProcessIdentityConstraints
Process identity constraints ( <c>xs:ID</c> , <c>xs:IDREF</c> , <c>xs:key</c> , <c>xs:keyref</c> , <c>xs:unique</c> ) encountered during validation.
AllowXmlAttributes
Allow xml:* attributes even if they are not defined in the schema. The attributes will be validated based on their data type.