Documentation for this section has not yet been entered.
The value must be one of the System.Xml.Schema.XmlSchemaForm values shown in the following table.
XmlSchemaForm.None |
The element form is not specified in the schema. |
XmlSchemaForm.Qualified |
Elements from the target namespace must be qualified with the namespace prefix. |
XmlSchemaForm.Unqualified |
Elements from the target namespace are not required to be qualified with the namespace prefix. |
This value is the global default for all elements declared in the target namespace. Individual elements can override this setting for the local scope by using the form attribute.