November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaNotation — System.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.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaNotation