Browse Source

2009-04-21 Sebastien Pouliot <[email protected]>

	* XmlSchema_2_1.cs: Add internal fields needed by S.R.S.dll


svn path=/trunk/mcs/; revision=132287
Sebastien Pouliot 16 years ago
parent
commit
d37ae0362a

+ 4 - 0
mcs/class/System.XML/System.Xml.Schema/ChangeLog

@@ -1,3 +1,7 @@
+2009-04-21  Sebastien Pouliot  <[email protected]>
+
+	* XmlSchema_2_1.cs: Add internal fields needed by S.R.S.dll
+
 2009-03-17  Atsushi Enomoto  <[email protected]>
 
 	* XmlSchemaValidator.cs : check identity constraints on default or

+ 3 - 0
mcs/class/System.XML/System.Xml.Schema/XmlSchema_2_1.cs

@@ -32,6 +32,9 @@ namespace System.Xml.Schema {
 
 	public class XmlSchema : XmlSchemaObject {
 
+		internal const string Namespace = "http://www.w3.org/2001/XMLSchema";
+		internal const string InstanceNamespace = "http://www.w3.org/2001/XMLSchema-instance";
+
 		private XmlSchema ()
 		{
 		}