Hi,
 
Try using the string "##local" to denote the no-namespace in the .xsdconfig file (I am assuming you discovered the .xsdconfig file, for example <xb:namespace uri="##local"><xb:package>noNamespaceX</xb:package></xb:namespace>).
 
Radu


From: Ahmet Pirimoglu [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 04, 2008 2:44 AM
To: user@xmlbeans.apache.org
Subject: set different noNamespace package name

Hello,

I have 3 xsd file that have same root element names with others.
Xml like;

1.xsd's xml --> <A><b>...</b><c>.....</c></A>
2.xsd's xml --> <A><b>...</b><d>.....</d></A>
3.xsd's xml --> <A><b>...</b><e>.....</e></A>

I create 3 jar file with scomp command, and then add these jar files to my project.

But I can only access 1. xsd's jar file class objects, I can not access 2. and 3. xsd's jar file class objects

Because all of these jar files package names begin with noNamespace.A. .....

My question is how I can set different namespace name for each jar files? (noNamespaceX.A. .... and noNamespaceY.A. ... and noNamespaceZ.A. .... etc)

Thanks





Bu elektronik posta ve iceriginde iletilen bütün ekler sadece ulasmasi amaclanan yetkili gercek ya da tüzel kisinin kullanimi icindir. Eger söz konusu yetkili alici degilseniz bu elektronik postanin icerigini aciklamaniz, kopyalamaniz, yönlendirmeniz veya kullanmaniz kesinlikle yasaktir ve elektronik postayi göndericisine bilgi verip derhal silmeniz gerekmektedir. Asya Katılım Bankası A.S. bu e-postanin icerdigi bilgilerin dogrulugu veya eksiksiz oldugu konusunda bir garanti vermemektedir. Banka ve gönderen, e-postanin degisiklige ugrayarak veya gec ulasmasindan, bütünlügünün ve gizliliginin korunamamasindan, virüs icermesinden ve bilgisayar sisteminize verebilecegi herhangi bir zarardan sorumlu degildir.

This e-mail and any attachments transmitted in it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient you are hereby notified that any dissemination, forwarding, copying or use of any of the information is strictly prohibited, and the e-mail should immediately be deleted. Asya Katılım Bankası A.S. makes no warranty as to the accuracy or completeness of any information contained in this message. Bank and sender, shall have no liability for any changes or late receiving, loss of integrity and confidentiality, viruses and any damages caused in anyway to your computer system.

Reply via email to