<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<simple-type xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>ActionType</name>
    <derived/>
    <documentation>Action Type of a action</documentation>
    <enumeration>
        <value name="NORMAL">
            <documentation>Normal action type</documentation>
        </value>
        <value name="MENU">
            <documentation>Menu action type</documentation>
        </value>
    </enumeration>
</simple-type>
