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::Type::CodeIATA;


our @ISA=qw(XML::Pastor::Builtin::string);

XML::Pastor::Test::Type::CodeIATA->XmlSchemaType( bless( {
         'base' => 'string|http://www.w3.org/2001/XMLSchema',
         'baseClasses' => [
                            'XML::Pastor::Builtin::string'
                          ],
         'class' => 'XML::Pastor::Test::Type::CodeIATA',
         'contentType' => 'simple',
         'derivedBy' => 'restriction',
         'documentation' => bless( [
                                     bless( {
                                              'text' => '
				The IATA code.
			',
                                              'xml:lang' => 'en'
                                            }, 'XML::Pastor::Schema::Documentation' )
                                   ], 'Data::HashArray' ),
         'isRedefinable' => 1,
         'length' => '3',
         'metaClass' => 'XML::Pastor::Test::Pastor::Meta',
         'name' => 'CodeIATA',
         'scope' => 'global',
         'targetNamespace' => 'http://www.example.com/country',
         'whiteSpace' => 'collapse'
       }, 'XML::Pastor::Schema::SimpleType' ) );

1;


__END__



=head1 NAME

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


=head1 DESCRIPTION

The IATA code.
			


=head1 ISA

This class descends from L<XML::Pastor::Builtin::string>.


=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::Builtin::string>, L<XML::Pastor>, L<XML::Pastor::Type>, L<XML::Pastor::ComplexType>, L<XML::Pastor::SimpleType>


=cut