// Author: Dwivedi, Ajay kumar // Adwiv@Yahoo.com using System; namespace System.Xml.Schema { /// /// Summary description for XmlSchemaMaxLengthFacet. /// public class XmlSchemaMaxLengthFacet : XmlSchemaNumericFacet { public XmlSchemaMaxLengthFacet() { } } }