Name

XmlSchema — System.Xml.Schema (system.xml.dll) CF 1.0  class 

Synopsis

public class XmlSchema : XmlSchemaObject {
// Public Constructors
   public XmlSchema( );  
// Public Static Fields
   public const string InstanceNamespace;                             // =http://www.w3.org/2001/XMLSchema-instance
   public const string Namespace;                                     // =http://www.w3.org/2001/XMLSchema
                  // Public Instance Properties
   public XmlSchemaForm AttributeFormDefault{set; get; } 
   public XmlSchemaObjectTable AttributeGroups{get; } 
   public XmlSchemaObjectTable Attributes{get; } 
   public XmlSchemaDerivationMethod BlockDefault{set; get; } 
   public XmlSchemaForm ElementFormDefault{set; get; } 
   public XmlSchemaObjectTable Elements{get; } 
   public XmlSchemaDerivationMethod FinalDefault{set; get; } 
   public XmlSchemaObjectTable Groups{get; } 
   public string Id{set; get; } 
   public XmlSchemaObjectCollection Includes{get; } 
   public bool IsCompiled{get; } 
   public XmlSchemaObjectCollection Items{get; } 
   public XmlSchemaObjectTable Notations{get; } 
   public XmlSchemaObjectTable SchemaTypes{get; } 
   public string TargetNamespace{set; get; } 
   public XmlAttribute[ ] UnhandledAttributes{set; get; } 
   public string Version{set; get; } 
// Public Static Methods
   public static XmlSchema Read( System.IO.Stream stream, ValidationEventHandler validationEventHandler);  
   public static XmlSchema Read( System.IO.TextReader reader, ValidationEventHandler validationEventHandler);  
   public static XmlSchema Read( System.Xml.XmlReader reader, ValidationEventHandler validationEventHandler);  
// Public Instance ...

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.