Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSchemaForm Enumeration

Indicates if attributes or elements need to be qualified or left unqualified.

[Visual Basic]
<Serializable>
Public Enum XmlSchemaForm
[C#]
[Serializable]
public enum XmlSchemaForm
[C++]
[Serializable]
__value public enum XmlSchemaForm
[JScript]
public
   Serializable
enum XmlSchemaForm

Remarks

Used by AttributeFormDefault and ElementFormDefault.

Members

Member name Description
None

Supported by the .NET Compact Framework.

Form has not been specified. The default is Unqualified.
Qualified

Supported by the .NET Compact Framework.

Attribute or element must be qualified with the namespace prefix.
Unqualified

Supported by the .NET Compact Framework.

Attribute or element is not required to be qualified with the namespace prefix.

Requirements

Namespace: System.Xml.Schema

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

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

See Also

System.Xml.Schema Namespace

Show:
© 2017 Microsoft