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