XPathNavigator.XmlType Property
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.