get_AttributeFormDefault()

XmlSchema::get_AttributeFormDefault() method

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

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

Return Value

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

See Also