NAME
W3C::XMLSchema::AttributeGroup - XMLSchema Attribute Group Definition
VERSION
version 0.0.3
DESCRIPTION
AttributeGroups, as defined by XMLSchema definition.
See W3C::XMLSchema for a more complete example.
ATTRIBUTES
name
Name given to attribute group.
ref
Name of other AttributeGroup this attribute group references.
attribute_groups
Child AttributeGroup of this AttributeGroup. Mostly used for referencing other AttributeGroups.
attributes
List of attributes associated with this attribute group. Instance type W3C::XMLSchema::Attribute.
AUTHOR
Robin Smidsrød <robin@smidsrod.no>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 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.