System::Xml::Schema::XmlSchema::get_ElementFormDefault method

XmlSchema::get_ElementFormDefault method

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

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

ReturnValue

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