Mi destroy command: support and validation
[lttng-tools.git] / src / common / mi_lttng.xsd
index b0649bff064b4b50aae45032fd9d4612e3a68835..76e9a152ef18fd85127d52169f16bc73235fed76 100644 (file)
@@ -313,6 +313,7 @@ THE SOFTWARE.
                <xs:choice>
                        <xs:element name="domains" type="domains_type" minOccurs="0" />
                        <xs:element name="sessions" type="sessions_type" minOccurs="0" />
+                       <xs:element name="session" type="session_type" minOccurs="0" />
                        <xs:element name="version" type="version_type" minOccurs="0" />
                        <xs:element name="save" type="save_type" minOccurs="0" />
                        <xs:element name="load" type="load_type" minOccurs="0" />
@@ -322,11 +323,14 @@ THE SOFTWARE.
        <!-- Maps to the mi_lttng commands -->
        <xs:simpleType name="command_string_type">
                <xs:restriction base="xs:string">
+                       <xs:enumeration value="create" />
                        <xs:enumeration value="list" />
                        <xs:enumeration value="version" />
                        <xs:enumeration value="save" />
                        <xs:enumeration value="load" />
                        <xs:enumeration value="start" />
+                       <xs:enumeration value="stop" />
+                       <xs:enumeration value="destroy" />
                </xs:restriction>
        </xs:simpleType>
 
This page took 0.024102 seconds and 4 git commands to generate.