28 references to Sch_ForbiddenAttribute
dotnet-svcutil-lib (28)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (14)
1193SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "use", attribute); 1197SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "form", attribute); 1247SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "ref", attribute); 1330SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "form", element); 1334SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "minOccurs", element); 1338SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "maxOccurs", element); 1391SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "abstract", element); 1395SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "final", element); 1399SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "substitutionGroup", element); 1409SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "ref", element); 1534SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "name", simpleType); 1675SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "name", complexType); 1889SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "minOccurs", group.Particle); 1893SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "maxOccurs", group.Particle);
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);