com.jrockit.mc.rjmx.actionProvider.exsd 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!-- Schema file written by PDE -->
  3. <schema targetNamespace="com.jrockit.mc.rjmx.ui" xmlns="http://www.w3.org/2001/XMLSchema">
  4. <annotation>
  5. <appinfo>
  6. <meta.schema plugin="com.jrockit.mc.rjmx.ui" id="com.jrockit.mc.rjmx.ui.actionProvider" name="Action Provider"/>
  7. </appinfo>
  8. <documentation>
  9. Extension point for registering actions that will be linked to server handles.
  10. </documentation>
  11. </annotation>
  12. <element name="extension">
  13. <annotation>
  14. <appinfo>
  15. <meta.element />
  16. </appinfo>
  17. </annotation>
  18. <complexType>
  19. <sequence>
  20. <element ref="provider" minOccurs="0" maxOccurs="unbounded"/>
  21. <element ref="action" minOccurs="0" maxOccurs="unbounded"/>
  22. <element ref="providerFactory" minOccurs="0" maxOccurs="unbounded"/>
  23. <element ref="addon" minOccurs="0" maxOccurs="unbounded"/>
  24. </sequence>
  25. <attribute name="point" type="string" use="required">
  26. <annotation>
  27. <documentation>
  28. </documentation>
  29. </annotation>
  30. </attribute>
  31. <attribute name="id" type="string">
  32. <annotation>
  33. <documentation>
  34. </documentation>
  35. </annotation>
  36. </attribute>
  37. <attribute name="name" type="string">
  38. <annotation>
  39. <documentation>
  40. </documentation>
  41. <appinfo>
  42. <meta.attribute translatable="true"/>
  43. </appinfo>
  44. </annotation>
  45. </attribute>
  46. </complexType>
  47. </element>
  48. <element name="provider">
  49. <complexType>
  50. <sequence>
  51. <element ref="action" minOccurs="0" maxOccurs="unbounded"/>
  52. <element ref="provider" minOccurs="0" maxOccurs="unbounded"/>
  53. <element ref="providerFactory" minOccurs="0" maxOccurs="unbounded"/>
  54. </sequence>
  55. <attribute name="icon" type="string">
  56. <annotation>
  57. <documentation>
  58. </documentation>
  59. <appinfo>
  60. <meta.attribute kind="resource"/>
  61. </appinfo>
  62. </annotation>
  63. </attribute>
  64. <attribute name="label" type="string" use="required">
  65. <annotation>
  66. <documentation>
  67. </documentation>
  68. <appinfo>
  69. <meta.attribute translatable="true"/>
  70. </appinfo>
  71. </annotation>
  72. </attribute>
  73. <attribute name="description" type="string">
  74. <annotation>
  75. <documentation>
  76. </documentation>
  77. <appinfo>
  78. <meta.attribute translatable="true"/>
  79. </appinfo>
  80. </annotation>
  81. </attribute>
  82. <attribute name="id" type="string">
  83. <annotation>
  84. <documentation>
  85. </documentation>
  86. </annotation>
  87. </attribute>
  88. <attribute name="priority" type="string">
  89. <annotation>
  90. <documentation>
  91. </documentation>
  92. </annotation>
  93. </attribute>
  94. <attribute name="doubleClickActionIndex" type="string">
  95. <annotation>
  96. <documentation>
  97. </documentation>
  98. </annotation>
  99. </attribute>
  100. </complexType>
  101. </element>
  102. <element name="action">
  103. <complexType>
  104. <attribute name="factory" type="string" use="required">
  105. <annotation>
  106. <documentation>
  107. </documentation>
  108. <appinfo>
  109. <meta.attribute kind="java" basedOn=":com.jrockit.mc.rjmx.actionprovider.IActionFactory"/>
  110. </appinfo>
  111. </annotation>
  112. </attribute>
  113. <attribute name="icon" type="string">
  114. <annotation>
  115. <documentation>
  116. </documentation>
  117. <appinfo>
  118. <meta.attribute kind="resource"/>
  119. </appinfo>
  120. </annotation>
  121. </attribute>
  122. <attribute name="label" type="string" use="required">
  123. <annotation>
  124. <documentation>
  125. </documentation>
  126. <appinfo>
  127. <meta.attribute translatable="true"/>
  128. </appinfo>
  129. </annotation>
  130. </attribute>
  131. <attribute name="description" type="string">
  132. <annotation>
  133. <documentation>
  134. </documentation>
  135. <appinfo>
  136. <meta.attribute translatable="true"/>
  137. </appinfo>
  138. </annotation>
  139. </attribute>
  140. <attribute name="priority" type="string">
  141. <annotation>
  142. <documentation>
  143. </documentation>
  144. </annotation>
  145. </attribute>
  146. </complexType>
  147. </element>
  148. <element name="providerFactory">
  149. <complexType>
  150. <attribute name="class" type="string">
  151. <annotation>
  152. <documentation>
  153. </documentation>
  154. <appinfo>
  155. <meta.attribute kind="java" basedOn=":com.jrockit.mc.rjmx.actionprovider.IActionProviderFactory"/>
  156. </appinfo>
  157. </annotation>
  158. </attribute>
  159. <attribute name="priority" type="string">
  160. <annotation>
  161. <documentation>
  162. </documentation>
  163. </annotation>
  164. </attribute>
  165. </complexType>
  166. </element>
  167. <element name="addon">
  168. <complexType>
  169. <sequence>
  170. <element ref="action" minOccurs="0" maxOccurs="unbounded"/>
  171. <element ref="provider" minOccurs="0" maxOccurs="unbounded"/>
  172. <element ref="providerFactory" minOccurs="0" maxOccurs="unbounded"/>
  173. </sequence>
  174. <attribute name="priority" type="string">
  175. <annotation>
  176. <documentation>
  177. </documentation>
  178. </annotation>
  179. </attribute>
  180. <attribute name="location" type="string" use="required">
  181. <annotation>
  182. <documentation>
  183. </documentation>
  184. <appinfo>
  185. <meta.attribute kind="identifier" basedOn="com.jrockit.mc.rjmx.actionProvider/provider/@id"/>
  186. </appinfo>
  187. </annotation>
  188. </attribute>
  189. </complexType>
  190. </element>
  191. <annotation>
  192. <appinfo>
  193. <meta.section type="since"/>
  194. </appinfo>
  195. <documentation>
  196. 5.2.0
  197. </documentation>
  198. </annotation>
  199. <annotation>
  200. <appinfo>
  201. <meta.section type="copyright"/>
  202. </appinfo>
  203. <documentation>
  204. Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
  205. </documentation>
  206. </annotation>
  207. </schema>