Skip to content

Commit 0449de2

Browse files
committed
update schema to published versions
Signed-off-by: Paul Horton <[email protected]>
1 parent 0a2ca2c commit 0449de2

File tree

3 files changed

+551
-5
lines changed

3 files changed

+551
-5
lines changed

cyclonedx/schema/_res/bom-1.6.SNAPSHOT.xsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6176,7 +6176,7 @@ limitations under the License.
61766176
</xs:documentation>
61776177
</xs:annotation>
61786178
<xs:sequence>
6179-
<xs:element name="assetType" minOccurs="0" maxOccurs="1">
6179+
<xs:element name="assetType" minOccurs="1" maxOccurs="1">
61806180
<xs:annotation>
61816181
<xs:documentation>
61826182
Cryptographic assets occur in several forms. Algorithms and protocols are most commonly
@@ -7177,7 +7177,7 @@ limitations under the License.
71777177
</xs:restriction>
71787178
</xs:simpleType>
71797179
</xs:element>
7180-
<xs:element name="version" minOccurs="0" maxOccurs="1">
7180+
<xs:element name="version" type="xs:string" minOccurs="0" maxOccurs="1">
71817181
<xs:annotation>
71827182
<xs:documentation>
71837183
The version of the protocol. Examples include 1.0, 1.2, and 1.99.
@@ -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)