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 undef (unbounded)

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.

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 either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.