Documentation  at http://wiki.apache.org/xmlbeans/XmlBeansFaq#configPackageName
says the following:
 
Note: If schema doesn't include targenamespace then use
<xb:namespace uri="##any">    <xb:package>org.openuri.easypo.xsdconfig</xb:package>  </xb:namespace>  
 
to specify package names. 
 


Edward Frederick <[EMAIL PROTECTED]> wrote:
Date: Tue, 31 Jan 2006 17:57:38 -0500
From: Edward Frederick <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: .xsdconfig problem

Don't you need a target namespace?

On 1/31/06, Wayne McFadden <[EMAIL PROTECTED]>wrote:
> I am using ant and I'm trying to get the following xsd below into a package.
>
> The last .xsdconfig file (named .xsdconfig) was
>
>
> > xmlns:xs="http://xml.apache.org/xmlbeans/2004/02/xbean/config">
>
>
>
> com.confirmhub.xmlbean.schema
>

>
>
>

>
> I can't seem to get the right combination to get the package created, it
> always puts it into nonamespace, like it isn't even reading my .xsdconfig
> file. Any help is appreciated.
>
>
>
> > xmlns:xs="http://www.w3.org/2001/XMLSchema"
> xmlns:po="http://openuri.org/easypo"
> elementFormDefault="qualified">
>
>
>
>
>
> > maxOccurs="unbounded"/>
>
>

>

>

>
>
>
>
>

>
>
>
>

>
> >
>
>
>
>

>

>
>
>
>
>

>

>

>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to