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