Hi Werner,
Let me know if the following will be enough for you.
Thanks,
Sankalita
The part of the XML document which leads to the error looks like the following:
<Arguments>
<IntegerValue> 1 </IntegerValue>
<IntegerValue> 0 </IntegerValue>
<IntegerValue> 3 </IntegerValue>
<IntegerValue> 252 </IntegerValue>
</Arguments>
Any instance of such multiple occurrences of IntegerValue causes the exception.
The parts of the schema:
<xsd:element name="Arguments">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<!-- could put expression here ?? -->
<xsd:element ref="IntegerValue"/>
<xsd:element ref="RealValue"/>
<xsd:element ref="BooleanValue"/>
<xsd:element ref="StringValue"/>
<xsd:group ref="DeclaredVariable"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:element name="IntegerValue">
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
On Fri, Sep 19, 2008 at 4:00 PM, Werner Guttmann
<[EMAIL PROTECTED]> wrote:
> Let me try to run this against SVN trunk, first, and then we take it
> from there. Can you please supply me with complete (albeit minimal) XML
> files (schema, document instance) so that I can easily reproduce your
> problem ?
>
> Thanks
> Werner
>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email