<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<simple-type xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>layout/BorderLayoutAreaTypes</name>
    <derived/>
    <documentation>The type (=position) of a BorderLayoutArea</documentation>
    <deprecation since="1.38"></deprecation>
    <enumeration>
        <value name="top">
            <documentation>Value to identify the top area.</documentation>
        </value>
        <value name="begin">
            <documentation>Value to identify the begin area.</documentation>
        </value>
        <value name="center">
            <documentation>Value to identify the center area.</documentation>
        </value>
        <value name="end">
            <documentation>Value to identify the end area.</documentation>
        </value>
        <value name="bottom">
            <documentation>Value to identify the bottom area.</documentation>
        </value>
    </enumeration>
</simple-type>
