Re: ISSUE-32: element repetitions other than \"0\", \"1\" and \"unbounded\"

I have done some testing for the element repetitions other than 0, 1 and unbounded. 

 

The tools I tested this against were 

1.    Apache Axis 1.3

2.    IBM Rational Application Developer v6

3.    Microsoft .Net 2.0

 

My schema snippet 

 

<xsd:sequence>

    <xsd:element ref="ce:valuation_currency" minOccurs="0"/>

    <xsd:element ref="ce:valuation_request" minOccurs="0" maxOccurs="2"/>

</xsd:sequence>

 

All of the tools I tested against ignored the fact that only a maximum of 2 <ce:valuation_request> elements were required and basically assumed a value of "unbounded". 

 

George

 

Received on Friday, 28 April 2006 09:17:07 UTC