<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<control xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>simple/ListLegend</name>
    <derived/>
    <documentation>The Legend is a popup window in the GanttChart control wich can be used to display shape/icon-text pairs.</documentation>
    <baseType>sap.ui.core/Control</baseType>
    <properties>
        <property name="title" type="sap.ui.core/string" group="Data">
            <documentation>Title of Legend. The title is displayed on both the legend page and the legend navigation list. Null if not specified</documentation>
        </property>
    </properties>
    <aggregations default="items">
        <aggregation name="items" type="sap.gantt/simple/ListLegendItem" cardinality="0..n">
            <documentation>ListLegendItem object aggregation</documentation>
        </aggregation>
    </aggregations>
</control>
