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

has_xpath_value 'ref' => './@ref';

has_xpath_object 'sequence' => './xsd:sequence' => 'Sugar::W3C::XMLSchema::Sequence';

finalize_class;