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);