FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (14)
842SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "use", attribute);
846SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "form", attribute);
894SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "ref", attribute);
977SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "form", element);
981SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "minOccurs", element);
985SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "maxOccurs", element);
1038SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "abstract", element);
1042SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "final", element);
1046SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "substitutionGroup", element);
1056SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "ref", element);
1179SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "name", simpleType);
1318SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "name", complexType);
1532SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "minOccurs", group.Particle);
1536SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "maxOccurs", group.Particle);