1 write to schemas
System.Xml (1)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
63
this.
schemas
= schemas;
3 references to schemas
System.Xml (3)
System\Xml\Dom\DocumentSchemaValidator.cs (3)
107
partialValidationType =
schemas
.GlobalElements[schemaElement.QualifiedName]; //Get Global element with correct Nillable, Default etc
228
validator = new XmlSchemaValidator(nameTable,
schemas
, NamespaceResolver, validationFlags);
514
schemaAttribute =
schemas
.GlobalAttributes[attName] as XmlSchemaAttribute;