Many of the W3C XML Schema simple types are always available.
In order to refer to additional types, you must import the schema that defines them:
<xsl:import-schema namespace="http://example.org/example" schema-location="/path/to/example.xsd"/>
You must specify at least the namespace or the schema location, if not both.