5 references to GlobalAttributes
System.Xml (4)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
514
schemaAttribute = schemas.
GlobalAttributes
[attName] as XmlSchemaAttribute;
System\Xml\Schema\XmlSchemaSet.cs (3)
1040
GlobalAttributes
.Clear();
1104
foreach (XmlSchemaAttribute attribute in otherSet.
GlobalAttributes
.Values) {
1137
foreach (XmlSchemaAttribute attributeToRemove in otherSet.
GlobalAttributes
.Values) {
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
107
sa = schemas.
GlobalAttributes
[name] as XmlSchemaAttribute;