Name

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

Synopsis

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.ObjectXmlSchemaObjectXmlSchemaAnnotatedXmlSchemaNotation

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.