System.Xml.Schema.XmlSchemaForm Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml.Schema
Summary
Indicates if attributes or elements need to be qualified or left unqualified.
C# Syntax:
[Serializable]
public enum XmlSchemaForm
Remarks
Used by XmlSchema.AttributeFormDefault and XmlSchema.ElementFormDefault.
See also:
System.Xml.Schema Namespace

System.Xml.Schema.XmlSchemaForm Member List:

Public Fields
None Form has not been specified. The default is Unqualified.
Qualified Attribute or element must be qualified with the namespace prefix.
Unqualified Attribute or element is not required to be qualified with the namespace prefix.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.