XmlSchemaForm Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Indicates if attributes or elements need to be qualified with a namespace prefix.

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

Syntax

'Declaration
Public Enumeration XmlSchemaForm
public enum XmlSchemaForm

Members

Member name Description
Supported by Silverlight for Windows PhoneSupported by Xbox 360 None Element and attribute form is not specified in the schema.
Supported by Silverlight for Windows PhoneSupported by Xbox 360 Qualified Elements and attributes must be qualified with a namespace prefix.
Supported by Silverlight for Windows PhoneSupported by Xbox 360 Unqualified Elements and attributes are not required to be qualified with a namespace prefix.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference