File: System\Xml\Schema\XmlSchemaSimpleTypeContent.cs
Project: ndp\fx\src\Xml\System.Xml.csproj (System.Xml)
//------------------------------------------------------------------------------
// <copyright file="XmlSchemaSimpleTypeContent.cs" company="Microsoft">
//     Copyright (c) Microsoft Corporation.  All rights reserved.
// </copyright> 
// <owner current="true" primary="true">priyal</owner>                                                                
//------------------------------------------------------------------------------
 
namespace System.Xml.Schema {
 
    /// <include file='doc\XmlSchemaSimpleTypeContent.uex' path='docs/doc[@for="XmlSchemaSimpleTypeContent"]/*' />
    /// <devdoc>
    ///    <para>[To be supplied.]</para>
    /// </devdoc>
    public abstract class XmlSchemaSimpleTypeContent : XmlSchemaAnnotated {
    }
}