Mi create command: support and validation
[lttng-tools.git] / src / common / mi_lttng.xsd
index 587d735c9553fd252031670f4ad6a24cc560c22f..ce472a3860262e7e9e487c59bcd69adf6e8c3e36 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,6 +323,7 @@ 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" />
This page took 0.022931 seconds and 4 git commands to generate.