-
-
28 Mar 2010 15:04:39 UTC
- Distribution: WSDL-Compile
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (186 / 173 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (17.07KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:2 non-PAUSE users- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install WSDL::Compile, copy and paste the appropriate command in to your terminal.
cpanm WSDL::Compile
perl -MCPAN -e shell install WSDL::Compile
For more information on module installation, please visit the detailed CPAN module installation guide.