Allow optional snapshot name and max_size
[lttng-tools.git] / src / common / config / session.xsd
index 9ea83243f9dbfa2edb94f148c621c1045b763a3e..569e4b01151aca1e69acf8489d0fcbc1b2a0f112 100644 (file)
@@ -296,8 +296,8 @@ elementFormDefault="qualified" version="3.0">
 
 <xs:complexType name="snapshot_output_type">
        <xs:all>
-               <xs:element name="name" type="name_type"/>
-               <xs:element name="max_size" type="uint64_type"/>
+               <xs:element name="name" type="name_type" minOccurs="0"/>
+               <xs:element name="max_size" type="uint64_type" minOccurs="0"/>
                <xs:element name="consumer_output" type="consumer_output_type"/>
        </xs:all>
 </xs:complexType>
This page took 0.024299 seconds and 5 git commands to generate.