You might want to use the upcoming XRDS-Simple templates coming in
draft 2. You can just reference it directly before that draft is out.
Basically it will include a new element <simple:TemplateURI> which
will directly reference http://tools.ietf.org/html/draft-gregorio-uritemplate-03.
So it will look something like:
<Service>
<Type>http://eaut.org/spec/1.0</Type>
<TemplateURI>http://example.com/{username}</TemplateURI>
</Service>
or
<Service>
<Type>http://eaut.org/spec/1.0</Type>
<URI>http://example.com/mapper</URI>
</Service>
And you only need one Type because you use two separate elements for
real URI and templates.
Also saves you defining the template mechanism
by using the IETF draft.