Index: modules/system/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.module,v
retrieving revision 1.646
diff -u -p -r1.646 system.module
--- modules/system/system.module	24 Nov 2008 10:41:40 -0000	1.646
+++ modules/system/system.module	24 Nov 2008 16:11:32 -0000
@@ -223,8 +223,7 @@ function system_rdf_namespaces() {
     'rdfs'     => 'http://www.w3.org/2000/01/rdf-schema#',
     'rss'      => 'http://purl.org/rss/1.0/',
     'sioc'     => 'http://rdfs.org/sioc/ns#',
-    'xsi'      => 'http://www.w3.org/2001/XMLSchema-instance#',
-    'xsd'      => 'http://www.w3.org/2001/XMLSchema#',
+    'xsd'      => 'http://www.w3.org/2001/XMLSchema',
   );
 }
 
