Adb currently does not support this type of schemas,
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Child1" type="xsd:int">
</xsd:element>
<xsd:choice>
<xsd:element name="SomeChoice1"
type="test1:SomeChoice1_Type"
nillable="true" maxOccurs="unbounded">
</xsd:element>
<xsd:element name="SomeChoice2"
type="test1:SomeChoice2_Type"
nillable="true" maxOccurs="unbounded">
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
it does not process any element other than Element and Any under sequence
element. it supports only the xsd:choices directly under complex type.
--
Amila Suriarachchi,
WSO2 Inc.