protected virtual void Visit(XmlSchemaSet schemaSet)
 {
     foreach (var schema in schemaSet.GetAllSchemas())
         Traverse(schema);
 }