com.jrockit.mc.rjmx.service.exsd 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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.service" name="JMX Services"/>
  7. </appinfo>
  8. <documentation>
  9. This extension point adds a JMX service to an IConnectionHandle.
  10. </documentation>
  11. </annotation>
  12. <element name="extension">
  13. <annotation>
  14. <appinfo>
  15. <meta.element />
  16. </appinfo>
  17. </annotation>
  18. <complexType>
  19. <sequence minOccurs="1" maxOccurs="unbounded">
  20. <element ref="service"/>
  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="service">
  46. <complexType>
  47. <attribute name="factory" type="string" use="required">
  48. <annotation>
  49. <documentation>
  50. The factory which will be instantiating the services.
  51. </documentation>
  52. <appinfo>
  53. <meta.attribute kind="java" basedOn=":com.jrockit.mc.rjmx.services.IServiceFactory"/>
  54. </appinfo>
  55. </annotation>
  56. </attribute>
  57. <attribute name="name" type="string">
  58. <annotation>
  59. <documentation>
  60. The human readable service name.
  61. </documentation>
  62. </annotation>
  63. </attribute>
  64. <attribute name="description" type="string">
  65. <annotation>
  66. <documentation>
  67. A description of the service.
  68. </documentation>
  69. </annotation>
  70. </attribute>
  71. </complexType>
  72. </element>
  73. <annotation>
  74. <appinfo>
  75. <meta.section type="since"/>
  76. </appinfo>
  77. <documentation>
  78. 5.0.0
  79. </documentation>
  80. </annotation>
  81. <annotation>
  82. <appinfo>
  83. <meta.section type="copyright"/>
  84. </appinfo>
  85. <documentation>
  86. Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
  87. </documentation>
  88. </annotation>
  89. </schema>