ftslave_linux.xsd 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
  21. <xs:include schemaLocation="environment.xsd"/>
  22. <xs:element name="FTSlaveProcess">
  23. <xs:annotation>
  24. <xs:documentation>Describes an ftslave installation</xs:documentation>
  25. </xs:annotation>
  26. <xs:complexType>
  27. <xs:sequence>
  28. <xs:element name="Instance" maxOccurs="unbounded">
  29. <xs:annotation>
  30. <xs:appinfo>
  31. <viewType>instance</viewType>
  32. </xs:appinfo>
  33. </xs:annotation>
  34. <xs:complexType>
  35. <xs:attribute name="computer" type="computerType" use="required">
  36. <xs:annotation>
  37. <xs:appinfo>
  38. <colIndex>1</colIndex>
  39. </xs:appinfo>
  40. </xs:annotation>
  41. </xs:attribute>
  42. <xs:attribute name="netAddress" type="ipAddress" use="optional">
  43. <xs:annotation>
  44. <xs:appinfo>
  45. <viewType>readonly</viewType>
  46. <colIndex>2</colIndex>
  47. </xs:appinfo>
  48. </xs:annotation>
  49. </xs:attribute>
  50. <xs:attribute name="directory" type="absolutePath" use="optional">
  51. <xs:annotation>
  52. <xs:appinfo>
  53. <viewType>hidden</viewType>
  54. <colIndex>3</colIndex>
  55. </xs:appinfo>
  56. </xs:annotation>
  57. </xs:attribute>
  58. <xs:attribute name="program" type="xs:string" use="optional" default="/opt/LexisNexis/bin/ftslave">
  59. <xs:annotation>
  60. <xs:appinfo>
  61. <required>true</required>
  62. <colIndex>4</colIndex>
  63. </xs:appinfo>
  64. </xs:annotation>
  65. </xs:attribute>
  66. </xs:complexType>
  67. </xs:element>
  68. <xs:element name="Notes" maxOccurs="unbounded">
  69. <xs:annotation>
  70. <xs:appinfo>
  71. <viewChildNodes>true</viewChildNodes>
  72. </xs:appinfo>
  73. </xs:annotation>
  74. <xs:complexType>
  75. <xs:sequence>
  76. <xs:element name="Note" type="xs:string" minOccurs="0" maxOccurs="1"/>
  77. </xs:sequence>
  78. <xs:attribute name="severity" use="optional" default="Minor">
  79. <xs:annotation>
  80. <xs:appinfo>
  81. <tooltip>Significance of this note.</tooltip>
  82. <title>Severity</title>
  83. <colIndex>1</colIndex>
  84. </xs:appinfo>
  85. </xs:annotation>
  86. <xs:simpleType>
  87. <xs:restriction base="xs:string">
  88. <xs:enumeration value="Minor"/>
  89. <xs:enumeration value="Normal"/>
  90. <xs:enumeration value="Critical"/>
  91. </xs:restriction>
  92. </xs:simpleType>
  93. </xs:attribute>
  94. <xs:attribute name="date" type="AutoTimeStampType" use="optional">
  95. <xs:annotation>
  96. <xs:appinfo>
  97. <title>Date / Time</title>
  98. <tooltip>Date and time this note was entered</tooltip>
  99. <viewType>readonly</viewType>
  100. <width>120</width>
  101. <colIndex>2</colIndex>
  102. </xs:appinfo>
  103. </xs:annotation>
  104. </xs:attribute>
  105. <xs:attribute name="computer" type="AutoComputerType" use="optional">
  106. <xs:annotation>
  107. <xs:appinfo>
  108. <title>Computer</title>
  109. <tooltip>Computer from which this note was entered</tooltip>
  110. <viewType>readonly</viewType>
  111. <colIndex>3</colIndex>
  112. </xs:appinfo>
  113. </xs:annotation>
  114. </xs:attribute>
  115. <xs:attribute name="user" type="AutoUseridType" use="optional">
  116. <xs:annotation>
  117. <xs:appinfo>
  118. <title>User</title>
  119. <tooltip>User account from which this note was entered</tooltip>
  120. <viewType>readonly</viewType>
  121. <colIndex>4</colIndex>
  122. </xs:appinfo>
  123. </xs:annotation>
  124. </xs:attribute>
  125. </xs:complexType>
  126. </xs:element>
  127. </xs:sequence>
  128. <xs:attribute name="build" type="buildType" use="required">
  129. <xs:annotation>
  130. <xs:appinfo>
  131. <tooltip>The build name to be deployed</tooltip>
  132. <viewType>hidden</viewType>
  133. </xs:appinfo>
  134. </xs:annotation>
  135. </xs:attribute>
  136. <xs:attribute name="buildSet" type="buildSetType" use="required">
  137. <xs:annotation>
  138. <xs:appinfo>
  139. <viewType>hidden</viewType>
  140. </xs:appinfo>
  141. </xs:annotation>
  142. </xs:attribute>
  143. <xs:attribute name="name" type="xs:string" use="required">
  144. <xs:annotation>
  145. <xs:appinfo>
  146. <tooltip>Name for this process</tooltip>
  147. </xs:appinfo>
  148. </xs:annotation>
  149. </xs:attribute>
  150. <xs:attribute name="description" type="xs:string" use="optional" default="FTSlave process">
  151. <xs:annotation>
  152. <xs:appinfo>
  153. <tooltip>Description for this process</tooltip>
  154. </xs:appinfo>
  155. </xs:annotation>
  156. </xs:attribute>
  157. <xs:attribute name="version" type="xs:string" use="optional" default="1">
  158. <xs:annotation>
  159. <xs:appinfo>
  160. <tooltip>Version identifier used to select which process will be started</tooltip>
  161. </xs:appinfo>
  162. </xs:annotation>
  163. </xs:attribute>
  164. </xs:complexType>
  165. </xs:element>
  166. </xs:schema>