System.Xml.Schema.XmlSchemaElement.Final Property

Gets or sets the Final property to indicate that no further derivations are allowed.

Syntax

[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.Xml.Serialization.XmlAttribute("final")]
public XmlSchemaDerivationMethod Final { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This attribute can contain the values shown in the following table.

None

Use the derivation restriction defined by the FinalDefault property of the schema, if it exists.

Empty

There are no restrictions on derivations of this element.

Extension

This element cannot be derived by Extension.

Restriction

This element cannot be derived by Restriction.

All

#all. This element cannot be derived by any derivation method.

See also System.Xml.Schema.XmlSchemaElement. Substitution, List, and Union derivation methods are not allowed for this property.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0