users@jaxb.java.net

Re: The prefix "xml"

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Mon, 11 Jun 2007 19:51:42 +0200

Hi.

I think that I need use JAXB : I have this xsd: cpa-cpp.xsd
> <?xml version="1.0" encoding="UTF-8"?>
> <schema targetNamespace="http://www.ebxml.org/namespaces/tradePartner"
> xmlns:xml="http://www.w3.org/XML/1998/namespace"
> xmlns="http://www.w3.org/2001/XMLSchema"
> xmlns:tns="http://www.ebxml.org/namespaces/tradePartner"
> xmlns:xlink="http://www.w3.org/1999/xlink"
> xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
> xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
> elementFormDefault="qualified"
> attributeFormDefault="unqualified" version="1.0">


Remove xmlns="http://www.w3.org/2001/XMLSchema", download the xml.xsd from
the link I posted before, rename it into xml_lang.xml and put it into the
same folder where your schemas are.
Just as it is done with xlink.xsd.

Bye.
/lexi