Share via


ITypeInfo.DerivationUnion Field

Definition

If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the union if simple types are involved.

[Android.Runtime.Register("DERIVATION_UNION")]
public const int DerivationUnion = 4;
[<Android.Runtime.Register("DERIVATION_UNION")>]
val mutable DerivationUnion : int

Field Value

Value = 4
Attributes

Remarks

If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the union if simple types are involved. <br> The reference type definition is derived by union 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>union</em>, and one of the {member type definitions} is T2. 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_UNION.

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