Make channel name attribute optional in session.xsd
[lttng-tools.git] / src / common / config / session.xsd
index 95be6bfa51fd12e34303e618b88f37926c8c4d62..89f6d14419d1e09a3d5af36dd1bb84b59699144d 100644 (file)
@@ -179,7 +179,7 @@ elementFormDefault="qualified" version="3.0">
 <!-- Maps to struct lttng_channel -->
 <xs:complexType name="channel_type">
        <xs:all>
-               <xs:element name="name" type="name_type"/>
+               <xs:element name="name" type="name_type" minOccurs="0"/>
                <xs:element name="enabled" type="xs:boolean" default="true" minOccurs="0"/>
                <xs:element name="overwrite_mode" type="channel_overwrite_mode_type" default="DISCARD" minOccurs="0"/>
                <xs:element name="subbuffer_size" type="uint64_type" minOccurs="0"/> <!-- bytes -->
This page took 0.025212 seconds and 5 git commands to generate.