Reformat changes, and add some small debugging information to catch errors
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSchemaContent.cs
1 // Author: Dwivedi, Ajay kumar\r
2 //            Adwiv@Yahoo.com\r
3 using System;\r
4 \r
5 namespace System.Xml.Schema\r
6 {\r
7         /// <summary>\r
8         /// Summary description for XmlSchemaContent.\r
9         /// </summary>\r
10         public abstract class XmlSchemaContent : XmlSchemaAnnotated\r
11         {\r
12                 protected XmlSchemaContent()\r
13                 {}\r
14         }\r
15 }