We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7157808 commit 6a3b024Copy full SHA for 6a3b024
src/Metadata/Extractor/schema/resources.xsd
@@ -27,7 +27,7 @@
27
28
<xsd:complexType name="operations">
29
<xsd:sequence maxOccurs="unbounded">
30
- <xsd:element name="operation" maxOccurs="unbounded" type="operation"/>
+ <xsd:element name="operation" minOccurs="0" maxOccurs="unbounded" type="operation"/>
31
</xsd:sequence>
32
</xsd:complexType>
33
0 commit comments