You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Wayne McFadden <wa...@yahoo.com> on 2006/02/01 00:34:04 UTC

Fwd: Re: .xsdconfig problem

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 <ep...@gmail.com> wrote:  Date: Tue, 31 Jan 2006 17:57:38 -0500
From: Edward Frederick <ep...@gmail.com>
To: user@xmlbeans.apache.org
Subject: Re: .xsdconfig problem

Don't you need a target namespace?

On 1/31/06, Wayne McFadden 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">
>
> > package
> name that should be generated. -->
> 
> 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: user-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: user-help@xmlbeans.apache.org