Creates a list of attributes.
The following construct(s) refer to this construct:
An AttributeList
is part of an
ElementConstructor
and creates a list of zero or more attributes.
Each attribute is defined by a QName followed by an equals sign and either an
enclosed expression or an AttributeValue
that consists of literals
or in turn an enclosed expression.
Construct a section
element with two
attributes type
and
lang
:
<section type="overview" lang="en"> <para>This section deals with element constructors.</para> </section>