Name

XmlSchemaAnnotation — System.Xml.Schema (system.xml.dll)    class 

Synopsis

public class XmlSchemaAnnotation : XmlSchemaObject {
// Public Constructors
   public XmlSchemaAnnotation( );  
// Public Instance Properties
   public string Id{set; get; } 
   public XmlSchemaObjectCollection Items{get; } 
   public XmlAttribute[ ] UnhandledAttributes{set; get; } 
}

This type is used to represent an xs:annotation element, which contains additional human- or computer-readable information about an XML Schema element. Its Items property allows access to a XmlSchemaObjectCollection containing its XmlSchemaAppInfo and XmlSchemaDocumentation child elements.

Hierarchy

System.ObjectXmlSchemaObjectXmlSchemaAnnotation

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.