languageprovider.exsd 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!-- Schema file written by PDE -->
  3. <schema targetNamespace="org.yakindu.sct.simulation.core" xmlns="http://www.w3.org/2001/XMLSchema">
  4. <annotation>
  5. <appinfo>
  6. <meta.schema plugin="org.yakindu.sct.simulation.core" id="org.yakindu.sct.simulation.core.languageprovider" name="SCLanguageProvider"/>
  7. </appinfo>
  8. <documentation>
  9. This extension point allows the register language providers for specific statechart languages.
  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="SCLanguageProvider"/>
  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="SCLanguageProvider">
  46. <complexType>
  47. <attribute name="class" type="string">
  48. <annotation>
  49. <documentation>
  50. </documentation>
  51. <appinfo>
  52. <meta.attribute kind="java" basedOn=":org.yakindu.sct.simulation.core.language.ISCLanguageProvider"/>
  53. </appinfo>
  54. </annotation>
  55. </attribute>
  56. </complexType>
  57. </element>
  58. <annotation>
  59. <appinfo>
  60. <meta.section type="since"/>
  61. </appinfo>
  62. <documentation>
  63. 2.1.3
  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. <annotation>
  91. <appinfo>
  92. <meta.section type="copyright"/>
  93. </appinfo>
  94. <documentation>
  95. Copyright (c) 2013 committers of YAKINDU and others.
  96. All rights reserved. This program and the accompanying materials
  97. are made available under the terms of the Eclipse Public License v1.0
  98. which accompanies this distribution, and is available at
  99. http://www.eclipse.org/legal/epl-v10.html
  100. Contributors:
  101. committers of YAKINDU - initial API and implementation
  102. </documentation>
  103. </annotation>
  104. </schema>