System.Xml.Schema.XmlSchemaNotation
namespace System.Xml.Schema
{
public class XmlSchemaNotation : XmlSchemaAnnotated
{
public string Name { get; set; }
public string Public { get; set; }
public string System { get; set; }
public XmlSchemaNotation();
}
}