2 references to Sch_NotationAttributeOnEmptyElement
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
797SendValidationEvent(_curPos - 8, XmlSeverityType.Error, SR.Sch_NotationAttributeOnEmptyElement, elementDecl.Name.ToString()); // 8 == strlen("NOTATION")
System\Xml\Schema\DtdParserAsync.cs (1)
441SendValidationEvent(_curPos - 8, XmlSeverityType.Error, SR.Sch_NotationAttributeOnEmptyElement, elementDecl.Name.ToString()); // 8 == strlen("NOTATION")