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