Skip to main content



      Home
Home » Archived » XML Schema Definition (XSD) » Base for relative schemaLocations
Base for relative schemaLocations [message #587656] Wed, 26 May 2004 10:09
Eclipse UserFriend
Hi Ed and others,

I couldn't figure out -- yes, schemaLocations should be absolute -- in
the W3C specs which is the correct base URI when including/import.

./A.xsd
./bbb/B.xsd
./ccc/C.xsd

Be A the root schema including "./bbb/B.xsd" and "./ccc/C.xsd".

What is the correct import statement, if wants to see C?

"../ccc/C.xsd" (assert cwd == ./bbb/)

or

"./ccc/C.xsd"? (assert cwd == .)

(...)

Is XSDResourceImpl.XSD_TRACK_LOCATION related to this topic?

(...)

Or is this bad-style again?

Regards,
Christian
Previous Topic:binding during multiple loads
Next Topic:Base for relative schemaLocations
Goto Forum:
  


Current Time: Sun Jul 06 16:07:31 EDT 2025

Powered by FUDForum. Page generated in 1.03119 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top