GABConfig.xsd 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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">
  21. <xs:include schemaLocation="environment.xsd"/>
  22. <xs:element name="GABConfig">
  23. <xs:complexType>
  24. <xs:sequence>
  25. <xs:element name="entry" maxOccurs="unbounded">
  26. <xs:complexType>
  27. <xs:attribute name="name" type="xs:string" use="required">
  28. <xs:annotation>
  29. <xs:appinfo>
  30. <tooltip>name of a configuration entry</tooltip>
  31. <title>Entry</title>
  32. <colIndex>1</colIndex>
  33. </xs:appinfo>
  34. </xs:annotation>
  35. </xs:attribute>
  36. <xs:attribute name="daliServer" type="daliServersType" use="required">
  37. <xs:annotation>
  38. <xs:appinfo>
  39. <tooltip>Dali Server</tooltip>
  40. <colIndex>2</colIndex>
  41. </xs:appinfo>
  42. </xs:annotation>
  43. </xs:attribute>
  44. <xs:attribute name="eclServer" type="eclServerType" use="required">
  45. <xs:annotation>
  46. <xs:appinfo>
  47. <tooltip>ECL server</tooltip>
  48. <colIndex>3</colIndex>
  49. </xs:appinfo>
  50. </xs:annotation>
  51. </xs:attribute>
  52. <xs:attribute name="eclWatch" type="espProcessType" use="required">
  53. <xs:annotation>
  54. <xs:appinfo>
  55. <tooltip>ESP server running ECL watch service</tooltip>
  56. <colIndex>4</colIndex>
  57. </xs:appinfo>
  58. </xs:annotation>
  59. </xs:attribute>
  60. </xs:complexType>
  61. </xs:element>
  62. <xs:element name="Instance" maxOccurs="unbounded">
  63. <xs:annotation>
  64. <xs:appinfo>
  65. <viewType>instance</viewType>
  66. </xs:appinfo>
  67. </xs:annotation>
  68. <xs:complexType>
  69. <xs:attribute name="computer" type="computerType" use="required">
  70. <xs:annotation>
  71. <xs:appinfo>
  72. <tooltip>computer on which this configuration has to be deployed</tooltip>
  73. <colIndex>1</colIndex>
  74. </xs:appinfo>
  75. </xs:annotation>
  76. </xs:attribute>
  77. <xs:attribute name="netAddress" type="ipAddress" use="optional">
  78. <xs:annotation>
  79. <xs:appinfo>
  80. <viewType>readonly</viewType>
  81. <tooltip>IP address of the computer</tooltip>
  82. <colIndex>2</colIndex>
  83. </xs:appinfo>
  84. </xs:annotation>
  85. </xs:attribute>
  86. <xs:attribute name="directory" type="absolutePath" use="optional">
  87. <xs:annotation>
  88. <xs:appinfo>
  89. <viewType>hidden</viewType>
  90. <tooltip>directory where the configuration has to be deployed</tooltip>
  91. <colIndex>3</colIndex>
  92. </xs:appinfo>
  93. </xs:annotation>
  94. </xs:attribute>
  95. </xs:complexType>
  96. </xs:element>
  97. </xs:sequence>
  98. <xs:attribute name="name" type="xs:string" use="required">
  99. <xs:annotation>
  100. <xs:appinfo>
  101. <tooltip>name of the listener</tooltip>
  102. </xs:appinfo>
  103. </xs:annotation>
  104. </xs:attribute>
  105. </xs:complexType>
  106. </xs:element>
  107. </xs:schema>