New tests, updates
[mono.git] / mcs / class / System.Data / System.Data / XmlConstants.cs
index 403caa3bfc5a756d34ea94daad06e136e0c71288..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???
@@ -94,6 +97,7 @@ internal class XmlConstants
        public const string Locale = "Locale";
        public const string Ordinal = "Ordinal";
        public const string IsNested = "IsNested";
+       public const string ConstraintOnly = "ConstraintOnly";
        public const string RelationName = "RelationName";
        public const string ConstraintName = "ConstraintName";
        public const string PrimaryKey = "PrimaryKey";
@@ -116,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);