Skip to content

Commit a05bc1b

Browse files
authored
fix(XML): fixed aggregateType docs for incomplete_first_party_* (#686)
this is a forward-port of #684
2 parents a973a6b + 5b2b2f0 commit a05bc1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/bom-1.7.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3051,12 +3051,12 @@ limitations under the License.
30513051
</xs:enumeration>
30523052
<xs:enumeration value="incomplete_first_party_proprietary_only">
30533053
<xs:annotation>
3054-
<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>
3054+
<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>
30553055
</xs:annotation>
30563056
</xs:enumeration>
30573057
<xs:enumeration value="incomplete_first_party_opensource_only">
30583058
<xs:annotation>
3059-
<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>
3059+
<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>
30603060
</xs:annotation>
30613061
</xs:enumeration>
30623062
<xs:enumeration value="incomplete_third_party_only">

0 commit comments

Comments
 (0)