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 | |
---|---|---|
None | Element and attribute form is not specified in the schema. | |
Qualified | Elements and attributes must be qualified with a namespace prefix. | |
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.