Fixed missing option warnings.

This commit is contained in:
MobiusDevelopment
2022-11-15 22:16:40 +00:00
parent e9af655afe
commit 4956142361
41 changed files with 853 additions and 21127 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:sequence maxOccurs="1" minOccurs="0">
<xs:element name="item" maxOccurs="unbounded" minOccurs="1">
<xs:complexType>
<xs:sequence maxOccurs="1" minOccurs="1">