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

NAME

W3C::XMLSchema::Attribute - XMLSchema Attribute Definition

VERSION

version 0.0.4

DESCRIPTION

Attribute, as defined by XMLSchema definition.

See W3C::XMLSchema for a more complete example.

ATTRIBUTES

name

Name given to attribute.

type

Type given of attribute.

use

If the attribute is required or not. A string with the value 'required' or 'optional';

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.