Name

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

Synopsis

public class XmlSchemaDocumentation : XmlSchemaObject {
// Public Constructors
   public XmlSchemaDocumentation( );  
// Public Instance Properties
   public string Language{set; get; } 
   public XmlNode[ ] Markup{set; get; } 
   public string Source{set; get; } 
}

This type is used to represent the xs:documentation XML Schema element, which provides human-readable information about the XML Schema element it decorates. It is only valid as a child of a XmlSchemaAnnotation element. Since any content is valid within the xs:documentation element, the content is accessible through the Markup property, which returns an array of System.Xml.XmlNodes.

Hierarchy

System.ObjectXmlSchemaObjectXmlSchemaDocumentation

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.84.155