System.Xml.Schema.XmlSchemaAppInfo
namespace System.Xml.Schema
{
public class XmlSchemaAppInfo : XmlSchemaObject
{
public XmlNode[] Markup { get; set; }
public string Source { get; set; }
public XmlSchemaAppInfo();
}
}