The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::Schema - XML Schema modules for Perl

SYNOPSIS

    use XML::Schema;

    # see html docs for details

DESCRIPTION

The XML::Schema module set implements the necessary functionality to construct, represent and utilise XML Schemata in Perl. It aims to be fully conformant with the W3C XML Schema specification, although at present it is a work-in-progress and will initially strive to be minimally conformant (see the specification if you're interested in the precise definitions of those terms).

See the HTML documentation (in the 'html' sub-directory of the distribution) for further details.

AUTHOR

Andy Wardley <abw@wardley.org>

VERSION

This is version 0.07.

COPYRIGHT

Copyright (C) 2001-2003 Canon Research Centre Europe Ltd. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

For the latest version of the W3C XML Schema specification, see http://www.w3c.org/TR/xmlschema-0/