System.Xml.Schema.XmlSchemaElement.FinalResolved Property

Gets the post-compilation value of the Final property.

Syntax

[System.Xml.Serialization.XmlIgnore]
public XmlSchemaDerivationMethod FinalResolved { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This value indicates how the type is restricted when the type is extended through restriction. This property can contain the following values.

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.

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