Hi 

    In the following complex type the code generation utility does not
generate the helper methods for the elements which are in the choice tag
any reason? 

 

 

                  <xs:complexType name="ChannelInfo">

                        <xs:sequence>

                                    <xs:element name="channelType"
type="common:ContactType"/>

                                    <xs:choice>

                                        <xs:element name="emailAddress"
type="xs:string"/>

                                        <xs:element name="faxNumber"
type="xs:string"/>

                                        <xs:element name="mailAddress"
type="common:MailAddress"/>

                                       <xs:element name="phoneNumber"
type="xs:string"/>

                                     </xs:choice> 

                        </xs:sequence>

            </xs:complexType>

 

Thanks

Vibhor

Reply via email to