XML Schema Home

XML::Schema::Attribute::Group

Table of Contents


Synopsis


Description

This module implements an object class for representing XML attribute groups within XML Schema. An attribute group defines a collection of attributes and their usage constraints (e.g OPTIONAL, REQUIRED or PROHIBITED). A complex type definition uses an attribute group to define the acceptable attributes for elements of that type. Attribute groups can also be defined as independant entities to represent a relocatable collection of attributes that can be reused in different complex type definitions as required.

For further information on attribute groups, please consult the W3C XML Schema specification.


Methods

Perl XML::Schema Documentation