Skip to content

Commit 44ab762

Browse files
authored
Merge pull request #1229 from bact/fix-external-doc-ref-cardinality-23
[2.3] Fix cardinality of externalDocumentRef to 0..*
2 parents 415b8fe + 98be56c commit 44ab762

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

chapters/document-creation-information.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Identify any external SPDX documents referenced within this SPDX document. The m
227227
| Attribute | Value |
228228
| --------- | ----- |
229229
| Required | No |
230-
| Cardinality | 1..* |
230+
| Cardinality | 0..* |
231231
| Format | DocumentRef-`[idstring]` `[SPDX document URI]` `[Checksum]`<br>where<br>`[idstring]` is a unique string containing letters, numbers, `.`, `-` and/or `+`.<br>`[SPDX document URI]` is the unique ID for the external document as defined in [6.5](#6.5) of that referenced document,<br>`[Checksum]` is a checksum of the external document following the checksum format defined in [8.4](file-information.md#8.4). |
232232

233233
### 6.6.2 Intent
@@ -436,7 +436,7 @@ EXAMPLE 1 Tag: `DocumentComment:`
436436

437437
```text
438438
DocumentComment: <text>This document was created using SPDX 2.3,
439-
version 3.17 of the SPDX License List and refering to licenses
439+
version 3.17 of the SPDX License List and referring to licenses
440440
in file MyCompany.Approved.Licenses.spdx.</text>
441441
```
442442

@@ -446,7 +446,7 @@ EXAMPLE 2 RDF: Property `rdfs:comment` in class `SpdxDocument`
446446
<SpdxDocument rdf:about="...">
447447
<rdfs:comment>
448448
This document was created using SPDX 2.3, version 3.17 of the SPDX
449-
License List and refering to licenses in file
449+
License List and referring to licenses in file
450450
MyCompany.Approved.Licenses.spdx.
451451
</rdfs:comment>
452452
</SpdxDocument>

0 commit comments

Comments
 (0)