Add System.Xml.Schema from Ajay
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSchemaMaxLengthFacet.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 XmlSchemaMaxLengthFacet.\r
9         /// </summary>\r
10         public class XmlSchemaMaxLengthFacet : XmlSchemaNumericFacet\r
11         {\r
12                 public XmlSchemaMaxLengthFacet()\r
13                 {\r
14                 }\r
15         }\r
16 }\r