generator_extension.exsd 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!-- Schema file written by PDE -->
  3. <schema targetNamespace="be.uantwerpen.ansymo.semanticadaptation" xmlns="http://www.w3.org/2001/XMLSchema">
  4. <annotation>
  5. <appInfo>
  6. <meta.schema plugin="be.uantwerpen.ansymo.semanticadaptation" id="generator_extension" name="generator_extension"/>
  7. </appInfo>
  8. <documentation>
  9. [Enter description of this extension point.]
  10. </documentation>
  11. </annotation>
  12. <element name="extension">
  13. <annotation>
  14. <appInfo>
  15. <meta.element />
  16. </appInfo>
  17. </annotation>
  18. <complexType>
  19. <choice>
  20. <element ref="generator"/>
  21. </choice>
  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="generator">
  46. <complexType>
  47. <attribute name="class" type="string" use="required">
  48. <annotation>
  49. <documentation>
  50. </documentation>
  51. <appInfo>
  52. <meta.attribute kind="java" basedOn="be.uantwerpen.ansymo.semanticadaptation.generator.SemanticAdaptationCustomGenerator:"/>
  53. </appInfo>
  54. </annotation>
  55. </attribute>
  56. </complexType>
  57. </element>
  58. <annotation>
  59. <appInfo>
  60. <meta.section type="since"/>
  61. </appInfo>
  62. <documentation>
  63. [Enter the first release in which this extension point appears.]
  64. </documentation>
  65. </annotation>
  66. <annotation>
  67. <appInfo>
  68. <meta.section type="examples"/>
  69. </appInfo>
  70. <documentation>
  71. [Enter extension point usage example here.]
  72. </documentation>
  73. </annotation>
  74. <annotation>
  75. <appInfo>
  76. <meta.section type="apiinfo"/>
  77. </appInfo>
  78. <documentation>
  79. [Enter API information here.]
  80. </documentation>
  81. </annotation>
  82. <annotation>
  83. <appInfo>
  84. <meta.section type="implementation"/>
  85. </appInfo>
  86. <documentation>
  87. [Enter information about supplied implementation of this extension point.]
  88. </documentation>
  89. </annotation>
  90. </schema>