<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<simple-type xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>TriStateCheckBoxState</name>
    <derived/>
    <documentation>States for TriStateCheckBox</documentation>
    <since>1.7.2</since>
    <deprecation since="1.38"></deprecation>
    <enumeration>
        <value name="Unchecked">
            <documentation>unchecked, default value for tri-state checkbox</documentation>
        </value>
        <value name="Mixed">
            <documentation>mixed state for tri-state checkbox</documentation>
        </value>
        <value name="Checked">
            <documentation>checked value for tri-state checkbox</documentation>
        </value>
    </enumeration>
</simple-type>
