- // Author: Dwivedi, Ajay kumar
- // [email protected]
- using System;
- namespace System.Xml.Schema
- {
- /// <summary>
- /// Summary description for XmlSchemaMaxExclusiveFacet.
- /// </summary>
- public class XmlSchemaMaxExclusiveFacet : XmlSchemaFacet
- {
- public XmlSchemaMaxExclusiveFacet()
- {
- }
- }
- }
|