Re: Unable to locate a reference

The syntax for xsi:schemaLocation is: "namespace1 schema1 namespace2 schema2
....".

If you open schema
"http://www.oasis-open.org/committees/ebxml-cppa/schema/cpp-cpa-2_0.xsd"
(schema1) in any editor or web browser you will see that the targetNamespace
is also
""http://www.oasis-open.org/committees/ebxml-cppa/schema/cpp-cpa-2_0.xsd"
(namespace1).

So, in this case, the correct syntax is:

xsi:schemaLocation="http://www.oasis-open.org/committees/ebxml-cppa/schema/cpp-cpa-2_0.xsd
http://www.oasis-open.org/committees/ebxml-cppa/schema/cpp-cpa-2_0.xsd".

Gerben Abbink
xmlBlueprint XML Editor
www.xmlblueprint.com
-- 
View this message in context: http://www.nabble.com/Unable-to-locate-a-reference-tf3987736.html#a11324464
Sent from the w3.org - xmlschema-dev mailing list archive at Nabble.com.

Received on Wednesday, 27 June 2007 18:07:11 UTC