Share via


Xsi:noNamespaceSchemaLocation Attribute Binding Support

The .NET Framework does not provide binding support for the noNamespaceSchemaLocation attribute.

The XmlSerializer class does not recognize the xsi:noNamespaceSchemaLocation attribute.

Explanation

The XmlSerializer class does not recognize the xsi:noNamespaceSchemaLocation attribute. (The prefix xsi is used for the XML Schema instance namespace, http://www.w3.org/2001/XMLSchema-instance and applies to XML instance documents intended to conform to specified XML schemas.)

Possible containing elements: any instance element