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 attribute form is not specified in schema. |
XmlSchemaForm.Qualified |
Attributes from the target namespace must be qualified with the namespace prefix. |
XmlSchemaForm.Unqualified |
Attributes from the target namespace are not required to be qualified with the namespace prefix. |
This value is the global default for all attributes declared in the target namespace. Individual attributes can override this setting for the local scope using the form attribute.