domain.exsd 3.8 KB

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