import SOAP-WSDL 2.00.07 from CPAN
git-cpan-module: SOAP-WSDL git-cpan-version: 2.00.07 git-cpan-authorid: MKUTTER git-cpan-file: authors/id/M/MK/MKUTTER/SOAP-WSDL-2.00.07.tar.gz
This commit is contained in:
committed by
Michael G. Schwern
parent
3de318be40
commit
bfc3247583
@@ -0,0 +1,28 @@
|
||||
package sequence;
|
||||
use strict; use warnings;
|
||||
our $VERSION = 0.1;
|
||||
|
||||
use base qw(SOAP::WSDL::XSD::Typelib::Element
|
||||
SOAP::WSDL::XSD::Typelib::ComplexType);
|
||||
|
||||
sub get_xmlns { 'http://www.w3.org/XMLSchema2001' }
|
||||
|
||||
__PACKAGE__->__set_name('sequence');
|
||||
|
||||
my %element_of :ATTR(:name<element> :default<()>);
|
||||
|
||||
__PACKAGE__->_factory(
|
||||
['element'],
|
||||
{
|
||||
element => \%element_of,
|
||||
},
|
||||
{
|
||||
element => 'element',
|
||||
},
|
||||
{
|
||||
element => 'element',
|
||||
}
|
||||
|
||||
);
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user