
W3C::XMLSchema::ComplexType - XMLSchema ComplexType Definition

version 0.0.4

ComplexTypes, as defined by XMLSchema definition.
See W3C::XMLSchema for a more complete example.

Name given to complex type.
True if complex type contains mixed content.
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.

Robin Smidsrød <robin@smidsrod.no>

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.