MI: xsd: sort output_type
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 27 May 2021 01:51:26 +0000 (21:51 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 7 Jul 2021 21:31:33 +0000 (17:31 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: If2206e4a1c7a54d6d6bc4887c1925b12f035232b

src/common/mi-lttng-4.0.xsd

index bff88f1214042deeb335c8b1552239a0e63a6311..ba74a01552eb25f1019a205254717cc59d65f981 100644 (file)
@@ -842,24 +842,24 @@ SPDX-License-Identifier: MIT
 
        <xs:complexType name="output_type">
                <xs:choice>
-                       <xs:element name="domains" type="tns:domains_type" minOccurs="0" />
-                       <xs:element name="sessions" type="tns:sessions_type" minOccurs="0" />
-                       <xs:element name="session" type="tns:session_type" minOccurs="0" />
-                       <xs:element name="snapshot_action" type="tns:snapshot_cmd_type" minOccurs="0" />
-                       <xs:element name="snapshot" type="tns:snapshot_type" minOccurs="0" />
-                       <xs:element name="version" type="tns:version_type" minOccurs="0" />
-                       <xs:element name="save" type="tns:save_type" minOccurs="0" />
-                       <xs:element name="load" type="tns:load_type" minOccurs="0" />
                        <xs:element name="calibrate" type="tns:calibrate_type" minOccurs="0" />
-                       <xs:element name="contexts" type="tns:contexts_type" minOccurs="0" />
+                       <xs:element name="channel" type="tns:channel_type" minOccurs="0" />
                        <xs:element name="channels" type="tns:channels_type" minOccurs="0" />
+                       <xs:element name="contexts" type="tns:contexts_type" minOccurs="0" />
+                       <xs:element name="domains" type="tns:domains_type" minOccurs="0" />
                        <xs:element name="events" type="tns:event_list_type" minOccurs="0" />
-                       <xs:element name="channel" type="tns:channel_type" minOccurs="0" />
-                       <xs:element name="process_attr_trackers" type="tns:process_attr_trackers_type" minOccurs="0" />
+                       <xs:element name="load" type="tns:load_type" minOccurs="0" />
                        <xs:element name="metadata_action" type="tns:metadata_cmd_type" minOccurs="0" />
+                       <xs:element name="process_attr_trackers" type="tns:process_attr_trackers_type" minOccurs="0" />
                        <xs:element name="regenerate_action" type="tns:regenerate_cmd_type" minOccurs="0" />
                        <xs:element name="rotation" type="tns:rotate_type" minOccurs="0" />
                        <xs:element name="rotation_schedule_results" type="tns:rotation_schedule_cmd_type" minOccurs="0" />
+                       <xs:element name="save" type="tns:save_type" minOccurs="0" />
+                       <xs:element name="session" type="tns:session_type" minOccurs="0" />
+                       <xs:element name="sessions" type="tns:sessions_type" minOccurs="0" />
+                       <xs:element name="snapshot" type="tns:snapshot_type" minOccurs="0" />
+                       <xs:element name="snapshot_action" type="tns:snapshot_cmd_type" minOccurs="0" />
+                       <xs:element name="version" type="tns:version_type" minOccurs="0" />
                </xs:choice>
        </xs:complexType>
 
This page took 0.027069 seconds and 5 git commands to generate.