One more question: is there a way to make the elements of an array non-nillable?

As in:
<xsd:complexType name="ArrayOfRequest">
−
        <xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="Request" 
nillable="false" type="ns1:Request"/>
</xsd:sequence>
</xsd:complexType>

I don't think it's possible w/ Aegis syntax. Is it possible w/ JAXB2?

Thanks


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to