Skip to content

Commit 9776c2a

Browse files
Made patents optional
Signed-off-by: Steve Springett <[email protected]>
1 parent 2fe1e2e commit 9776c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.7.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8117,7 +8117,7 @@ limitations under the License.
81178117
</xs:annotation>
81188118
<xs:sequence>
81198119
<xs:element name="standards" type="bom:standardsType" minOccurs="0" maxOccurs="1"/>
8120-
<xs:element name="patents">
8120+
<xs:element name="patents" minOccurs="0" maxOccurs="1">
81218121
<xs:complexType>
81228122
<xs:sequence>
81238123
<xs:choice minOccurs="0" maxOccurs="unbounded">

0 commit comments

Comments
 (0)