blob: 3ca2aef31ef66bd592d90a2f8c16f0b6c3d44c21 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.gmf.bridge.ui.dashboard">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.gmf.bridge.ui.dashboard" id="actions" name="Dashboard Actions"/>
</appInfo>
<documentation>
Actions for GMF Dashboard view.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence>
<element ref="action" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="action">
<annotation>
<documentation>
Dashboard action.
</documentation>
</annotation>
<complexType>
<attribute name="label" type="string" use="required">
<annotation>
<documentation>
Action label.
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
Action implementation.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.gmf.bridge.ui.dashboard.DashboardAction"/>
</appInfo>
</annotation>
</attribute>
<attribute name="location" type="string" use="required">
<annotation>
<documentation>
Identifier of the action location within the dashboard. Use DashboardFacade.LOCATION_* constants.
</documentation>
</annotation>
</attribute>
<attribute name="standard" type="boolean">
<annotation>
<documentation>
Hint to add action as &apos;standard&apos;. Result depends on action container implementation. False if not specified.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
2.0
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
Copyright (c) 2006 Eclipse.org&lt;br&gt;
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
&lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
</documentation>
</annotation>
</schema>