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

NAME

XML::Schema::Particle - content particle for XM::Schema

SYNOPSIS

    my $particle = XML::Schema::Element::Particle->new({
        element   => $element,
        minOccurs => 1,
        maxOccurs => 3,
    });

DESCRIPTION

TODO

AUTHOR

Andy Wardley <abw@kfs.org>

VERSION

This is version $Revision: 1.1.1.1 $ of the XML::Schema::Particle module, distributed with version 0.1 of the XML::Schema module set.

COPYRIGHT

Copyright (C) 2001 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

See also XML::Schema, XML::Schema::Element.