Fix: mi print of probe attributes + validation
[lttng-tools.git] / src / common / mi_lttng.xsd
index d2cc5d4b8b334437e163b10a87f049a5584e283f..b115c6130654278fdc8ceda7d5e195ef187b02a4 100644 (file)
@@ -146,9 +146,9 @@ THE SOFTWARE.
        <!-- Maps to the lttng_event_probe_attr struct -->
        <xs:complexType name="event_probe_attributes_type">
                <xs:all>
-                       <xs:element name="address" type="uint64_type" />
-                       <xs:element name="offset" type="uint64_type" />
-                       <xs:element name="symbol_name" type="name_type" />
+                       <xs:element name="address" type="uint64_type" minOccurs="0" />
+                       <xs:element name="offset" type="uint64_type" minOccurs="0" />
+                       <xs:element name="symbol_name" type="name_type" minOccurs="0" />
                </xs:all>
        </xs:complexType>
 
This page took 0.023164 seconds and 4 git commands to generate.