ITypeInfo.DerivationRestriction Field

Definition

If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by restriction if complex types are involved, or a restriction if simple types are involved.

[Android.Runtime.Register("DERIVATION_RESTRICTION")]
public const int DerivationRestriction = 1;
[<Android.Runtime.Register("DERIVATION_RESTRICTION")>]
val mutable DerivationRestriction : int

Field Value

Value = 1
Attributes

Remarks

If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by restriction if complex types are involved, or a restriction if simple types are involved. <br> The reference type definition is derived by restriction from the other type definition if the other type definition is the same as the reference type definition, or if the other type definition can be reached recursively following the {base type definition} property from the reference type definition, and all the <em>derivation methods</em> involved are restriction.

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

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