The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Sugar::W3C::XMLSchema::Sequence;
use XML::Rabbit;

has_xpath_object_list 'items' => './*' =>
    {
        'xsd:group'   => 'Sugar::W3C::XMLSchema::Group',
        'xsd:element' => 'Sugar::W3C::XMLSchema::Element',
    },
;

finalize_class;