The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WSDL::Compile::Meta::Attribute::WSDL - metaclass for WSDL attributes

ATTRIBUTES

xs_minOccurs

xs:element attribute minOccurs. Defaults to 0.

xs_maxOccurs

xs:element attribute maxOccurs. Defaults to 1.

xs_type

xs:element attribute type. Created based on attribute isa. NOTE: Please use only if you know what you are doing.

xs_ref

xs:element attribute ref. Created based on attribute isa. Used by complex types. NOTE: Please use only if you know what you are doing.

xs_name

xs:element attribute name. Created based on attribute name and isa. NOTE: Please use only if you know what you are doing.

AUTHOR

Alex J. G. Burzyński, <ajgb at cpan.org>

BUGS

Please report any bugs or feature requests to bug-wsdl-compile at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WSDL-Compile. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Copyright 2009 Alex J. G. Burzyński.

This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License.