RE: when to write maxOccurs

2007-10-10 Thread Benson Margulies
ubator.apache.org > Subject: RE: when to write maxOccurs > > Nope-- the default value for both minOccurs and maxOccurs is 1. So, if > you have neither, it means it expects exactly 1 element. > > -Chris > > -Original Message- > From: Benson Margulies [mailto:[EM

RE: when to write maxOccurs

2007-10-10 Thread Christopher Moesel
@incubator.apache.org Subject: RE: when to write maxOccurs I thought that, in XML schema, maxOccurs='unbounded' was the default, and leaving out maxOccurs altogether has the same semantics. > -Original Message- > From: Daniel Kulp [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 10

RE: when to write maxOccurs

2007-10-10 Thread Benson Margulies
ubator.apache.org > Cc: Benson Margulies > Subject: Re: when to write maxOccurs > > On Tuesday 09 October 2007, Benson Margulies wrote: > > As it happens, Microsoft's tool for consuming WSDL files is not good > > at dealing with maxOccurs='unbounded'. Which is, AFAIK

Re: when to write maxOccurs

2007-10-10 Thread Daniel Kulp
On Tuesday 09 October 2007, Benson Margulies wrote: > As it happens, Microsoft's tool for consuming WSDL files is not good > at dealing with maxOccurs='unbounded'. Which is, AFAIK, the default > value. How does CXF decide whether to write these attributes out? If anything is an array or a List, we