http://www.w3.org/1999/XSL/Transform

c.typeOf ([schemaLocationA : string], schemaLocationB : string) : boolean

The method typeOf checks whether the first schema location specified is located below the second specified schema location in the object model or corresponds to this. If the first schema location is not specified, then the schema location of the current object is compared with the schema location given as a parameter.

<xsl:value-of select="c.typeOf('Onion:http://www.getit.de/2006/structure/node/site','Onion:http://www.getit.de/2006/structure/node')" />
Checking of two data types

In this example it is checked whether the data type "Onion:http://www.getit.de/2006/structure/node/site" is located in the data model below the data type "Onion:http://www.getit.de/2006/structure/node".