System.Xml.Schema.XmlSchemaSimpleContentExtension
namespace System.Xml.Schema
{
public class XmlSchemaSimpleContentExtension : XmlSchemaContent
{
public XmlSchemaAnyAttribute AnyAttribute { get; set; }
public XmlSchemaObjectCollection Attributes { get; }
public XmlQualifiedName BaseTypeName { get; set; }
public XmlSchemaSimpleContentExtension();
}
}