Amila Suriarachchi wrote:
hi,
Does Xml schema supports following type of schema

<xsd:complexType name="TestParticalMaxOccursType">
       <xsd:sequence minOccurs="0" maxOccurs="5">
           <xsd:element name="parm1" type="xsd:string"/>
           <xsd:element name="parm2" type="xsd:string"/>
       </xsd:sequence>
   </xsd:complexType>

I tried to add Sequence minOccurs and maxOccurs support to Axis2-adb (which
uses the xml schema to parse the schma)
but it seems that the xmlschema does not support this.

Amila, please look at

https://issues.apache.org/jira/browse/WSCOMMONS-195

-Alex


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to