<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<simple-type xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>ExactOrder</name>
    <derived/>
    <author>SAP SE</author>
    <documentation>Defines the order of the sub lists of a list in the ExactBrowser.</documentation>
    <since>1.7.1</since>
    <deprecation since="1.38"></deprecation>
    <enumeration>
        <value name="Select">
            <documentation>The order of the sub lists is defined by the selection order of the user.</documentation>
        </value>
        <value name="Fixed">
            <documentation>The order of the sub lists is defined by order of the defined sub attributes.</documentation>
        </value>
    </enumeration>
</simple-type>
