System.Xml.Schema.XmlSchemaElement.Form Property

Gets or sets the form for the element.

Syntax

[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.Xml.Serialization.XmlAttribute("form")]
public XmlSchemaForm Form { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The default value is the value of the elementFormDefault attribute for the schema element containing the element. The default is Unqualified.

Qualified

Element must be qualified with the namespace prefix.

Unqualified

Element is not required to be qualified with the namespace prefix.

The value cannot be set if the containing element is the schema element.

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