XmlSchemaImport | System.Xml.Schema (system.xml.dll) class |
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.Object XmlSchemaObject
XmlSchemaExternal
XmlSchemaImport
|