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


XML-Schema documentation  | view source Contained in the XML-Schema distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

TODO

AUTHOR

Top

Andy Wardley <abw@kfs.org>

VERSION

Top

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

Top

SEE ALSO

Top

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


XML-Schema documentation  | view source Contained in the XML-Schema distribution.