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://nwalsh.com/xmlns/extreme2004/recipes/" schema-location="recipes.xsd"/>
You must specify at least the namespace or the schema location, if not both.