System\Xml\Schema\XmlSchemaValidator.cs (7)
336SendValidationEvent(SR.Sch_ComponentAlreadySeenForNS, tns, XmlSeverityType.Error);
355SendValidationEvent(SR.Sch_ComponentAlreadySeenForNS, tns, XmlSeverityType.Error);
547SendValidationEvent(SR.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.Warning);
651SendValidationEvent(SR.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.Warning);
1703SendValidationEvent(SR.Sch_XsiTypeNotFound, xsiTypeName.ToString(), severity);
1711SendValidationEvent(SR.Sch_XsiTypeAbstract, xsiTypeName.ToString(), severity);
1752SendValidationEvent(SR.Sch_NoElementSchemaFound, QNameString(_context.LocalName!, _context.Namespace!), XmlSeverityType.Warning);