System::Xml::Schema::XmlSchema::set_BlockDefault method

XmlSchema::set_BlockDefault 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)
ParameterTypeDescription
valueXmlSchemaDerivationMethodThe value to set.

See Also