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