<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<simple-type xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>PageBackgroundDesign</name>
    <derived/>
    <documentation>Available Page Background Design.</documentation>
    <enumeration>
        <value name="Standard">
            <documentation>Standard Page background color.</documentation>
        </value>
        <value name="List">
            <documentation>Page background color when a List is set as the Page content.</documentation>
        </value>
        <value name="Solid">
            <documentation>A solid background color dependent on the theme.</documentation>
        </value>
        <value name="Transparent">
            <documentation>Transparent background for the page.</documentation>
        </value>
    </enumeration>
</simple-type>
