System.Xml.Schema.XmlSchemaAnnotation
namespace System.Xml.Schema
{
public class XmlSchemaAnnotation : XmlSchemaObject
{
public string Id { get; set; }
public XmlSchemaObjectCollection Items { get; }
public XmlAttribute[] UnhandledAttributes { get; set; }
public XmlSchemaAnnotation();
}
}