org.yakindu.sct.ui.editor.proposals.exsd 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!-- Schema file written by PDE -->
  3. <schema targetNamespace="org.yakindu.sct.ui.editor" xmlns="http://www.w3.org/2001/XMLSchema">
  4. <annotation>
  5. <appinfo>
  6. <meta.schema plugin="org.yakindu.sct.ui.editor" id="org.yakindu.sct.ui.editor.proposals" name="proposals"/>
  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. <sequence minOccurs="1" maxOccurs="unbounded">
  20. <element ref="ContentProposal"/>
  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="ContentProposal">
  46. <complexType>
  47. <attribute name="id" type="string" use="required">
  48. <annotation>
  49. <documentation>
  50. </documentation>
  51. </annotation>
  52. </attribute>
  53. <attribute name="label" type="string">
  54. <annotation>
  55. <documentation>
  56. </documentation>
  57. </annotation>
  58. </attribute>
  59. <attribute name="description" type="string">
  60. <annotation>
  61. <documentation>
  62. </documentation>
  63. </annotation>
  64. </attribute>
  65. <attribute name="modification" type="string">
  66. <annotation>
  67. <documentation>
  68. </documentation>
  69. <appinfo>
  70. <meta.attribute kind="java" basedOn=":org.yakindu.base.xtext.utils.gmf.proposals.ISemanticModification"/>
  71. </appinfo>
  72. </annotation>
  73. </attribute>
  74. </complexType>
  75. </element>
  76. <annotation>
  77. <appinfo>
  78. <meta.section type="since"/>
  79. </appinfo>
  80. <documentation>
  81. [Enter the first release in which this extension point appears.]
  82. </documentation>
  83. </annotation>
  84. <annotation>
  85. <appinfo>
  86. <meta.section type="examples"/>
  87. </appinfo>
  88. <documentation>
  89. [Enter extension point usage example here.]
  90. </documentation>
  91. </annotation>
  92. <annotation>
  93. <appinfo>
  94. <meta.section type="apiinfo"/>
  95. </appinfo>
  96. <documentation>
  97. [Enter API information here.]
  98. </documentation>
  99. </annotation>
  100. <annotation>
  101. <appinfo>
  102. <meta.section type="implementation"/>
  103. </appinfo>
  104. <documentation>
  105. [Enter information about supplied implementation of this extension point.]
  106. </documentation>
  107. </annotation>
  108. </schema>