#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::country; use XML::Pastor::Test::Type::Country; our @ISA=qw(XML::Pastor::Test::Type::Country XML::Pastor::Element); XML::Pastor::Test::country->XmlSchemaElement( bless( { 'baseClasses' => [ 'XML::Pastor::Test::Type::Country', 'XML::Pastor::Element' ], 'class' => 'XML::Pastor::Test::country', 'isRedefinable' => 1, 'metaClass' => 'XML::Pastor::Test::Pastor::Meta', 'name' => 'country', 'scope' => 'global', 'targetNamespace' => 'http://www.example.com/country', 'type' => 'Country|http://www.example.com/country' }, 'XML::Pastor::Schema::Element' ) ); 1; __END__ =head1 NAME B - A class generated by L . =head1 ISA This class descends from L, L. =head1 CODE GENERATION This module was automatically generated by L version 1.0.4 at 'Sat Dec 1 23:13:04 2012' =head1 SEE ALSO L, L, L, L, L, L =cut