updated schemaLocation attribute of include statement in extension schemas
authorStephan Zednik <zednis@rpi.edu>
Fri, 08 Mar 2013 13:37:56 -0700
changeset 5939 a7620fc95e52
parent 5938 9a1985ebd1c2
child 5940 3204930748ed
updated schemaLocation attribute of include statement in extension schemas
xml/schema/prov-dictionary.xsd
xml/schema/prov-links.xsd
--- a/xml/schema/prov-dictionary.xsd	Fri Mar 08 13:36:42 2013 -0700
+++ b/xml/schema/prov-dictionary.xsd	Fri Mar 08 13:37:56 2013 -0700
@@ -3,7 +3,7 @@
 	targetNamespace="http://www.w3.org/ns/prov#" xmlns:prov="http://www.w3.org/ns/prov#"
 	elementFormDefault="qualified">
 	
-	<xs:include schemaLocation="../prov-core.xsd" />	
+	<xs:include schemaLocation="prov-core.xsd" />	
 		
 	<!-- Dictionary -->
 	<xs:complexType name="Dictionary">
--- a/xml/schema/prov-links.xsd	Fri Mar 08 13:36:42 2013 -0700
+++ b/xml/schema/prov-links.xsd	Fri Mar 08 13:37:56 2013 -0700
@@ -3,7 +3,7 @@
 	targetNamespace="http://www.w3.org/ns/prov#" xmlns:prov="http://www.w3.org/ns/prov#"
 	elementFormDefault="qualified">
 	
-	<xs:include schemaLocation="../prov-core.xsd" />
+	<xs:include schemaLocation="prov-core.xsd" />
 	
 	<xs:complexType name="Mention">
 		<xs:sequence>