Skip to content

Commit 6be7c13

Browse files
committed
XEP-0388: XML schema: Add missing minOccurs=0 to additional-data
1 parent a84e713 commit 6be7c13

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

xep-0388.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
&dcridland;
2727
&tmolitor;
2828
&mwild;
29+
<revision>
30+
<version>1.0.3</version>
31+
<date>2025-06-12</date>
32+
<initials>lnj</initials>
33+
<remark><ul>
34+
<li>Add missing minOccurs='0' to additional-data in &lt;continue/&gt; in XML schema.</li>
35+
</ul></remark>
36+
</revision>
2937
<revision>
3038
<version>1.0.2</version>
3139
<date>2024-08-06</date>
@@ -778,7 +786,7 @@
778786
<xs:element name="continue">
779787
<xs:complexType>
780788
<xs:sequence>
781-
<xs:element name="additional-data" type="SaslData"/>
789+
<xs:element name="additional-data" type="SaslData" minOccurs='0'/>
782790
<xs:element name="tasks">
783791
<xs:complexType>
784792
<xs:sequence>

0 commit comments

Comments
 (0)