FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (7)
348SendValidationEvent(ResXml.Sch_ComponentAlreadySeenForNS, tns, XmlSeverityType.Error);
371SendValidationEvent(ResXml.Sch_ComponentAlreadySeenForNS, tns, XmlSeverityType.Error);
589SendValidationEvent(ResXml.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.Warning);
691SendValidationEvent(ResXml.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.Warning);
1723SendValidationEvent(ResXml.Sch_XsiTypeNotFound, xsiTypeName.ToString(), severity);
1731SendValidationEvent(ResXml.Sch_XsiTypeAbstract, xsiTypeName.ToString(), severity);
1772SendValidationEvent(ResXml.Sch_NoElementSchemaFound, QNameString(_context.LocalName, _context.Namespace), XmlSeverityType.Warning);