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