| XML-Schema documentation | view source | Contained in the XML-Schema distribution. |
XML::Schema::Particle - content particle for XM::Schema
my $particle = XML::Schema::Element::Particle->new({
element => $element,
minOccurs => 1,
maxOccurs => 3,
});
TODO
Andy Wardley <abw@kfs.org>
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 (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 XML::Schema, XML::Schema::Element.
| XML-Schema documentation | view source | Contained in the XML-Schema distribution. |