Hi,

we've got the following fragment in our xsd:

<xsd:element name="RawData" type="xsd:anyType" minOccurs="0"/>

Now we get an document containing the following part:

<RawData xsi:type="xs:base64Binary" xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> ... Some BASE64 encoded 
string here ... </RawData>

If i validate the XML Document within eclipse everything is fine.
But if i try to parse/validate the Document with XMLBeans (2.4.0)
i get the following error:

"Invalid xsi:type qname xs:base64Binary"

I googled and done some research but i don't understand why this happens.

Any hint appreciated.
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: user-h...@xmlbeans.apache.org

Reply via email to