Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​Xml.​Schema.​XmlSchemaForm

Assembly: System.Xml.ReaderWriter

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

Values

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.