2.4.3 Index Access of Sequences
The <config:config-item-map-indexed>
element is a container element for sequences. The order specifies the index of
the elements
<define name="config-config-item-map-indexed">
<element
name="config:config-item-map-indexed">
<ref
name="config-config-item-map-indexed-attlist"/>
<oneOrMore>
<ref
name="config-config-item-map-entry"/>
</oneOrMore>
</element>
</define>
Config Name
The config:name attribute identifies the name of the
setting sequence.
<define name="config-config-item-map-indexed-attlist"
combine="interleave">
<attribute
name="config:name">
<ref
name="string"/>
</attribute>
</define>