OK, I think I understand what's going on. With an empty name specified it's expecting to generate the type in line but we don't have the wrapper classes in the list of classes when we generate the schema so it's generating nothing.
So maybe we can modify our code to add the wrapper classes in as well. Simon
