eclccserver.xsd 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ################################################################################
  4. # HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
  5. #
  6. # Licensed under the Apache License, Version 2.0 (the "License");
  7. # you may not use this file except in compliance with the License.
  8. # You may obtain a copy of the License at
  9. #
  10. # http://www.apache.org/licenses/LICENSE-2.0
  11. #
  12. # Unless required by applicable law or agreed to in writing, software
  13. # distributed under the License is distributed on an "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. # See the License for the specific language governing permissions and
  16. # limitations under the License.
  17. ################################################################################
  18. -->
  19. <!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Rajeev Moondhra (Seisint, Inc.) -->
  20. <!--W3C Schema generated by XMLSPY v5 rel. 2 U (http://www.xmlspy.com)-->
  21. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
  22. <xs:include schemaLocation="environment.xsd"/>
  23. <xs:element name="EclCCserver">
  24. <xs:complexType>
  25. <!--DOC-Autobuild-code-->
  26. <xs:annotation>
  27. <xs:appinfo>
  28. <docid>cc.t2</docid>
  29. </xs:appinfo>
  30. </xs:annotation>
  31. <xs:sequence>
  32. <xs:element name="Option" minOccurs="0" maxOccurs="unbounded">
  33. <xs:annotation>
  34. <xs:appinfo>
  35. <title>Options</title>
  36. </xs:appinfo>
  37. </xs:annotation>
  38. <xs:complexType>
  39. <!--DOC-Autobuild-code-->
  40. <xs:annotation>
  41. <xs:appinfo>
  42. <docid>cc.t1</docid>
  43. </xs:appinfo>
  44. </xs:annotation>
  45. <xs:attribute name="name" type="xs:string" use="required">
  46. <xs:annotation>
  47. <xs:appinfo>
  48. <colIndex>1</colIndex>
  49. </xs:appinfo>
  50. </xs:annotation>
  51. </xs:attribute>
  52. <xs:attribute name="value" type="xs:string" use="optional">
  53. <xs:annotation>
  54. <xs:appinfo>
  55. <colIndex>2</colIndex>
  56. </xs:appinfo>
  57. </xs:annotation>
  58. </xs:attribute>
  59. <xs:attribute name="cluster" type="xs:string" use="optional">
  60. <xs:annotation>
  61. <xs:appinfo>
  62. <colIndex>3</colIndex>
  63. </xs:appinfo>
  64. </xs:annotation>
  65. </xs:attribute>
  66. </xs:complexType>
  67. </xs:element>
  68. <xs:element name="Instance" maxOccurs="unbounded">
  69. <xs:annotation>
  70. <xs:appinfo>
  71. <viewType>Instance</viewType>
  72. </xs:appinfo>
  73. </xs:annotation>
  74. <xs:complexType>
  75. <xs:attribute name="computer" type="computerType" use="required">
  76. <xs:annotation>
  77. <xs:appinfo>
  78. <colIndex>1</colIndex>
  79. </xs:appinfo>
  80. </xs:annotation>
  81. </xs:attribute>
  82. <xs:attribute name="netAddress" type="xs:string" use="optional">
  83. <xs:annotation>
  84. <xs:appinfo>
  85. <viewType>readonly</viewType>
  86. <colIndex>2</colIndex>
  87. </xs:appinfo>
  88. </xs:annotation>
  89. </xs:attribute>
  90. <xs:attribute name="directory" type="absolutePath" use="optional" default="c$\ecl">
  91. <xs:annotation>
  92. <xs:appinfo>
  93. <viewType>hidden</viewType>
  94. <colIndex>3</colIndex>
  95. </xs:appinfo>
  96. </xs:annotation>
  97. </xs:attribute>
  98. </xs:complexType>
  99. </xs:element>
  100. <xs:element name="Notes" maxOccurs="unbounded">
  101. <xs:annotation>
  102. <xs:appinfo>
  103. <viewChildNodes>true</viewChildNodes>
  104. </xs:appinfo>
  105. </xs:annotation>
  106. <xs:complexType>
  107. <xs:sequence>
  108. <xs:element name="Note" type="xs:string" minOccurs="0" maxOccurs="1"/>
  109. </xs:sequence>
  110. <xs:attribute name="severity" use="optional" default="Minor">
  111. <xs:annotation>
  112. <xs:appinfo>
  113. <tooltip>Significance of this note.</tooltip>
  114. <title>Severity</title>
  115. <colIndex>1</colIndex>
  116. </xs:appinfo>
  117. </xs:annotation>
  118. <xs:simpleType>
  119. <xs:restriction base="xs:string">
  120. <xs:enumeration value="Minor"/>
  121. <xs:enumeration value="Normal"/>
  122. <xs:enumeration value="Critical"/>
  123. </xs:restriction>
  124. </xs:simpleType>
  125. </xs:attribute>
  126. <xs:attribute name="date" type="AutoTimeStampType" use="optional">
  127. <xs:annotation>
  128. <xs:appinfo>
  129. <title>Date / Time</title>
  130. <tooltip>Date and time this note was entered</tooltip>
  131. <viewType>readonly</viewType>
  132. <width>120</width>
  133. <colIndex>2</colIndex>
  134. </xs:appinfo>
  135. </xs:annotation>
  136. </xs:attribute>
  137. <xs:attribute name="computer" type="AutoComputerType" use="optional">
  138. <xs:annotation>
  139. <xs:appinfo>
  140. <title>Computer</title>
  141. <tooltip>Computer from which this note was entered</tooltip>
  142. <viewType>readonly</viewType>
  143. <colIndex>3</colIndex>
  144. </xs:appinfo>
  145. </xs:annotation>
  146. </xs:attribute>
  147. <xs:attribute name="user" type="AutoUseridType" use="optional">
  148. <xs:annotation>
  149. <xs:appinfo>
  150. <title>User</title>
  151. <tooltip>User account from which this note was entered</tooltip>
  152. <viewType>readonly</viewType>
  153. <colIndex>4</colIndex>
  154. </xs:appinfo>
  155. </xs:annotation>
  156. </xs:attribute>
  157. </xs:complexType>
  158. </xs:element>
  159. </xs:sequence>
  160. <xs:attribute name="build" type="buildType" use="required">
  161. <xs:annotation>
  162. <xs:appinfo>
  163. <tooltip>The build name to be deployed</tooltip>
  164. <viewType>hidden</viewType>
  165. </xs:appinfo>
  166. </xs:annotation>
  167. </xs:attribute>
  168. <xs:attribute name="buildSet" type="buildSetType" use="required">
  169. <xs:annotation>
  170. <xs:appinfo>
  171. <viewType>hidden</viewType>
  172. </xs:appinfo>
  173. </xs:annotation>
  174. </xs:attribute>
  175. <xs:attribute name="name" type="xs:string" use="optional" default="eclccserver">
  176. <xs:annotation>
  177. <xs:appinfo>
  178. <tooltip>Name for this process</tooltip>
  179. <required>true</required>
  180. </xs:appinfo>
  181. </xs:annotation>
  182. </xs:attribute>
  183. <xs:attribute name="description" type="xs:string" use="optional" default="EclCCServer process">
  184. <xs:annotation>
  185. <xs:appinfo>
  186. <tooltip>Description for this process</tooltip>
  187. </xs:appinfo>
  188. </xs:annotation>
  189. </xs:attribute>
  190. <xs:attribute name="daliServers" type="daliServersType" use="required">
  191. <xs:annotation>
  192. <xs:appinfo>
  193. <autogenforwizard>1</autogenforwizard>
  194. <tooltip>Specifies the dali server to which this eclccserver is attached.</tooltip>
  195. </xs:appinfo>
  196. </xs:annotation>
  197. </xs:attribute>
  198. <xs:attribute name="enableEclccDali" type="xs:boolean" use="optional" default="true">
  199. <xs:annotation>
  200. <xs:appinfo>
  201. <tooltip>Enables passing Dali address to eclcc for compile-time file resolution.</tooltip>
  202. </xs:appinfo>
  203. </xs:annotation>
  204. </xs:attribute>
  205. <xs:attribute name="enableSysLog" type="xs:boolean" use="optional" default="true">
  206. <xs:annotation>
  207. <xs:appinfo>
  208. <tooltip>Enables syslog monitoring of the eclccserver process.</tooltip>
  209. </xs:appinfo>
  210. </xs:annotation>
  211. </xs:attribute>
  212. <xs:attribute name="generatePrecompiledHeader" type="xs:boolean" use="optional" default="true">
  213. <xs:annotation>
  214. <xs:appinfo>
  215. <tooltip>Generate precompiled header when eclccserver starts.</tooltip>
  216. </xs:appinfo>
  217. </xs:annotation>
  218. </xs:attribute>
  219. <xs:attribute name="traceLevel" type="xs:nonNegativeInteger" use="optional" default="1"/>
  220. <xs:attribute name="maxEclccProcesses" type="xs:nonNegativeInteger" use="optional" default="4">
  221. <xs:annotation>
  222. <xs:appinfo>
  223. <tooltip>Maximum number of instances of eclcc that will be launched in parallel.</tooltip>
  224. </xs:appinfo>
  225. </xs:annotation>
  226. </xs:attribute>
  227. <xs:attribute name="monitorInterval" type="xs:nonNegativeInteger" use="optional" default="60">
  228. <xs:annotation>
  229. <xs:appinfo>
  230. <tooltip>Interval (in seconds) for reporting of memory usage stats. Set to 0 to disable.</tooltip>
  231. </xs:appinfo>
  232. </xs:annotation>
  233. </xs:attribute>
  234. </xs:complexType>
  235. </xs:element>
  236. </xs:schema>