System.Xml.Schema.XmlSchemaForm Enumeration

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

Syntax

public enum XmlSchemaForm

Remarks

Used by XmlSchema.AttributeFormDefault and XmlSchema.ElementFormDefault.

Members

Member NameDescription
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.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0