set_FinalDefault()

XmlSchema::set_FinalDefault(XmlSchemaDerivationMethod) method

Sets the finalDefault attribute which sets the default value of the final attribute on elements and complex types in the target namespace of the schema.

void System::Xml::Schema::XmlSchema::set_FinalDefault(XmlSchemaDerivationMethod value)

Arguments

ParameterTypeDescription
valueXmlSchemaDerivationMethodThe value to set.

See Also