<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<simple-type xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>SwitchType</name>
    <derived/>
    <documentation>Enumeration for different switch types.</documentation>
    <enumeration>
        <value name="Default">
            <documentation>Will show "ON" and "OFF" translated to the current language or the custom text if provided</documentation>
        </value>
        <value name="AcceptReject">
            <documentation>Switch with accept and reject icons</documentation>
        </value>
    </enumeration>
</simple-type>
