13 references to Sch_DupElement
System.Private.Xml (13)
System\Xml\Schema\DtdParser.cs (1)
1187SendValidationEvent(XmlSeverityType.Error, SR.Sch_DupElement, name.ToString());
System\Xml\Schema\DtdParserAsync.cs (1)
818SendValidationEvent(XmlSeverityType.Error, SR.Sch_DupElement, name.ToString());
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2374SendValidationEvent(SR.Sch_DupElement, localElement.QualifiedName.ToString(), localElement);
System\Xml\Schema\SchemaSetCompiler.cs (1)
2843SendValidationEvent(SR.Sch_DupElement, localElement.QualifiedName.ToString(), localElement);
System\Xml\Schema\XsdBuilder.cs (9)
1596builder.SendValidationEvent(SR.Sch_DupElement, "complexType"); 1731builder.SendValidationEvent(SR.Sch_DupElement, "extension"); 1755builder.SendValidationEvent(SR.Sch_DupElement, "restriction"); 1835builder.SendValidationEvent(SR.Sch_DupElement, "anyAttribute"); 1842builder.SendValidationEvent(SR.Sch_DupElement, "anyAttribute"); 1849builder.SendValidationEvent(SR.Sch_DupElement, "anyAttribute"); 1856builder.SendValidationEvent(SR.Sch_DupElement, "anyAttribute"); 1863builder.SendValidationEvent(SR.Sch_DupElement, "anyAttribute"); 1870builder.SendValidationEvent(SR.Sch_DupElement, "anyAttribute");