Skip to content

Commit

Permalink
#15 #12 Added support for license url
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Feb 19, 2019
1 parent e5b2f27 commit 226828d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion schema/bom-1.1-DRAFT-2.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@
<xs:documentation>Specifies the optional full text of the license</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="url" type="xs:anyURI" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>The URL to the license file. If specified, a 'license-text'
externalReference should also be specified for completeness.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down Expand Up @@ -351,7 +357,8 @@
</xs:enumeration>
<xs:enumeration value="license-text">
<xs:annotation>
<xs:documentation>External license file</xs:documentation>
<xs:documentation>The URL to the license file. If a license URL has been defined in the license
node, it should also be defined as an external reference for completeness</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="build-meta">
Expand Down

0 comments on commit 226828d

Please sign in to comment.