Skip to content

Commit

Permalink
#1 #12 Initial commit to support SPDX license expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Feb 19, 2019
1 parent cf3d3c7 commit f7ccb2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schema/bom-1.1-DRAFT-2.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
<xs:documentation>A valid SPDX license ID</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="expression" type="xs:normalizedString" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A valid SPDX license expression. Refer to https://spdx.org/specifications for syntax requirements</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="name" type="xs:normalizedString" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>If SPDX does not define the license used, this field may be used to provide the license name</xs:documentation>
Expand Down

0 comments on commit f7ccb2a

Please sign in to comment.