2002-04-26 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSchemaInfo.cs
1 using System;\r
2 using System.Xml;\r
3 \r
4 namespace System.Xml.Schema\r
5 {\r
6         /// <summary>\r
7         /// This class would store the infomation we need during compilation.\r
8         /// (maybe during validation too.. who knows)\r
9         /// </summary>\r
10         internal class XmlSchemaInfo\r
11         {\r
12                 internal XmlSchemaInfo()\r
13                 {}\r
14 \r
15                 internal string targetNS;\r
16                 internal XmlSchemaDerivationMethod finalDefault;\r
17         }\r
18 }\r