* XmlSchema_2_1.cs: Add internal fields needed by S.R.S.dll svn path=/trunk/mcs/; revision=132287
@@ -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
@@ -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 ()
{
}