Name

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

Synopsis

public class XmlSchemaImport : XmlSchemaExternal {
// Public Constructors
   public XmlSchemaImport( );  
// Public Instance Properties
   public XmlSchemaAnnotation Annotation{set; get; } 
   public string Namespace{set; get; } 
}

This type is used to represent the xs:import schema element, which is used to import another XML Schema’s content for use in the current schema. Its Namespace property provides access to the namespace attribute, which indicates the namespace URI of the items to import. The SourceUri property, inherited from XmlSchemaObject, maps to the schemaLocation attribute and indicates the location of the schema to import.

Hierarchy

System.ObjectXmlSchemaObjectXmlSchemaExternalXmlSchemaImport

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

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