Add System.Xml.Schema from Ajay
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSchemaGroupBase.cs
1 // Author: Dwivedi, Ajay kumar\r
2 //            Adwiv@Yahoo.com\r
3 using System;\r
4 using System.Xml.Serialization;\r
5 \r
6 namespace System.Xml.Schema\r
7 {\r
8         /// <summary>\r
9         /// Summary description for XmlSchemaGroupBase.\r
10         /// </summary>\r
11         public abstract class XmlSchemaGroupBase : XmlSchemaParticle\r
12         {\r
13                 protected XmlSchemaGroupBase()\r
14                 {\r
15                 }\r
16                 [XmlIgnore]\r
17                 public abstract XmlSchemaObjectCollection Items { get; }\r
18         }\r
19 }\r