Add missing import for xml namespace, needed to reference xml:base.
authorGlenn Adams <glenn@skynav.com>
Sun, 31 May 2009 13:42:54 +0000
changeset 129 7479da0be14f
parent 128 c17e23980f34
child 130 a3ca78c7ced3
Add missing import for xml namespace, needed to reference xml:base.
spec/xsd/ttaf1-dfxp-parameter-items.xsd
--- a/spec/xsd/ttaf1-dfxp-parameter-items.xsd	Fri May 29 04:12:36 2009 +0000
+++ b/spec/xsd/ttaf1-dfxp-parameter-items.xsd	Sun May 31 13:42:54 2009 +0000
@@ -3,6 +3,8 @@
   xmlns:tt="http://www.w3.org/2006/10/ttaf1"
   xmlns:ttd="http://www.w3.org/2006/10/ttaf1#datatype"
   xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+  <xs:import namespace="http://www.w3.org/XML/1998/namespace"
+    schemaLocation="xml.xsd"/>
   <xs:import namespace="http://www.w3.org/2006/10/ttaf1#datatype"
     schemaLocation="ttaf1-dfxp-datatypes.xsd"/>
   <xs:import namespace="http://www.w3.org/2006/10/ttaf1"