Loading TOC...

TypeInfo functions

The table below lists all the TypeInfo built-in functions (in this namespace: TypeInfo).

TypeInfo is a subtype of Value.

An object representing schema type information.
6 functions
Function name Description
TypeInfo.isDerivedFrom Whether this type is derived from a named type by the selected methods.
TypeInfo.toObject This is inherited from the Value object. Return a JavaScript object value.
TypeInfo.toString This is inherited from the Value object. The atomic value of the object (for example, of the Node).
TypeInfo.typeName The local name of the type.
TypeInfo.typeNamespace The namespace URI of the type.
TypeInfo.valueOf This is inherited from the Value object. The atomic value of the object (for example, of the Node).