Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. anthonyMission

    complex type using Choice model with minOccurs=0

    Got aroung issue by removing the choice. Hanging the elements off the main branch and placing a mandatory element between the optional fields. It works now.
  2. anthonyMission

    complex type using Choice model with minOccurs=0

    I am using the XMLSPY tool and JAXB. Here is my schema snippet: <xsd:complexType name="CustSearchResponseType"> <xsd:sequence> <xsd:element name="header" type="HeaderType"/> <xsd:element name="detailAvailable" type="xsd:boolean"/> <xsd:choice> <xsd:element name="custList"...

Part and Inventory Search

Back
Top