<?xml version='1.0' encoding='UTF-8'?>
|
<!-- Schema file written by PDE -->
|
<schema targetNamespace="com.jrockit.mc.rjmx.ui" xmlns="http://www.w3.org/2001/XMLSchema">
|
<annotation>
|
<appinfo>
|
<meta.schema plugin="com.jrockit.mc.rjmx.ui" id="com.jrockit.mc.rjmx.ui.actionProvider" name="Action Provider"/>
|
</appinfo>
|
<documentation>
|
Extension point for registering actions that will be linked to server handles.
|
</documentation>
|
</annotation>
|
|
<element name="extension">
|
<annotation>
|
<appinfo>
|
<meta.element />
|
</appinfo>
|
</annotation>
|
<complexType>
|
<sequence>
|
<element ref="provider" minOccurs="0" maxOccurs="unbounded"/>
|
<element ref="action" minOccurs="0" maxOccurs="unbounded"/>
|
<element ref="providerFactory" minOccurs="0" maxOccurs="unbounded"/>
|
<element ref="addon" 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="provider">
|
<complexType>
|
<sequence>
|
<element ref="action" minOccurs="0" maxOccurs="unbounded"/>
|
<element ref="provider" minOccurs="0" maxOccurs="unbounded"/>
|
<element ref="providerFactory" minOccurs="0" maxOccurs="unbounded"/>
|
</sequence>
|
<attribute name="icon" type="string">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
<appinfo>
|
<meta.attribute kind="resource"/>
|
</appinfo>
|
</annotation>
|
</attribute>
|
<attribute name="label" type="string" use="required">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
<appinfo>
|
<meta.attribute translatable="true"/>
|
</appinfo>
|
</annotation>
|
</attribute>
|
<attribute name="description" type="string">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
<appinfo>
|
<meta.attribute translatable="true"/>
|
</appinfo>
|
</annotation>
|
</attribute>
|
<attribute name="id" type="string">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
</annotation>
|
</attribute>
|
<attribute name="priority" type="string">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
</annotation>
|
</attribute>
|
<attribute name="doubleClickActionIndex" type="string">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
</annotation>
|
</attribute>
|
</complexType>
|
</element>
|
|
<element name="action">
|
<complexType>
|
<attribute name="factory" type="string" use="required">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
<appinfo>
|
<meta.attribute kind="java" basedOn=":com.jrockit.mc.rjmx.actionprovider.IActionFactory"/>
|
</appinfo>
|
</annotation>
|
</attribute>
|
<attribute name="icon" type="string">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
<appinfo>
|
<meta.attribute kind="resource"/>
|
</appinfo>
|
</annotation>
|
</attribute>
|
<attribute name="label" type="string" use="required">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
<appinfo>
|
<meta.attribute translatable="true"/>
|
</appinfo>
|
</annotation>
|
</attribute>
|
<attribute name="description" type="string">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
<appinfo>
|
<meta.attribute translatable="true"/>
|
</appinfo>
|
</annotation>
|
</attribute>
|
<attribute name="priority" type="string">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
</annotation>
|
</attribute>
|
</complexType>
|
</element>
|
|
<element name="providerFactory">
|
<complexType>
|
<attribute name="class" type="string">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
<appinfo>
|
<meta.attribute kind="java" basedOn=":com.jrockit.mc.rjmx.actionprovider.IActionProviderFactory"/>
|
</appinfo>
|
</annotation>
|
</attribute>
|
<attribute name="priority" type="string">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
</annotation>
|
</attribute>
|
</complexType>
|
</element>
|
|
<element name="addon">
|
<complexType>
|
<sequence>
|
<element ref="action" minOccurs="0" maxOccurs="unbounded"/>
|
<element ref="provider" minOccurs="0" maxOccurs="unbounded"/>
|
<element ref="providerFactory" minOccurs="0" maxOccurs="unbounded"/>
|
</sequence>
|
<attribute name="priority" type="string">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
</annotation>
|
</attribute>
|
<attribute name="location" type="string" use="required">
|
<annotation>
|
<documentation>
|
|
</documentation>
|
<appinfo>
|
<meta.attribute kind="identifier" basedOn="com.jrockit.mc.rjmx.actionProvider/provider/@id"/>
|
</appinfo>
|
</annotation>
|
</attribute>
|
</complexType>
|
</element>
|
|
<annotation>
|
<appinfo>
|
<meta.section type="since"/>
|
</appinfo>
|
<documentation>
|
5.2.0
|
</documentation>
|
</annotation>
|
|
|
|
|
<annotation>
|
<appinfo>
|
<meta.section type="copyright"/>
|
</appinfo>
|
<documentation>
|
Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
|
</documentation>
|
</annotation>
|
|
</schema>
|