Skip to content

Commit d278e70

Browse files
Corrected maxOccurs with esn
Signed-off-by: Steve Springett <[email protected]>
1 parent f5d959b commit d278e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.6.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7281,7 +7281,7 @@ limitations under the License.
72817281
</xs:documentation>
72827282
</xs:annotation>
72837283
</xs:element>
7284-
<xs:element name="esn" type="xs:boolean" minOccurs="0" maxOccurs="unbounded">
7284+
<xs:element name="esn" type="xs:boolean" minOccurs="0" maxOccurs="1">
72857285
<xs:annotation>
72867286
<xs:documentation>
72877287
Specifies if an Extended Sequence Number (ESN) is used.

0 commit comments

Comments
 (0)