IXmlSchemaInfo::SchemaType Property

 

Gets the static XML Schema Definition Language (XSD) schema type of this validated XML node.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

property XmlSchemaType^ SchemaType {
	XmlSchemaType^ get();
}

Property Value

Type: System.Xml.Schema::XmlSchemaType^

An XmlSchemaType of this validated XML node.

The static type of an XML node is the type that was declared in the XSD schema.

.NET Framework
Available since 2.0
Return to top
Show: