package SOAP::WSDL::XSD::Attribute;
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?, (simpleType?))
#
# id provided by Base
# name provided by Base
# annotation provided by Base
my %default_of :ATTR(:name :default<()>);
my %fixed_of :ATTR(:name :default<()>);
my %form_of :ATTR(:name