New tests, updates
[mono.git] / mcs / class / System.Data / System.Data / XmlConstants.cs
index b4fdd903cc6e597ab0869858f979acf36146a4d7..d23591f1202cc54a417d60ea5b9371e1f4235e39 100644 (file)
@@ -49,6 +49,9 @@ internal class XmlConstants
        public const string SchemaNamespace = "http://www.w3.org/2001/XMLSchema";
        
        public const string XmlnsNS = "http://www.w3.org/2000/xmlns/";
+#if NET_2_0
+       public const string XmlNS = "http://www.w3.org/XML/1998/namespace";
+#endif
        
        //xs elements and values 
        //TODO - these must exist somwhere else???
@@ -117,7 +120,7 @@ internal class XmlConstants
        public static XmlQualifiedName QnSbyte = new XmlQualifiedName ("byte", XmlSchema.Namespace);
        public static XmlQualifiedName QnFloat = new XmlQualifiedName ("float", XmlSchema.Namespace);
        public static XmlQualifiedName QnDuration = new XmlQualifiedName ("duration", XmlSchema.Namespace);
-       public static XmlQualifiedName QnUsignedShort = new XmlQualifiedName ("usignedShort", XmlSchema.Namespace);
+       public static XmlQualifiedName QnUnsignedShort = new XmlQualifiedName ("unsignedShort", XmlSchema.Namespace);
        public static XmlQualifiedName QnUnsignedInt = new XmlQualifiedName ("unsignedInt", XmlSchema.Namespace);
        public static XmlQualifiedName QnUnsignedLong = new XmlQualifiedName ("unsignedLong", XmlSchema.Namespace);
        public static XmlQualifiedName QnUri = new XmlQualifiedName ("anyURI", XmlSchema.Namespace);