To reorder an element in an ordered list and simultaneously deactivate or activate it, the application combines the insert attribute and identifier attribute for the reference element with the inactive or active attribute. In the following, the identifier tag element for the moving element is called <name>. The opening tag appears on two lines for legibility only:
<configuration>
<!- - opening tag for each parent of the set - ->
<ordered-set insert="(before | after)" reference-identifier="value" \
(inactive="inactive" | active="active")>
<name>identifier-for-moving-object</name>
</ordered-set>
<!- - closing tag for each parent of the set - ->
</configuration>
The reordering operation is not available when formatted ASCII text is used to represent the configuration data. For complete information about reordering elements, see Reordering Elements in Configuration Objects.