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.

thanks,
Amila.

--
Amila Suriarachchi,
WSO2 Inc.

Reply via email to