The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl -w                                         # -*- perl -*-
#
# schema generated by XML::Schema / Template Toolkit
#
# [% USE date; date.format %]

use strict;
use XML::Schema;

[% VIEW ttxs
	notfound='default'
	prefix='xml/';
   END;
   ttxs.print( schema );
%]