2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Data / System.Data / XmlConstants.cs
index b50a80bc6d5702835e56a685c0f0dbe806c64c49..5840fc5ea329772b9f39564c77060903457fa010 100755 (executable)
@@ -48,6 +48,7 @@ internal class XmlConstants
        /// </summary>
        public const string SchemaNamespace = "http://www.w3.org/2001/XMLSchema";
        
+       public const string XmlnsNS = "http://www.w3.org/2000/xmlns/";
        
        //xs elements and values 
        //TODO - these must exist somwhere else???
@@ -83,6 +84,8 @@ internal class XmlConstants
        //ms schema objects     
        public const string MsdataPrefix = "msdata";    
        public const string MsdataNamespace = "urn:schemas-microsoft-com:xml-msdata";
+       public const string MspropPrefix = "msprop";    
+       public const string MspropNamespace = "urn:schemas-microsoft-com:xml-msprop";
        public const string DiffgrPrefix = "diffgr";
        public const string DiffgrNamespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
        public const string TnsPrefix = "mstns";
@@ -94,6 +97,7 @@ internal class XmlConstants
        public const string ConstraintName = "ConstraintName";
        public const string PrimaryKey = "PrimaryKey";
        public const string ColumnName = "ColumnName";
+       public const string ReadOnly = "ReadOnly";
 
        public static XmlQualifiedName QnString = new XmlQualifiedName ("string", XmlSchema.Namespace);
        public static XmlQualifiedName QnShort = new XmlQualifiedName ("short", XmlSchema.Namespace);