XPathNavigator::XmlType Property
.NET Framework (current version)
Gets the XmlSchemaType information for the current node.
Assembly: System.Xml (in System.Xml.dll)
The following are important notes to consider when using the XmlType property.
The XmlType property is null, unless the Validity property of the SchemaInfo property of the XPathNavigator is set to XmlSchemaValidity::Valid.
If this node is valid, the XmlType property is the same as the SchemaType property of the SchemaInfo property of the XPathNavigator, unless this node is a member of a union.
If this node is a member of a union, the XmlType property is the same as the MemberType property of the SchemaInfo property of this XPathNavigator.
.NET Framework
Available since 2.0
Available since 2.0
Show: