TypeInfo.DerivationExtension Field

Definition

Caution

Use 'Org.W3c.Dom.ITypeInfo.DerivationExtension'. This class will be removed in a future release.

If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by extension.

[Android.Runtime.Register("DERIVATION_EXTENSION")]
[System.Obsolete("Use 'Org.W3c.Dom.ITypeInfo.DerivationExtension'. This class will be removed in a future release.")]
public const int DerivationExtension = 2;
[<Android.Runtime.Register("DERIVATION_EXTENSION")>]
[<System.Obsolete("Use 'Org.W3c.Dom.ITypeInfo.DerivationExtension'. This class will be removed in a future release.")>]
val mutable DerivationExtension : int

Field Value

Value = 2
Attributes

Remarks

If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by extension. <br> The reference type definition is derived by extension from the other type definition if the other type definition can be reached recursively following the {base type definition} property from the reference type definition, and at least one of the <em>derivation methods</em> involved is an extension.

Java documentation for org.w3c.dom.TypeInfo.DERIVATION_EXTENSION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to