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

NAME

W3C::XMLSchema::ComplexType - XMLSchema ComplexType Definition

VERSION

version 0.0.4

DESCRIPTION

ComplexTypes, as defined by XMLSchema definition.

See W3C::XMLSchema for a more complete example.

ATTRIBUTES

name

Name given to complex type.

mixed

True if complex type contains mixed content.

items

A list of items in the complex type. Instances of W3C::XMLSchema::Group or W3C::XMLSchema::AttributeGroup. A ComplexType is by definition composed of simple types, either elements or attributes.

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.