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

NAME

W3C::XMLSchema::Element - XMLSchema Element Definition

VERSION

version 0.0.4

DESCRIPTION

Element, as defined by XMLSchema definition.

See W3C::XMLSchema for a more complete example.

ATTRIBUTES

name

Name given to attribute.

type

Type given of attribute.

ref

Identifier of the element this element refers to.

minOccurs

Minimum amount of occurences.

maxOccurs

Maximum amount of occurences. 'unbounded' means no upper limit.

AUTHOR

Robin Smidsrød <robin@smidsrod.no>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Robin Smidsrød.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.