1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00
one/share/doc/xsd/hook_message_retry.xsd
2019-09-24 14:53:38 +02:00

13 lines
559 B
XML

<!-- This schema is followd by the EVENT API message sent by the Hook Manager -->
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://opennebula.org/XMLSchema" elementFormDefault="qualified" targetNamespace="http://opennebula.org/XMLSchema">
<xs:element name="HOOK_MESSAGE">
<xs:complexType>
<xs:sequence>
<xs:element name="ARGUMENTS" type="xs:string"/>
<xs:element name="HOOK_ID" type="xs:integer"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>