Files
SOAP-WSDL/lib/SOAP/WSDL/XSD/Annotation.pm
Martin Kutter 9023aa06a4 import SOAP-WSDL 2.00.10 from CPAN
git-cpan-module:   SOAP-WSDL
git-cpan-version:  2.00.10
git-cpan-authorid: MKUTTER
git-cpan-file:     authors/id/M/MK/MKUTTER/SOAP-WSDL-2.00.10.tar.gz
2009-12-12 19:49:03 -08:00

20 lines
428 B
Perl

package SOAP::WSDL::XSD::Annotation;
use strict;
use warnings;
use Class::Std::Fast::Storable constructor => 'none';
use base qw(SOAP::WSDL::Base);
use version; our $VERSION = qv('2.00.10');
#<enumeration value="">
# id provided by Base
# name provided by Base
# annotation provided by Base
# may be defined as atomic simpleType
my %appinfo_of :ATTR(:name<appinfo> :default<()>);
# documentation provided by Base
1;