package SOAP::WSDL::XSD::AttributeGroup;
use strict;
use warnings;
use Class::Std::Fast::Storable constructor => 'none';
use base qw(SOAP::WSDL::Base);
use version; our $VERSION = qv('2.00.02');
#
# Content: (annotation?, ((attribute | attributeGroup)*, anyAttribute?))
#
# id provided by Base
# name provided by Base
# annotation provided by Base
my %ref_of :ATTR(:name[ :default<()>);
# may be defined as atomic simpleType
my %attribute_of :ATTR(:name :default<()>);
my %attributeGroup_of :ATTR(:name :default<()>);
1;]