set_BlockDefault()

XmlSchema::set_BlockDefault(XmlSchemaDerivationMethod) method

Sets the blockDefault attribute which sets the default value of the block attribute on element and complex types in the targetNamespace of the schema.

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

Arguments

ParameterTypeDescription
valueXmlSchemaDerivationMethodThe value to set.

See Also