Skip to content

Commit 605e262

Browse files
Renamed to 1.2 - minor corrections
1 parent ae1998d commit 605e262

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
targetNamespace="http://cyclonedx.org/schema/bom/1.2"
2323
vc:minVersion="1.0"
2424
vc:maxVersion="1.1"
25-
version="1.2-SNAPSHOT">
25+
version="1.2">
2626

2727
<xs:import namespace="http://cyclonedx.org/schema/spdx" schemaLocation="http://cyclonedx.org/schema/spdx"/>
2828

@@ -427,13 +427,13 @@ limitations under the License.
427427
</xs:choice>
428428
<xs:element name="text" type="bom:attachedTextType" minOccurs="0" maxOccurs="1">
429429
<xs:annotation>
430-
<xs:documentation>Specifies the optional full text of the license</xs:documentation>
430+
<xs:documentation>Specifies the optional full text of the attachment</xs:documentation>
431431
</xs:annotation>
432432
</xs:element>
433433
<xs:element name="url" type="xs:anyURI" minOccurs="0" maxOccurs="1">
434434
<xs:annotation>
435-
<xs:documentation>The URL to the license file. If specified, a 'license'
436-
externalReference should also be specified for completeness.</xs:documentation>
435+
<xs:documentation>The URL to the attachment file. If the attachment is a license or BOM,
436+
an externalReference should also be specified for completeness.</xs:documentation>
437437
</xs:annotation>
438438
</xs:element>
439439
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
@@ -541,7 +541,7 @@ limitations under the License.
541541
<xs:enumeration value="operating-system">
542542
<xs:annotation>
543543
<xs:documentation>A software operating system without regard to deployment model
544-
(i.e. installed on physical hardware, virtual machine, container image, etc) Refer to
544+
(i.e. installed on physical hardware, virtual machine, image, etc) Refer to
545545
https://en.wikipedia.org/wiki/Operating_system</xs:documentation>
546546
</xs:annotation>
547547
</xs:enumeration>
@@ -1146,7 +1146,7 @@ limitations under the License.
11461146
</xs:sequence>
11471147
<xs:attribute name="ref" type="xs:string" use="required">
11481148
<xs:annotation>
1149-
<xs:documentation>References a component by the components bom-ref attribute</xs:documentation>
1149+
<xs:documentation>References a component or service by the its bom-ref attribute</xs:documentation>
11501150
</xs:annotation>
11511151
</xs:attribute>
11521152
<xs:anyAttribute namespace="##other" processContents="lax">

0 commit comments

Comments
 (0)