com.jrockit.mc.rjmx.metadataprovider.exsd 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!-- Schema file written by PDE -->
  3. <schema targetNamespace="com.jrockit.mc.rjmx" xmlns="http://www.w3.org/2001/XMLSchema">
  4. <annotation>
  5. <appinfo>
  6. <meta.schema plugin="com.jrockit.mc.rjmx" id="com.jrockit.mc.rjmx.metadataprovider" name="MRI Meta Data Provider"/>
  7. </appinfo>
  8. <documentation>
  9. This extension is for extending the meta data for a plugin.
  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="metaDataProvider"/>
  21. </sequence>
  22. <attribute name="point" type="string" use="required">
  23. <annotation>
  24. <documentation>
  25. </documentation>
  26. </annotation>
  27. </attribute>
  28. <attribute name="id" type="string">
  29. <annotation>
  30. <documentation>
  31. </documentation>
  32. </annotation>
  33. </attribute>
  34. <attribute name="name" type="string">
  35. <annotation>
  36. <documentation>
  37. </documentation>
  38. <appinfo>
  39. <meta.attribute translatable="true"/>
  40. </appinfo>
  41. </annotation>
  42. </attribute>
  43. </complexType>
  44. </element>
  45. <element name="metaDataProvider">
  46. <annotation>
  47. <documentation>
  48. Defines a MRI meta data provider service
  49. </documentation>
  50. </annotation>
  51. <complexType>
  52. <attribute name="class" type="string" use="required">
  53. <annotation>
  54. <documentation>
  55. The class which implements the MRI meta data provider.
  56. </documentation>
  57. <appinfo>
  58. <meta.attribute kind="java" basedOn=":com.jrockit.mc.rjmx.subscription.IMRIMetaDataProviderService"/>
  59. </appinfo>
  60. </annotation>
  61. </attribute>
  62. </complexType>
  63. </element>
  64. <annotation>
  65. <appinfo>
  66. <meta.section type="since"/>
  67. </appinfo>
  68. <documentation>
  69. 5.3.0
  70. </documentation>
  71. </annotation>
  72. <annotation>
  73. <appinfo>
  74. <meta.section type="copyright"/>
  75. </appinfo>
  76. <documentation>
  77. Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
  78. </documentation>
  79. </annotation>
  80. </schema>