Hi all,

I try a xsd:coice selection of complex types in connection with
axis2 unwrapped codegen to map. All attempts failed so far. Does someone
know a solution for this problem and cann supply an example for a binding definition?


Thanks very much.



Schema example:


<element name="doUpdate">
        <complexType>
                <sequence>
<element name="updateItem" minOccurs="1" maxOccurs="1" type="choiceType"/>
                </sequence>
        </complexType>
</element>


<xsd:complexType name="choiceType>
        <xsd:choice minOccurs="1" maxOccurs=1">
                <xsd:element ref="typeA"/> ( complexType )
                <xsd:element ref="typeB" />
                <xsd:element ref="typeC" />
        </xsd:choice>
</xsd:complexType>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to