XmlSchemaForm Enumeration |
Indicates if attributes or elements need to be qualified with a namespace
prefix.
Namespace: System.Xml.SchemaAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public enum XmlSchemaForm
Members
| Member name | Value | Description |
---|
| None | 0 |
Element and attribute form is not specified in the schema.
|
| Qualified | 1 |
Elements and attributes must be qualified with a namespace prefix.
|
| Unqualified | 2 |
Elements and attributes are not required to be qualified with a namespace
prefix.
|
See Also