28 references to Sch_ForbiddenAttribute
System.Private.Xml (28)
System\Xml\Schema\Preprocessor.cs (14)
1160SendValidationEvent(SR.Sch_ForbiddenAttribute, "use", attribute); 1164SendValidationEvent(SR.Sch_ForbiddenAttribute, "form", attribute); 1214SendValidationEvent(SR.Sch_ForbiddenAttribute, "ref", attribute); 1297SendValidationEvent(SR.Sch_ForbiddenAttribute, "form", element); 1301SendValidationEvent(SR.Sch_ForbiddenAttribute, "minOccurs", element); 1305SendValidationEvent(SR.Sch_ForbiddenAttribute, "maxOccurs", element); 1358SendValidationEvent(SR.Sch_ForbiddenAttribute, "abstract", element); 1362SendValidationEvent(SR.Sch_ForbiddenAttribute, "final", element); 1366SendValidationEvent(SR.Sch_ForbiddenAttribute, "substitutionGroup", element); 1376SendValidationEvent(SR.Sch_ForbiddenAttribute, "ref", element); 1504SendValidationEvent(SR.Sch_ForbiddenAttribute, "name", simpleType); 1643SendValidationEvent(SR.Sch_ForbiddenAttribute, "name", complexType); 1855SendValidationEvent(SR.Sch_ForbiddenAttribute, "minOccurs", group.Particle); 1859SendValidationEvent(SR.Sch_ForbiddenAttribute, "maxOccurs", group.Particle);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (14)
834SendValidationEvent(SR.Sch_ForbiddenAttribute, "use", attribute); 838SendValidationEvent(SR.Sch_ForbiddenAttribute, "form", attribute); 886SendValidationEvent(SR.Sch_ForbiddenAttribute, "ref", attribute); 970SendValidationEvent(SR.Sch_ForbiddenAttribute, "form", element); 974SendValidationEvent(SR.Sch_ForbiddenAttribute, "minOccurs", element); 978SendValidationEvent(SR.Sch_ForbiddenAttribute, "maxOccurs", element); 1031SendValidationEvent(SR.Sch_ForbiddenAttribute, "abstract", element); 1035SendValidationEvent(SR.Sch_ForbiddenAttribute, "final", element); 1039SendValidationEvent(SR.Sch_ForbiddenAttribute, "substitutionGroup", element); 1049SendValidationEvent(SR.Sch_ForbiddenAttribute, "ref", element); 1171SendValidationEvent(SR.Sch_ForbiddenAttribute, "name", simpleType); 1308SendValidationEvent(SR.Sch_ForbiddenAttribute, "name", complexType); 1519SendValidationEvent(SR.Sch_ForbiddenAttribute, "minOccurs", group.Particle); 1523SendValidationEvent(SR.Sch_ForbiddenAttribute, "maxOccurs", group.Particle);