[oXygen-user] Validating XML instance with a Schema which imports another Schema

Sorin Ristache
Thu Apr 24 04:35:08 CDT 2008


Hello,

The main schema

http://www.hmis.info/schema/2_8/HUD_HMIS_2_8.xsd

does not specify the location of the imported schema on line 
10. You have to add a schemaLocation attribute to the 
xsd:import element:

     <xsd:import 
namespace="http://www.hmis.info/schema/2_8/AIRS_3_0_draft5_mod.xsd" 
schemaLocation="http://www.hmis.info/schema/2_8/AIRS_3_0_draft5_mod.xsd"/>


Regards,
Sorin


Eric Jahn wrote:
> Sorin, thank you for taking a look at this.  I fixed the problem you
> noted by bringing the namespaces into alignment, but validation of
> http://hmis.info/schema/2_8/Example_HUD_HMIS_2_8_Instance.xml
> still does not allow the imported schema to be referenced.  Response
> below.
> 
> On Wed, 2008-04-23 at 13:02 +0300, Sorin Ristache wrote:
>> The error is that the target namespace of the imported schema
>> http://www.hmis.info/schema/2_8/AIRS_3_0_draft5_mod.xsd
>> is "http://cse.unl.edu/~bkutsch/3_0_draft_d5.xsd" which does 
>> not match the namespace used in the import element in 
>> HUD_HMIS_2_8.xsd (line 10).
> 
> I made the target namespace of the imported doc and the import statement
> both refer to the same place:
> http://www.hmis.info/schema/2_8/AIRS_3_0_draft5_mod.xsd
> But I still get the same "Cannot resolve the name 'airs:tSiteService' to
> a(n) 'type definition' component." error.  Thanks in advance for any
> further insights.  -Eric
> 



More information about the oXygen-user mailing list