get_ElementFormDefault()

XmlSchema::get_ElementFormDefault() method

Returns the form for elements declared in the target namespace of the schema.

XmlSchemaForm System::Xml::Schema::XmlSchema::get_ElementFormDefault()

Return Value

The XmlSchemaForm value that indicates if elements from the target namespace are required to be qualified with the namespace prefix. The default is XmlSchemaForm::None.

See Also