hi All,

Following on from yesterdays mail, i think the problem described in that mail 
can be more succinctly described here:

On page 56 of the user document the following fragment is given:

<complexType>
 <element name="products" type="product" minOccurs="0" maxOccurs="unbounded">
</complexType>

which should generate:

public void setProducts(Product[] productArray) {
~
}

However when I do this in my xsd i get the following
public void setProducts(Products[] productsArray) {
~
}

Note the type of array is Products instead of Product. Can anyone explain this, 
or ideally send me a working comlete xsd where this is implemented instead of 
only the fragment.

thanks for your time,

Kevin McGarry

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to