Skip to content

Commit 6a3b024

Browse files
authored
fix(metadata): optional operation element in XML (#7632)
1 parent 7157808 commit 6a3b024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Metadata/Extractor/schema/resources.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<xsd:complexType name="operations">
2929
<xsd:sequence maxOccurs="unbounded">
30-
<xsd:element name="operation" maxOccurs="unbounded" type="operation"/>
30+
<xsd:element name="operation" minOccurs="0" maxOccurs="unbounded" type="operation"/>
3131
</xsd:sequence>
3232
</xsd:complexType>
3333

0 commit comments

Comments
 (0)