Skip to content

Commit 2613442

Browse files
committed
Fix reference to first/third-party components
Signed-off-by: Emil Sågfors <[email protected]>
1 parent 22fb0c2 commit 2613442

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

schema/bom-1.5.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2433,12 +2433,12 @@ limitations under the License.
24332433
</xs:enumeration>
24342434
<xs:enumeration value="incomplete_first_party_proprietary_only">
24352435
<xs:annotation>
2436-
<xs:documentation>The relationship is incomplete. Only relationships for third-party components, services, or their dependencies are represented, limited specifically to those that are proprietary.</xs:documentation>
2436+
<xs:documentation>The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented, limited specifically to those that are proprietary.</xs:documentation>
24372437
</xs:annotation>
24382438
</xs:enumeration>
24392439
<xs:enumeration value="incomplete_first_party_opensource_only">
24402440
<xs:annotation>
2441-
<xs:documentation>The relationship is incomplete. Only relationships for third-party components, services, or their dependencies are represented, limited specifically to those that are opensource.</xs:documentation>
2441+
<xs:documentation>The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented, limited specifically to those that are opensource.</xs:documentation>
24422442
</xs:annotation>
24432443
</xs:enumeration>
24442444
<xs:enumeration value="incomplete_third_party_only">

schema/bom-1.6.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2810,12 +2810,12 @@ limitations under the License.
28102810
</xs:enumeration>
28112811
<xs:enumeration value="incomplete_first_party_proprietary_only">
28122812
<xs:annotation>
2813-
<xs:documentation>The relationship is incomplete. Only relationships for third-party components, services, or their dependencies are represented, limited specifically to those that are proprietary.</xs:documentation>
2813+
<xs:documentation>The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented, limited specifically to those that are proprietary.</xs:documentation>
28142814
</xs:annotation>
28152815
</xs:enumeration>
28162816
<xs:enumeration value="incomplete_first_party_opensource_only">
28172817
<xs:annotation>
2818-
<xs:documentation>The relationship is incomplete. Only relationships for third-party components, services, or their dependencies are represented, limited specifically to those that are opensource.</xs:documentation>
2818+
<xs:documentation>The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented, limited specifically to those that are opensource.</xs:documentation>
28192819
</xs:annotation>
28202820
</xs:enumeration>
28212821
<xs:enumeration value="incomplete_third_party_only">

0 commit comments

Comments
 (0)