git-cpan-module: SOAP-WSDL git-cpan-version: 2.00_33 git-cpan-authorid: MKUTTER git-cpan-file: authors/id/M/MK/MKUTTER/SOAP-WSDL-2.00_33.tar.gz
18 lines
365 B
Perl
18 lines
365 B
Perl
package SOAP::WSDL::XSD::Pattern;
|
|
use strict;
|
|
use warnings;
|
|
use Class::Std::Fast::Storable constructor => 'none';
|
|
use base qw(SOAP::WSDL::Base);
|
|
|
|
our $VERSION=q{2.00_33};
|
|
|
|
#<pattern value="">
|
|
|
|
# id provided by Base
|
|
# name provided by Base
|
|
# annotation provided by Base
|
|
|
|
# may be defined as atomic simpleType
|
|
my %value_of :ATTR(:name<value> :default<()>);
|
|
|
|
1; |