[ Team LiB ] Previous Section Next Section

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

public class XmlSchemaNotation : XmlSchemaAnnotated {
// Public Constructors
   public XmlSchemaNotation( );  
// Public Instance Properties
   public string Name{set; get; } 
   public string Public{set; get; } 
   public string System{set; get; } 
}

This type represents the xs:notation element. Its Name, Public, and System properties provide access to the name, public, and system attributes. The xs:notation element allows you to declare an external unparsed entity.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaNotation

    [ Team LiB ] Previous Section Next Section