Click or drag to resize
XmlSchemaForm Enumeration
Indicates if attributes or elements need to be qualified with a namespace prefix.

Namespace: System.Xml.Schema
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public enum XmlSchemaForm
Members
  Member nameValueDescription
None0 Element and attribute form is not specified in the schema.
Qualified1 Elements and attributes must be qualified with a namespace prefix.
Unqualified2 Elements and attributes are not required to be qualified with a namespace prefix.
See Also