7 references to Sch_UndeclaredElement
System.Private.Xml (7)
System\Xml\Schema\DtdValidator.cs (1)
253
SendValidationEvent(SR.
Sch_UndeclaredElement
, XmlSchemaValidator.QNameString(context!.LocalName!, context.Namespace!));
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2197
throw new XmlSchemaException(SR.
Sch_UndeclaredElement
, xe.RefName.ToString(), xe);
System\Xml\Schema\SchemaSetCompiler.cs (1)
2656
throw new XmlSchemaException(SR.
Sch_UndeclaredElement
, xe.RefName.ToString(), xe);
System\Xml\Schema\XdrBuilder.cs (1)
697
builder.SendValidationEvent(SR.
Sch_UndeclaredElement
, XmlQualifiedName.ToString(ed!.Name.Name, ed.Prefix));
System\Xml\Schema\XdrValidator.cs (1)
232
SendValidationEvent(SR.
Sch_UndeclaredElement
, XmlSchemaValidator.QNameString(context.LocalName!, context.Namespace!));
System\Xml\Schema\XmlSchemaValidator.cs (1)
1748
SendValidationEvent(SR.
Sch_UndeclaredElement
, QNameString(_context.LocalName!, _context.Namespace!));
System\Xml\Schema\XsdValidator.cs (1)
233
SendValidationEvent(SR.
Sch_UndeclaredElement
, XmlSchemaValidator.QNameString(context!.LocalName!, context.Namespace!));