Skip to content

Commit 114b414

Browse files
Making hashes node optional as devices will not have hashes.
1 parent 4a8f110 commit 114b414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/bom-1.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
scope will be assumed.</xs:documentation>
5050
</xs:annotation>
5151
</xs:element>
52-
<xs:element name="hashes">
52+
<xs:element name="hashes" minOccurs="0" maxOccurs="1">
5353
<xs:complexType>
5454
<xs:sequence minOccurs="0" maxOccurs="unbounded">
5555
<xs:element name="hash" type="bom:hashType"/>

0 commit comments

Comments
 (0)