I have some schema's that were generated from Java code and there are lots of cases where types like ArrayOfString are generated.
If generating a new schema I'm trying to determine if there is a good reason that ArrayOfString is generated instead of setting a maxOccurs="unbounded" for attributes that need to occure multiple times.
If generating a new schema I'm trying to determine if there is a good reason that ArrayOfString is generated instead of setting a maxOccurs="unbounded" for attributes that need to occure multiple times.