changed xs:import of xml.xsd based on example at http://www.w3.org/TR/xml-i18n-bp/#generic-includeinxsd. Schema previously failed to validate, after this change the schema validates as OK.
authorStephan Zednik <zednis@rpi.edu>
Wed, 15 Aug 2012 14:25:29 -0600
changeset 4338 954701ee8fe3
parent 4337 7dc4f5d5d286
child 4339 d2c43a3ad8b1
changed xs:import of xml.xsd based on example at http://www.w3.org/TR/xml-i18n-bp/#generic-includeinxsd. Schema previously failed to validate, after this change the schema validates as OK.
xml/schema/prov.xsd
--- a/xml/schema/prov.xsd	Tue Aug 14 15:39:23 2012 -0400
+++ b/xml/schema/prov.xsd	Wed Aug 15 14:25:29 2012 -0600
@@ -29,7 +29,7 @@
 
   <xs:import namespace="http://www.w3.org/1999/xhtml/datatypes/" />
   <xs:import namespace="http://www.w3.org/XML/1998/namespace" 
-             schemaLocation="xml.xsd"/>
+             schemaLocation="http://www.w3.org/2001/xml.xsd"/>
 
   <!-- Component 1 -->