Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Should ArrayOf* be used?

Status
Not open for further replies.

sol1001

Programmer
Feb 10, 2010
1
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top