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)
831SendValidationEvent(SR.Sch_ForbiddenAttribute, "use", attribute); 835SendValidationEvent(SR.Sch_ForbiddenAttribute, "form", attribute); 883SendValidationEvent(SR.Sch_ForbiddenAttribute, "ref", attribute); 967SendValidationEvent(SR.Sch_ForbiddenAttribute, "form", element); 971SendValidationEvent(SR.Sch_ForbiddenAttribute, "minOccurs", element); 975SendValidationEvent(SR.Sch_ForbiddenAttribute, "maxOccurs", element); 1028SendValidationEvent(SR.Sch_ForbiddenAttribute, "abstract", element); 1032SendValidationEvent(SR.Sch_ForbiddenAttribute, "final", element); 1036SendValidationEvent(SR.Sch_ForbiddenAttribute, "substitutionGroup", element); 1046SendValidationEvent(SR.Sch_ForbiddenAttribute, "ref", element); 1168SendValidationEvent(SR.Sch_ForbiddenAttribute, "name", simpleType); 1305SendValidationEvent(SR.Sch_ForbiddenAttribute, "name", complexType); 1516SendValidationEvent(SR.Sch_ForbiddenAttribute, "minOccurs", group.Particle); 1520SendValidationEvent(SR.Sch_ForbiddenAttribute, "maxOccurs", group.Particle);