XmlNamespaces.XsiNamespace FieldXmlNamespaces.XsiNamespace FieldXmlNamespaces::XsiNamespace Field

The XML Schema Instance namespace.

Syntax

Public Shared ReadOnly XsiNamespace As String
public static readonly string XsiNamespace
public:
static initonly String^ XsiNamespace
 

Remarks

This namespace is defined by XML Schema Part 1: Structures Second Edition and is used for the special attributes xsi:type, xsi:nil, xsi:schemaLocation and xsi:noNamespaceSchemaLocation.

The xsi prefix is conventionally bound to this namespace. In XQuery, the xsi prefix is bound to this namespace by default.