XMLTypeTree: {
    [key: string]: XMLTypeTree | "recursive";
}

A tree view of an XML schema.

It is a recursive structure that represents the hierarchy of types in a schema.