11 references to Sch_UndeclaredAttribute
System.Private.Xml (11)
System\Xml\Schema\DtdValidator.cs (1)
202SendValidationEvent(SR.Sch_UndeclaredAttribute, reader.Name);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1992throw new XmlSchemaException(SR.Sch_UndeclaredAttribute, xa.RefName.ToString(), xa);
System\Xml\Schema\SchemaInfo.cs (3)
163throw new XmlSchemaException(SR.Sch_UndeclaredAttribute, qname.ToString()); 167throw new XmlSchemaException(SR.Sch_UndeclaredAttribute, qname.ToString()); 265throw new XmlSchemaException(SR.Sch_UndeclaredAttribute, qname.ToString());
System\Xml\Schema\SchemaSetCompiler.cs (1)
2433throw new XmlSchemaException(SR.Sch_UndeclaredAttribute, xa.RefName.ToString(), xa);
System\Xml\Schema\XdrBuilder.cs (2)
689builder.SendValidationEvent(SR.Sch_UndeclaredAttribute, gname.Name); 1297builder.SendValidationEvent(SR.Sch_UndeclaredAttribute, XmlQualifiedName.ToString(qname.Name, prefix));
System\Xml\Schema\XmlSchemaValidator.cs (2)
543SendValidationEvent(SR.Sch_UndeclaredAttribute, attQName.ToString()); 559SendValidationEvent(SR.Sch_UndeclaredAttribute, attQName.ToString());
System\Xml\Schema\XsdValidator.cs (1)
515SendValidationEvent(SR.Sch_UndeclaredAttribute, attQName.ToString());