<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<simple-type xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>PlacementType</name>
    <derived/>
    <documentation>Types for the placement of Popover control.</documentation>
    <enumeration>
        <value name="Left">
            <documentation>Popover will be placed at the left side of the reference control.</documentation>
        </value>
        <value name="Right">
            <documentation>Popover will be placed at the right side of the reference control.</documentation>
        </value>
        <value name="Top">
            <documentation>Popover will be placed at the top of the reference control.</documentation>
        </value>
        <value name="Bottom">
            <documentation>Popover will be placed at the bottom of the reference control.</documentation>
        </value>
        <value name="Vertical">
            <documentation>Popover will be placed at the top or bottom of the reference control.</documentation>
        </value>
        <value name="VerticalPreferedTop" since="1.29">
            <documentation>Deprecated - use &lt;code&gt;sap.m.PlacementType.VerticalPreferredTop&lt;/code&gt; type.</documentation>
            <deprecation since="1.36">Instead, use &lt;code&gt;sap.m.PlacementType.VerticalPreferredTop&lt;/code&gt; type.</deprecation>
        </value>
        <value name="VerticalPreferredTop" since="1.36">
            <documentation>Popover will be placed at the top or bottom of the reference control but will try to position on the
top side if the space is greater than the Popover's height.</documentation>
        </value>
        <value name="VerticalPreferedBottom" since="1.29">
            <documentation>Deprecated - use &lt;code&gt;sap.m.PlacementType.VerticalPreferredBottom&lt;/code&gt; type.</documentation>
            <deprecation since="1.36">Instead, use &lt;code&gt;sap.m.PlacementType.VerticalPreferredBottom&lt;/code&gt; type.</deprecation>
        </value>
        <value name="VerticalPreferredBottom" since="1.36">
            <documentation>Popover will be placed at the top or bottom of the reference control but will try to position on the
bottom side if the space is greater than the Popover's height.</documentation>
        </value>
        <value name="Horizontal">
            <documentation>Popover will be placed at the right or left side of the reference control.</documentation>
        </value>
        <value name="HorizontalPreferedRight" since="1.29">
            <documentation>Deprecated - use &lt;code&gt;sap.m.PlacementType.HorizontalPreferredRight&lt;/code&gt; type.</documentation>
            <deprecation since="1.36">Instead, use &lt;code&gt;sap.m.PlacementType.HorizontalPreferredRight&lt;/code&gt; type.</deprecation>
        </value>
        <value name="HorizontalPreferredRight" since="1.36">
            <documentation>Popover will be placed at the right or left side of the reference control but will try to position on the
right side if the space is greater than the Popover's width.</documentation>
        </value>
        <value name="HorizontalPreferedLeft" since="1.29">
            <documentation>Deprecated - use &lt;code&gt;sap.m.PlacementType.HorizontalPreferredLeft&lt;/code&gt; type.</documentation>
            <deprecation since="1.36">Instead, use &lt;code&gt;sap.m.PlacementType.HorizontalPreferredLeft&lt;/code&gt; type.</deprecation>
        </value>
        <value name="HorizontalPreferredLeft" since="1.36">
            <documentation>Popover will be placed at the right or left side of the reference control but will try to position on the
left side if the space is greater than the Popover's width.</documentation>
        </value>
        <value name="PreferredLeftOrFlip" since="1.38">
            <documentation>Popover will be placed to the left of the reference control. If the available space is less than the Popover's width,
it will appear to the right of the same reference control left border.</documentation>
        </value>
        <value name="PreferredRightOrFlip" since="1.38">
            <documentation>Popover will be placed to the right of the reference control. If the available space is less than the Popover's width,
it will appear to the left of the same reference control right border.</documentation>
        </value>
        <value name="PreferredTopOrFlip" since="1.38">
            <documentation>Popover will be placed to the top of the reference control. If the available space is less than the Popover's height,
it will appear to the bottom of the same reference control top border.</documentation>
        </value>
        <value name="PreferredBottomOrFlip" since="1.38">
            <documentation>Popover will be placed to the bottom of the reference control. If the available space is less than the Popover's height,
it will appear to the top of the same reference control bottom border.</documentation>
        </value>
        <value name="Auto">
            <documentation>Popover will be placed automatically at the reference control.</documentation>
        </value>
    </enumeration>
</simple-type>
