TypeInfo.DerivationList Field

Definition

Caution

Use 'Org.W3c.Dom.ITypeInfo.DerivationList'. 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 list.

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

Field Value

Value = 8
Attributes

Remarks

If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the list. <br> The reference type definition is derived by list from the other type definition if there exists two type definitions T1 and T2 such as the reference type definition is derived from T1 by DERIVATION_RESTRICTION or DERIVATION_EXTENSION, T2 is derived from the other type definition by DERIVATION_RESTRICTION, T1 has {variety}<em>list</em>, and T2 is the {item type definition}. Note that T1 could be the same as the reference type definition, and T2 could be the same as the other type definition.

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

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