Hi,

We're having problems with the <choice> tag using Axis 1.3.

<xsd:choice>
<xsd:sequence>
        <xsd:element name="Value1" type="ns:Value1"/>
        <xsd:element name="Value2" type="ns:Value2" minOccurs="0"/>
</xsd:sequence>
        <xsd:element name="Value2" type="ns:Value2"/>
</xsd:choice>

Basically, we wanted to implmeent non-exclusive or. So  either value 1 and 
value 2 are present, or one of either, but not neither.

If we only set value2, then Axis complains about value 1 not being present. 

Has anyone ever seen something like this before?

thanks,
Jordan.

Reply via email to