This documentation is archived and is not being maintained.
XmlSchemaForm Enumeration
.NET Framework 1.1
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
Show: