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

#PASTOR: Code generated by XML::Pastor/1.0.4 at 'Sat Dec  1 23:13:04 2012'

use utf8;
use strict;
use warnings;
no warnings qw(uninitialized);

use XML::Pastor;



#================================================================

package XML::Pastor::Test::city;

use XML::Pastor::Test::Type::City;

our @ISA=qw(XML::Pastor::Test::Type::City XML::Pastor::Element);

XML::Pastor::Test::city->XmlSchemaElement( bless( {
         'baseClasses' => [
                            'XML::Pastor::Test::Type::City',
                            'XML::Pastor::Element'
                          ],
         'class' => 'XML::Pastor::Test::city',
         'isRedefinable' => 1,
         'metaClass' => 'XML::Pastor::Test::Pastor::Meta',
         'name' => 'city',
         'scope' => 'global',
         'targetNamespace' => 'http://www.example.com/country',
         'type' => 'City|http://www.example.com/country'
       }, 'XML::Pastor::Schema::Element' ) );

1;


__END__



=head1 NAME

B<XML::Pastor::Test::city>  -  A class generated by L<XML::Pastor> . 


=head1 ISA

This class descends from L<XML::Pastor::Test::Type::City>, L<XML::Pastor::Element>.


=head1 CODE GENERATION

This module was automatically generated by L<XML::Pastor> version 1.0.4 at 'Sat Dec  1 23:13:04 2012'


=head1 SEE ALSO

L<XML::Pastor::Test::Type::City>, L<XML::Pastor::Element>, L<XML::Pastor>, L<XML::Pastor::Type>, L<XML::Pastor::ComplexType>, L<XML::Pastor::SimpleType>


=cut