[ Team LiB ] Previous Section Next Section

XmlSchemaAnnotationSystem.Xml.Schema (system.xml.dll)    class 

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.Object XmlSchemaObject XmlSchemaAnnotation

    [ Team LiB ] Previous Section Next Section