<!ELEMENT extension (reportItem* | reportItemExecutor*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
><!ELEMENT reportItem EMPTY>
<!ATTLIST reportItem
name CDATA #REQUIRED
class CDATA #REQUIRED
>IReportItemGeneration
<!ELEMENT reportItemExecutor EMPTY>
<!ATTLIST reportItemExecutor
name CDATA #REQUIRED
class CDATA #REQUIRED
>
<extension point="org.eclipse.birt.report.engine.reportitemGeneration" name="chart generation extension"> <reportItem name="chart" class="org.eclipse.birt.report.chartitem.ChartGeneration" createReportQuery="item"/> </extension>
Copyright (c) 2005 Actuate Corporation. All rights reserved. This program and
the accompanying materials are made available under the terms of the Eclipse
Public License v1.0 which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors: Actuate Corporation - initial API and implementation