com.jrockit.mc.rjmx.descriptorProvider.exsd 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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="descriptorProvider" name="Connection Descriptor Provider"/>
  7. </appinfo>
  8. <documentation>
  9. Provides descriptors for the browser. Used for different types of autodiscovery mechanisms, for instance locally discovered JVM processes and JDP.
  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"/>
  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="provider">
  46. <complexType>
  47. <attribute name="class" type="string" use="required">
  48. <annotation>
  49. <documentation>
  50. </documentation>
  51. <appinfo>
  52. <meta.attribute kind="java" basedOn=":com.jrockit.mc.browser.descriptor.provider.IDescriptorListener"/>
  53. </appinfo>
  54. </annotation>
  55. </attribute>
  56. </complexType>
  57. </element>
  58. <annotation>
  59. <appinfo>
  60. <meta.section type="since"/>
  61. </appinfo>
  62. <documentation>
  63. 5.2.0
  64. </documentation>
  65. </annotation>
  66. <annotation>
  67. <appinfo>
  68. <meta.section type="copyright"/>
  69. </appinfo>
  70. <documentation>
  71. Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
  72. </documentation>
  73. </annotation>
  74. </schema>