[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Associating an XML Schema with a XML Document


schemalocation file
Luciano Resende (Discussion List) wrote:
> I have the following Schema and XML files... 
> I want to specify that the xml is based on the schema defined as file : booksextended.xsd
> Could someone tell me what I'm doing wrong on the xml file ?
> 

You would need to tell us what is happening that causes you to say that 
you are "doing something wrong".  However, your schemaLocation value 
appears messed up -

> xsi:schemaLocation="file://d//ibm//dev//workspaces//dominoportal//dominoadapter booksextended.xsd">

The schemaLocation has to pair a namespace uri with a schema file, but 
your schema does not declare a target namespace and it does not declare 
any namespace with that ill-formed file: uri.

More than likely, you want to use noNamespaceSchemaLocation.  I have to 
guess that you meant to include the absolute path to your schema file. 
If so, your file: uri is messed up. I do not know why you have all those 
double slashes in there.  The fact that you have a "d" makes me think 
that you are on a Windows system.  Probably you should be using

xsi:noNamespaceSchemaLocation="file:///d:/ibm/dev/workspaces/dominoportal/dominoadapter/booksextended.xsd"

If you expect to get solutions, you will need to say more about what you 
are actually doing and what symptoms or error messages you are getting.

Cheers,

Tom P



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.