Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. <xsd:element name="getMoonshotIntallationResponse">
  2. <xsd:complexType>
  3. <xsd:sequence>
  4. <xsd:element name="result" type="xsd:integer"/>
  5. <xsd:element name="description" type="xsd:string"/>
  6. <xsd:element name="installationNumber" type="xsd:string" minOccurs="0"/>
  7. <xsd:element name="installationConfigAllowed" type="xsd:string" minOccurs="0"/>
  8. <xsd:element name="cu">
  9. <xsd:complexType>
  10. <xsd:sequence>
  11. <xsd:element name="serialNumber" type="xsd:string" minOccurs="0"/>
  12. <xsd:element name="location" type="xsd:string" minOccurs="0"/>
  13. <xsd:element name="label" type="xsd:string" minOccurs="0"/>
  14. <xsd:element name="configurations" minOccurs="0">
  15. <xsd:complexType>
  16. <xsd:sequence>
  17. <xsd:element name="hcd" type="xsd:string" minOccurs="0"/>
  18. <xsd:element name="armOptions" type="xsd:string" minOccurs="0"/>
  19. <xsd:element name="channels" type="xsd:string" minOccurs="0"/>
  20. </xsd:sequence>
  21. </xsd:complexType>
  22. </xsd:element>
  23. <xsd:element name="nodes" minOccurs="0" maxOccurs="unbounded">
  24. <xsd:complexType>
  25. <xsd:sequence>
  26. <xsd:element name="zoneId" type="xsd:string" minOccurs="0"/>
  27. <xsd:element name="type" type="xsd:string" minOccurs="0"/>
  28. <xsd:element name="family" type="xsd:string" minOccurs="0"/>
  29. <xsd:element name="serialNumber" type="xsd:string" minOccurs="0"/>
  30. <xsd:element name="label" type="xsd:string" minOccurs="0"/>
  31. <xsd:element name="location" type="xsd:string" minOccurs="0"/>
  32. <xsd:element name="configurations" minOccurs="0">
  33. <xsd:complexType>
  34. <xsd:sequence>
  35. <xsd:element name="batteryLow" type="xsd:string" minOccurs="0"/>
  36. <xsd:element name="supervisionTime" type="xsd:string" minOccurs="0"/>
  37. <!--MAG-->
  38. <xsd:element name="magSensor" type="xsd:string" minOccurs="0"/>
  39. <xsd:element name="shockSensor" type="xsd:string" minOccurs="0"/>
  40. <xsd:element name="magMode" type="xsd:string" minOccurs="0"/>
  41. <xsd:element name="shockMode" type="xsd:string" minOccurs="0"/>
  42. <xsd:element name="chime" type="xsd:string" minOccurs="0"/>
  43. <xsd:element name="magViolationPeriod" type="xsd:string" minOccurs="0"/>
  44. <xsd:element name="magViolationColor" type="xsd:string" minOccurs="0"/>
  45. <xsd:element name="magRestorePeriod" type="xsd:string" minOccurs="0"/>
  46. <xsd:element name="magRestoreColor" type="xsd:string" minOccurs="0"/>
  47. <xsd:element name="shockViolationPeriod" type="xsd:string" minOccurs="0"/>
  48. <xsd:element name="shockViolationColor" type="xsd:string" minOccurs="0"/>
  49. <xsd:element name="shockRestorePeriod" type="xsd:string" minOccurs="0"/>
  50. <xsd:element name="shockRestoreColor" type="xsd:string" minOccurs="0"/>
  51. <xsd:element name="shockMode" type="xsd:string" minOccurs="0"/>
  52. <xsd:element name="shockMode" type="xsd:string" minOccurs="0"/>
  53. <!--MAG-->
  54. <xsd:element name="nodeDeactivationThreshold" type="xsd:string" minOccurs="0"/>
  55. <xsd:element name="periodicStatus" type="xsd:string" minOccurs="0"/>
  56. <xsd:element name="hiTempThreshold" type="xsd:string" minOccurs="0"/>
  57. <xsd:element name="airQualityThreshold" type="xsd:string" minOccurs="0"/>
  58. <xsd:element name="wallMounted" type="xsd:string" minOccurs="0"/>
  59. <xsd:element name="presenceReport" type="xsd:string" minOccurs="0"/>
  60. <xsd:element name="dect" type="xsd:string" minOccurs="0"/>
  61. <xsd:element name="lockoutTime" type="xsd:string" minOccurs="0"/>
  62. <xsd:element name="lockoutCount" type="xsd:string" minOccurs="0"/>
  63. <xsd:element name="lockoutResetCountTimeout" type="xsd:string" minOccurs="0"/>
  64. <xsd:element name="intruderAlarm" type="xsd:string" minOccurs="0"/>
  65. <xsd:element name="fireAlarm" type="xsd:string" minOccurs="0"/>
  66. <xsd:element name="chime" type="xsd:string" minOccurs="0"/>
  67. </xsd:sequence>
  68. </xsd:complexType>
  69. </xsd:element>
  70. </xsd:sequence>
  71. </xsd:complexType>
  72. </xsd:element>
  73. </xsd:sequence>
  74. </xsd:complexType>
  75. </xsd:element>
  76. </xsd:sequence>
  77. </xsd:complexType>
  78. </xsd:element>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement