XmlSchemaElement.FinalResolved Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the post-compilation value of the Final
property.
public:
property System::Xml::Schema::XmlSchemaDerivationMethod FinalResolved { System::Xml::Schema::XmlSchemaDerivationMethod get(); };
public System.Xml.Schema.XmlSchemaDerivationMethod FinalResolved { get; }
member this.FinalResolved : System.Xml.Schema.XmlSchemaDerivationMethod
Public ReadOnly Property FinalResolved As XmlSchemaDerivationMethod
Property Value
The post-compilation value of the Final
property. Default value is the FinalDefault
value on the schema
element.
Remarks
This value indicates how the type is restricted when the type is extended through restriction. This property can contain the following values.
Enum | Description |
---|---|
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.