Org.W3c.Dom.TypeInfo.DerivationList Field
If the document's schema is an XML Schema [] , this constant represents the .

Value: 8

Syntax

[Android.Runtime.Register("DERIVATION_LIST")]
public const int DerivationList

Remarks

If the document's schema is an XML Schema [] , this constant represents the .

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} list, 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.

[Android Documentation]

Requirements

Namespace: Org.W3c.Dom
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8