mscorlib(4.0.0.0) API with additions
XmlSchemaContentProcessing.cs
2 
3 namespace System.Xml.Schema
4 {
7  {
9  [XmlIgnore]
10  None,
12  [XmlEnum("skip")]
13  Skip,
15  [XmlEnum("lax")]
16  Lax,
18  [XmlEnum("strict")]
19  Strict
20  }
21 }
If the associated schema is found, the document items will be validated. No errors will be thrown oth...
Document items must consist of well-formed XML and are not validated by the schema.
Definition: __Canon.cs:3
XmlSchemaContentProcessing
Provides information about the validation mode of any and anyAttribute element replacements.