syft/schema/cyclonedx/spdx.xsd
Jonas Galvão Xavier 5374a1dc6f
add cyclone-json output format (#635)
* add cyclone json format

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* adapt format to sbom.SBOM structure

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* cycloneDX json output with official lib

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* add cycloneDX 1.3 schema output in xml

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* fix lints errors

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* tidying go mod

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* remove cycloneDX 1.2 format

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* update cycloneDX xml schema

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* fix cyclone according to schema

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* use RFC 2141 URN form of uuid for serial number

add schema validation for cycloneDX 1.3 JSON output

add yajsv cli for JSON schema validation during tests

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* tidying go mod up

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* go get json schema validator

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* install yajsv without mess with go mod

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* reuse code between cycloneDX json & xml encoders

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* add output options for cyclone XML

add bom.json to .gitignore

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* add cyclone json format

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* adapt format to sbom.SBOM structure

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* cycloneDX json output with official lib

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* add cycloneDX 1.3 schema output in xml

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* fix lints errors

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* tidying go mod

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* remove cycloneDX 1.2 format

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* update cycloneDX xml schema

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* fix cyclone according to schema

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* use RFC 2141 URN form of uuid for serial number

add schema validation for cycloneDX 1.3 JSON output

add yajsv cli for JSON schema validation during tests

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* tidying go mod up

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* go get json schema validator

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* install yajsv without mess with go mod

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* reuse code between cycloneDX json & xml encoders

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* add output options for cyclone XML

add bom.json to .gitignore

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* fix cyclone12xml removal

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* feedback changes

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>

* go mod tidy

Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>
2021-12-03 17:06:23 -08:00

2509 lines
115 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
targetNamespace="http://cyclonedx.org/schema/spdx"
version="1.0-3.12">
<xs:simpleType name="licenseId">
<xs:restriction base="xs:string">
<!-- Licenses -->
<xs:enumeration value="AFL-2.0">
<xs:annotation>
<xs:documentation>Academic Free License v2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AAL">
<xs:annotation>
<xs:documentation>Attribution Assurance License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Adobe-2006">
<xs:annotation>
<xs:documentation>Adobe Systems Incorporated Source Code License Agreement</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AFL-3.0">
<xs:annotation>
<xs:documentation>Academic Free License v3.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ADSL">
<xs:annotation>
<xs:documentation>Amazon Digital Services License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="0BSD">
<xs:annotation>
<xs:documentation>BSD Zero Clause License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Afmparse">
<xs:annotation>
<xs:documentation>Afmparse License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AFL-1.2">
<xs:annotation>
<xs:documentation>Academic Free License v1.2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AGPL-1.0-or-later">
<xs:annotation>
<xs:documentation>Affero General Public License v1.0 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AFL-2.1">
<xs:annotation>
<xs:documentation>Academic Free License v2.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AFL-1.1">
<xs:annotation>
<xs:documentation>Academic Free License v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AGPL-1.0">
<xs:annotation>
<xs:documentation>Affero General Public License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Adobe-Glyph">
<xs:annotation>
<xs:documentation>Adobe Glyph List License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AMDPLPA">
<xs:annotation>
<xs:documentation>AMD&apos;s plpa_map.c License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Aladdin">
<xs:annotation>
<xs:documentation>Aladdin Free Public License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ANTLR-PD">
<xs:annotation>
<xs:documentation>ANTLR Software Rights Notice</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AML">
<xs:annotation>
<xs:documentation>Apple MIT License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Apache-1.0">
<xs:annotation>
<xs:documentation>Apache License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ANTLR-PD-fallback">
<xs:annotation>
<xs:documentation>ANTLR Software Rights Notice with license fallback</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Abstyles">
<xs:annotation>
<xs:documentation>Abstyles License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AGPL-1.0-only">
<xs:annotation>
<xs:documentation>Affero General Public License v1.0 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="APAFML">
<xs:annotation>
<xs:documentation>Adobe Postscript AFM License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="APSL-1.0">
<xs:annotation>
<xs:documentation>Apple Public Source License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="APSL-1.1">
<xs:annotation>
<xs:documentation>Apple Public Source License 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="APSL-2.0">
<xs:annotation>
<xs:documentation>Apple Public Source License 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AGPL-3.0-only">
<xs:annotation>
<xs:documentation>GNU Affero General Public License v3.0 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Apache-1.1">
<xs:annotation>
<xs:documentation>Apache License 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Apache-2.0">
<xs:annotation>
<xs:documentation>Apache License 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="APL-1.0">
<xs:annotation>
<xs:documentation>Adaptive Public License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bahyph">
<xs:annotation>
<xs:documentation>Bahyph License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Artistic-1.0">
<xs:annotation>
<xs:documentation>Artistic License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AMPAS">
<xs:annotation>
<xs:documentation>Academy of Motion Picture Arts and Sciences BSD</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Barr">
<xs:annotation>
<xs:documentation>Barr License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AGPL-3.0-or-later">
<xs:annotation>
<xs:documentation>GNU Affero General Public License v3.0 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BlueOak-1.0.0">
<xs:annotation>
<xs:documentation>Blue Oak Model License 1.0.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Beerware">
<xs:annotation>
<xs:documentation>Beerware License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Artistic-1.0-cl8">
<xs:annotation>
<xs:documentation>Artistic License 1.0 w/clause 8</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="blessing">
<xs:annotation>
<xs:documentation>SQLite Blessing</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Borceux">
<xs:annotation>
<xs:documentation>Borceux license</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-2-Clause-NetBSD">
<xs:annotation>
<xs:documentation>BSD 2-Clause NetBSD License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-1-Clause">
<xs:annotation>
<xs:documentation>BSD 1-Clause License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-2-Clause-Patent">
<xs:annotation>
<xs:documentation>BSD-2-Clause Plus Patent License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BitTorrent-1.0">
<xs:annotation>
<xs:documentation>BitTorrent Open Source License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-2-Clause-FreeBSD">
<xs:annotation>
<xs:documentation>BSD 2-Clause FreeBSD License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-3-Clause-Attribution">
<xs:annotation>
<xs:documentation>BSD with attribution</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-2-Clause">
<xs:annotation>
<xs:documentation>BSD 2-Clause &quot;Simplified&quot; License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="APSL-1.2">
<xs:annotation>
<xs:documentation>Apple Public Source License 1.2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-3-Clause-LBNL">
<xs:annotation>
<xs:documentation>Lawrence Berkeley National Labs BSD variant license</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Artistic-2.0">
<xs:annotation>
<xs:documentation>Artistic License 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-3-Clause-No-Nuclear-License-2014">
<xs:annotation>
<xs:documentation>BSD 3-Clause No Nuclear License 2014</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-3-Clause-Modification">
<xs:annotation>
<xs:documentation>BSD 3-Clause Modification</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-4-Clause-Shortened">
<xs:annotation>
<xs:documentation>BSD 4 Clause Shortened</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-3-Clause">
<xs:annotation>
<xs:documentation>BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-3-Clause-Open-MPI">
<xs:annotation>
<xs:documentation>BSD 3-Clause Open MPI variant</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BitTorrent-1.1">
<xs:annotation>
<xs:documentation>BitTorrent Open Source License v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-3-Clause-No-Nuclear-Warranty">
<xs:annotation>
<xs:documentation>BSD 3-Clause No Nuclear Warranty</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-Source-Code">
<xs:annotation>
<xs:documentation>BSD Source Code Attribution</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-Protection">
<xs:annotation>
<xs:documentation>BSD Protection License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AGPL-3.0">
<xs:annotation>
<xs:documentation>GNU Affero General Public License v3.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BUSL-1.1">
<xs:annotation>
<xs:documentation>Business Source License 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Artistic-1.0-Perl">
<xs:annotation>
<xs:documentation>Artistic License 1.0 (Perl)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSL-1.0">
<xs:annotation>
<xs:documentation>Boost Software License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-2-Clause-Views">
<xs:annotation>
<xs:documentation>BSD 2-Clause with views sentence</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CAL-1.0-Combined-Work-Exception">
<xs:annotation>
<xs:documentation>Cryptographic Autonomy License 1.0 (Combined Work Exception)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CATOSL-1.1">
<xs:annotation>
<xs:documentation>Computer Associates Trusted Open Source License 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="bzip2-1.0.5">
<xs:annotation>
<xs:documentation>bzip2 and libbzip2 License v1.0.5</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="bzip2-1.0.6">
<xs:annotation>
<xs:documentation>bzip2 and libbzip2 License v1.0.6</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-2.5">
<xs:annotation>
<xs:documentation>Creative Commons Attribution 2.5 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-3.0-AT">
<xs:annotation>
<xs:documentation>Creative Commons Attribution 3.0 Austria</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C-UDA-1.0">
<xs:annotation>
<xs:documentation>Computational Use of Data Agreement v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-3.0-US">
<xs:annotation>
<xs:documentation>Creative Commons Attribution 3.0 United States</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-1.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution 1.0 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-1.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial 1.0 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-2.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial 2.0 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-2.5">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial 2.5 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-2.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution 2.0 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-4.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial 4.0 International</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-ND-1.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 1.0 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-ND-2.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 2.0 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-3.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial 3.0 Unported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-ND-3.0-IGO">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 3.0 IGO</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-ND-3.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 3.0 Unported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-3-Clause-No-Nuclear-License">
<xs:annotation>
<xs:documentation>BSD 3-Clause No Nuclear License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-ND-4.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 4.0 International</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-SA-2.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial Share Alike 2.0 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-SA-2.5">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial Share Alike 2.5 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-SA-3.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial Share Alike 3.0 Unported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-SA-4.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial Share Alike 4.0 International</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-ND-1.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution No Derivatives 1.0 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-3-Clause-Clear">
<xs:annotation>
<xs:documentation>BSD 3-Clause Clear License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-ND-2.5">
<xs:annotation>
<xs:documentation>Creative Commons Attribution No Derivatives 2.5 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-ND-3.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution No Derivatives 3.0 Unported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-ND-4.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution No Derivatives 4.0 International</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-SA-1.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Share Alike 1.0 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-SA-2.0-UK">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Share Alike 2.0 England and Wales</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-SA-2.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Share Alike 2.0 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-SA-2.1-JP">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Share Alike 2.1 Japan</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-ND-2.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution No Derivatives 2.0 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-SA-3.0-AT">
<xs:annotation>
<xs:documentation>Creative Commons Attribution-Share Alike 3.0 Austria</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-SA-3.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Share Alike 3.0 Unported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-SA-4.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Share Alike 4.0 International</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-SA-2.5">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Share Alike 2.5 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-3.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution 3.0 Unported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CDDL-1.0">
<xs:annotation>
<xs:documentation>Common Development and Distribution License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC0-1.0">
<xs:annotation>
<xs:documentation>Creative Commons Zero v1.0 Universal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-ND-2.5">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 2.5 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-NC-SA-1.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution Non Commercial Share Alike 1.0 Generic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Caldera">
<xs:annotation>
<xs:documentation>Caldera License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CDLA-Permissive-1.0">
<xs:annotation>
<xs:documentation>Community Data License Agreement Permissive 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-BY-4.0">
<xs:annotation>
<xs:documentation>Creative Commons Attribution 4.0 International</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CC-PDDC">
<xs:annotation>
<xs:documentation>Creative Commons Public Domain Dedication and Certification</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-4-Clause-UC">
<xs:annotation>
<xs:documentation>BSD-4-Clause (University of California-Specific)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BSD-4-Clause">
<xs:annotation>
<xs:documentation>BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CAL-1.0">
<xs:annotation>
<xs:documentation>Cryptographic Autonomy License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CDDL-1.1">
<xs:annotation>
<xs:documentation>Common Development and Distribution License 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CERN-OHL-1.2">
<xs:annotation>
<xs:documentation>CERN Open Hardware Licence v1.2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CERN-OHL-1.1">
<xs:annotation>
<xs:documentation>CERN Open Hardware Licence v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CERN-OHL-P-2.0">
<xs:annotation>
<xs:documentation>CERN Open Hardware Licence Version 2 - Permissive</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CERN-OHL-S-2.0">
<xs:annotation>
<xs:documentation>CERN Open Hardware Licence Version 2 - Strongly Reciprocal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CECILL-1.1">
<xs:annotation>
<xs:documentation>CeCILL Free Software License Agreement v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CECILL-2.0">
<xs:annotation>
<xs:documentation>CeCILL Free Software License Agreement v2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CECILL-1.0">
<xs:annotation>
<xs:documentation>CeCILL Free Software License Agreement v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CNRI-Python">
<xs:annotation>
<xs:documentation>CNRI Python License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CNRI-Python-GPL-Compatible">
<xs:annotation>
<xs:documentation>CNRI Python Open Source GPL Compatible License Agreement</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="copyleft-next-0.3.0">
<xs:annotation>
<xs:documentation>copyleft-next 0.3.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CPAL-1.0">
<xs:annotation>
<xs:documentation>Common Public Attribution License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="copyleft-next-0.3.1">
<xs:annotation>
<xs:documentation>copyleft-next 0.3.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CPL-1.0">
<xs:annotation>
<xs:documentation>Common Public License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ClArtistic">
<xs:annotation>
<xs:documentation>Clarified Artistic License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CECILL-C">
<xs:annotation>
<xs:documentation>CeCILL-C Free Software License Agreement</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CNRI-Jython">
<xs:annotation>
<xs:documentation>CNRI Jython License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Condor-1.1">
<xs:annotation>
<xs:documentation>Condor Public License v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CPOL-1.02">
<xs:annotation>
<xs:documentation>Code Project Open License 1.02</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="curl">
<xs:annotation>
<xs:documentation>curl License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="diffmark">
<xs:annotation>
<xs:documentation>diffmark license</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Crossword">
<xs:annotation>
<xs:documentation>Crossword License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Dotseqn">
<xs:annotation>
<xs:documentation>Dotseqn License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DOC">
<xs:annotation>
<xs:documentation>DOC License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DSDP">
<xs:annotation>
<xs:documentation>DSDP License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DRL-1.0">
<xs:annotation>
<xs:documentation>Detection Rule License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ECL-1.0">
<xs:annotation>
<xs:documentation>Educational Community License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ECL-2.0">
<xs:annotation>
<xs:documentation>Educational Community License v2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="eCos-2.0">
<xs:annotation>
<xs:documentation>eCos license version 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CrystalStacker">
<xs:annotation>
<xs:documentation>CrystalStacker License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CERN-OHL-W-2.0">
<xs:annotation>
<xs:documentation>CERN Open Hardware Licence Version 2 - Weakly Reciprocal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D-FSL-1.0">
<xs:annotation>
<xs:documentation>Deutsche Freie Software Lizenz</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="eGenix">
<xs:annotation>
<xs:documentation>eGenix.com Public License 1.1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EPICS">
<xs:annotation>
<xs:documentation>EPICS Open License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Entessa">
<xs:annotation>
<xs:documentation>Entessa Public License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EPL-1.0">
<xs:annotation>
<xs:documentation>Eclipse Public License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EFL-2.0">
<xs:annotation>
<xs:documentation>Eiffel Forum License v2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CUA-OPL-1.0">
<xs:annotation>
<xs:documentation>CUA Office Public License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="etalab-2.0">
<xs:annotation>
<xs:documentation>Etalab Open License 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EUPL-1.0">
<xs:annotation>
<xs:documentation>European Union Public License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ErlPL-1.1">
<xs:annotation>
<xs:documentation>Erlang Public License v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EUDatagrid">
<xs:annotation>
<xs:documentation>EU DataGrid Software License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EUPL-1.1">
<xs:annotation>
<xs:documentation>European Union Public License 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Cube">
<xs:annotation>
<xs:documentation>Cube License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="dvipdfm">
<xs:annotation>
<xs:documentation>dvipdfm License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FreeBSD-DOC">
<xs:annotation>
<xs:documentation>FreeBSD Documentation License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Eurosym">
<xs:annotation>
<xs:documentation>Eurosym License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FSFAP">
<xs:annotation>
<xs:documentation>FSF All Permissive License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FreeImage">
<xs:annotation>
<xs:documentation>FreeImage Public License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FSFULLR">
<xs:annotation>
<xs:documentation>FSF Unlimited License (with License Retention)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FSFUL">
<xs:annotation>
<xs:documentation>FSF Unlimited License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GD">
<xs:annotation>
<xs:documentation>GD License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.1-invariants-only">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.1 only - invariants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EUPL-1.2">
<xs:annotation>
<xs:documentation>European Union Public License 1.2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EPL-2.0">
<xs:annotation>
<xs:documentation>Eclipse Public License 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.1-no-invariants-or-later">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.1 or later - no invariants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.1-only">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.1 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.1-or-later">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.1 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.1">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FTL">
<xs:annotation>
<xs:documentation>Freetype Project License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.2-invariants-or-later">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.2 or later - invariants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.1-invariants-or-later">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.1 or later - invariants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.2-invariants-only">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.2 only - invariants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.2-only">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.2 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.2-or-later">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.2 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.2">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.2-no-invariants-only">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.2 only - no invariants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.3-invariants-only">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.3 only - invariants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.3-no-invariants-only">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.3 only - no invariants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.3-invariants-or-later">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.3 or later - invariants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.2-no-invariants-or-later">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.2 or later - no invariants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Fair">
<xs:annotation>
<xs:documentation>Fair License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Frameworx-1.0">
<xs:annotation>
<xs:documentation>Frameworx Open License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Giftware">
<xs:annotation>
<xs:documentation>Giftware License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.1-no-invariants-only">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.1 only - no invariants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GL2PS">
<xs:annotation>
<xs:documentation>GL2PS License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Glulxe">
<xs:annotation>
<xs:documentation>Glulxe License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Glide">
<xs:annotation>
<xs:documentation>3dfx Glide License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="gnuplot">
<xs:annotation>
<xs:documentation>gnuplot License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GLWTPL">
<xs:annotation>
<xs:documentation>Good Luck With That Public License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-1.0-only">
<xs:annotation>
<xs:documentation>GNU General Public License v1.0 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-1.0-or-later">
<xs:annotation>
<xs:documentation>GNU General Public License v1.0 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-1.0">
<xs:annotation>
<xs:documentation>GNU General Public License v1.0 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.3-only">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.3 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-2.0-only">
<xs:annotation>
<xs:documentation>GNU General Public License v2.0 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-2.0-or-later">
<xs:annotation>
<xs:documentation>GNU General Public License v2.0 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-2.0-with-autoconf-exception">
<xs:annotation>
<xs:documentation>GNU General Public License v2.0 w/Autoconf exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-2.0+">
<xs:annotation>
<xs:documentation>GNU General Public License v2.0 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.3">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.3</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-1.0+">
<xs:annotation>
<xs:documentation>GNU General Public License v1.0 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CDLA-Sharing-1.0">
<xs:annotation>
<xs:documentation>Community Data License Agreement Sharing 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-2.0-with-classpath-exception">
<xs:annotation>
<xs:documentation>GNU General Public License v2.0 w/Classpath exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-2.0-with-GCC-exception">
<xs:annotation>
<xs:documentation>GNU General Public License v2.0 w/GCC Runtime Library exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-2.0-with-bison-exception">
<xs:annotation>
<xs:documentation>GNU General Public License v2.0 w/Bison exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-2.0-with-font-exception">
<xs:annotation>
<xs:documentation>GNU General Public License v2.0 w/Font exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-2.0">
<xs:annotation>
<xs:documentation>GNU General Public License v2.0 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CECILL-2.1">
<xs:annotation>
<xs:documentation>CeCILL Free Software License Agreement v2.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-3.0">
<xs:annotation>
<xs:documentation>GNU General Public License v3.0 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-3.0+">
<xs:annotation>
<xs:documentation>GNU General Public License v3.0 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-3.0-with-autoconf-exception">
<xs:annotation>
<xs:documentation>GNU General Public License v3.0 w/Autoconf exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-3.0-only">
<xs:annotation>
<xs:documentation>GNU General Public License v3.0 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hippocratic-2.1">
<xs:annotation>
<xs:documentation>Hippocratic License 2.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HPND">
<xs:annotation>
<xs:documentation>Historical Permission Notice and Disclaimer</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HTMLTIDY">
<xs:annotation>
<xs:documentation>HTML Tidy License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-3.0-with-GCC-exception">
<xs:annotation>
<xs:documentation>GNU General Public License v3.0 w/GCC Runtime Library exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HaskellReport">
<xs:annotation>
<xs:documentation>Haskell Language Report License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-3.0-or-later">
<xs:annotation>
<xs:documentation>GNU General Public License v3.0 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ICU">
<xs:annotation>
<xs:documentation>ICU License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ImageMagick">
<xs:annotation>
<xs:documentation>ImageMagick License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="iMatix">
<xs:annotation>
<xs:documentation>iMatix Standard Function Library Agreement</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IBM-pibs">
<xs:annotation>
<xs:documentation>IBM PowerPC Initialization and Boot Software</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Intel-ACPI">
<xs:annotation>
<xs:documentation>Intel ACPI Software License Agreement</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Intel">
<xs:annotation>
<xs:documentation>Intel Open Source License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Info-ZIP">
<xs:annotation>
<xs:documentation>Info-ZIP License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IPA">
<xs:annotation>
<xs:documentation>IPA Font License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IJG">
<xs:annotation>
<xs:documentation>Independent JPEG Group License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ISC">
<xs:annotation>
<xs:documentation>ISC License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JasPer-2.0">
<xs:annotation>
<xs:documentation>JasPer License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JPNIC">
<xs:annotation>
<xs:documentation>Japan Network Information Center License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JSON">
<xs:annotation>
<xs:documentation>JSON License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LAL-1.2">
<xs:annotation>
<xs:documentation>Licence Art Libre 1.2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LAL-1.3">
<xs:annotation>
<xs:documentation>Licence Art Libre 1.3</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Latex2e">
<xs:annotation>
<xs:documentation>Latex2e License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Leptonica">
<xs:annotation>
<xs:documentation>Leptonica License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HPND-sell-variant">
<xs:annotation>
<xs:documentation>Historical Permission Notice and Disclaimer - sell variant</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPL-2.0-only">
<xs:annotation>
<xs:documentation>GNU Library General Public License v2 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPL-2.0-or-later">
<xs:annotation>
<xs:documentation>GNU Library General Public License v2 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Imlib2">
<xs:annotation>
<xs:documentation>Imlib2 License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IPL-1.0">
<xs:annotation>
<xs:documentation>IBM Public License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPL-2.1-only">
<xs:annotation>
<xs:documentation>GNU Lesser General Public License v2.1 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPL-2.1-or-later">
<xs:annotation>
<xs:documentation>GNU Lesser General Public License v2.1 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPL-2.0+">
<xs:annotation>
<xs:documentation>GNU Library General Public License v2 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPL-2.0">
<xs:annotation>
<xs:documentation>GNU Library General Public License v2 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CECILL-B">
<xs:annotation>
<xs:documentation>CeCILL-B Free Software License Agreement</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPL-3.0-or-later">
<xs:annotation>
<xs:documentation>GNU Lesser General Public License v3.0 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPL-3.0-only">
<xs:annotation>
<xs:documentation>GNU Lesser General Public License v3.0 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPLLR">
<xs:annotation>
<xs:documentation>Lesser General Public License For Linguistic Resources</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="libpng-2.0">
<xs:annotation>
<xs:documentation>PNG Reference Library version 2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Libpng">
<xs:annotation>
<xs:documentation>libpng License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="libselinux-1.0">
<xs:annotation>
<xs:documentation>libselinux public domain notice</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPL-3.0+">
<xs:annotation>
<xs:documentation>GNU Lesser General Public License v3.0 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EFL-1.0">
<xs:annotation>
<xs:documentation>Eiffel Forum License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="libtiff">
<xs:annotation>
<xs:documentation>libtiff License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.3-no-invariants-or-later">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.3 or later - no invariants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LiLiQ-Rplus-1.1">
<xs:annotation>
<xs:documentation>Licence Libre du Québec Réciprocité forte version 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LiLiQ-R-1.1">
<xs:annotation>
<xs:documentation>Licence Libre du Québec Réciprocité version 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LPL-1.0">
<xs:annotation>
<xs:documentation>Lucent Public License Version 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LiLiQ-P-1.1">
<xs:annotation>
<xs:documentation>Licence Libre du Québec Permissive version 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Linux-OpenIB">
<xs:annotation>
<xs:documentation>Linux Kernel Variant of OpenIB.org license</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LPPL-1.0">
<xs:annotation>
<xs:documentation>LaTeX Project Public License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LPPL-1.2">
<xs:annotation>
<xs:documentation>LaTeX Project Public License v1.2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LPPL-1.3a">
<xs:annotation>
<xs:documentation>LaTeX Project Public License v1.3a</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LPL-1.02">
<xs:annotation>
<xs:documentation>Lucent Public License v1.02</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LPPL-1.3c">
<xs:annotation>
<xs:documentation>LaTeX Project Public License v1.3c</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MakeIndex">
<xs:annotation>
<xs:documentation>MakeIndex License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPL-2.1+">
<xs:annotation>
<xs:documentation>GNU Library General Public License v2.1 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LPPL-1.1">
<xs:annotation>
<xs:documentation>LaTeX Project Public License v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MIT-CMU">
<xs:annotation>
<xs:documentation>CMU License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MirOS">
<xs:annotation>
<xs:documentation>The MirOS Licence</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MIT-advertising">
<xs:annotation>
<xs:documentation>Enlightenment License (e16)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MIT-Modern-Variant">
<xs:annotation>
<xs:documentation>MIT License Modern Variant</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MIT">
<xs:annotation>
<xs:documentation>MIT License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MIT-enna">
<xs:annotation>
<xs:documentation>enna License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MIT-open-group">
<xs:annotation>
<xs:documentation>MIT Open Group variant</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MIT-feh">
<xs:annotation>
<xs:documentation>feh License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MITNFA">
<xs:annotation>
<xs:documentation>MIT +no-false-attribs license</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MPL-1.0">
<xs:annotation>
<xs:documentation>Mozilla Public License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="mpich2">
<xs:annotation>
<xs:documentation>mpich2 License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MPL-2.0">
<xs:annotation>
<xs:documentation>Mozilla Public License 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MPL-2.0-no-copyleft-exception">
<xs:annotation>
<xs:documentation>Mozilla Public License 2.0 (no copyleft exception)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MS-RL">
<xs:annotation>
<xs:documentation>Microsoft Reciprocal License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MTLL">
<xs:annotation>
<xs:documentation>Matrix Template Library License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MPL-1.1">
<xs:annotation>
<xs:documentation>Mozilla Public License 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MulanPSL-2.0">
<xs:annotation>
<xs:documentation>Mulan Permissive Software License, Version 2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Motosoto">
<xs:annotation>
<xs:documentation>Motosoto License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mup">
<xs:annotation>
<xs:documentation>Mup License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MulanPSL-1.0">
<xs:annotation>
<xs:documentation>Mulan Permissive Software License, Version 1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NAIST-2003">
<xs:annotation>
<xs:documentation>Nara Institute of Science and Technology License (2003)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Naumen">
<xs:annotation>
<xs:documentation>Naumen Public License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Multics">
<xs:annotation>
<xs:documentation>Multics License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NBPL-1.0">
<xs:annotation>
<xs:documentation>Net Boolean Public License v1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NCSA">
<xs:annotation>
<xs:documentation>University of Illinois/NCSA Open Source License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Net-SNMP">
<xs:annotation>
<xs:documentation>Net-SNMP License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NetCDF">
<xs:annotation>
<xs:documentation>NetCDF license</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NASA-1.3">
<xs:annotation>
<xs:documentation>NASA Open Source Agreement 1.3</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NGPL">
<xs:annotation>
<xs:documentation>Nethack General Public License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NIST-PD-fallback">
<xs:annotation>
<xs:documentation>NIST Public Domain Notice with license fallback</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NIST-PD">
<xs:annotation>
<xs:documentation>NIST Public Domain Notice</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Newsletr">
<xs:annotation>
<xs:documentation>Newsletr License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NLPL">
<xs:annotation>
<xs:documentation>No Limit Public License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Nokia">
<xs:annotation>
<xs:documentation>Nokia Open Source License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NOSL">
<xs:annotation>
<xs:documentation>Netizen Open Source License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Noweb">
<xs:annotation>
<xs:documentation>Noweb License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NLOD-1.0">
<xs:annotation>
<xs:documentation>Norwegian Licence for Open Government Data</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NPL-1.0">
<xs:annotation>
<xs:documentation>Netscape Public License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NCGL-UK-2.0">
<xs:annotation>
<xs:documentation>Non-Commercial Government Licence</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NRL">
<xs:annotation>
<xs:documentation>NRL License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NTP-0">
<xs:annotation>
<xs:documentation>NTP No Attribution</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NTP">
<xs:annotation>
<xs:documentation>NTP License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFDL-1.3-or-later">
<xs:annotation>
<xs:documentation>GNU Free Documentation License v1.3 or later</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Nunit">
<xs:annotation>
<xs:documentation>Nunit License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O-UDA-1.0">
<xs:annotation>
<xs:documentation>Open Use of Data Agreement v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NPL-1.1">
<xs:annotation>
<xs:documentation>Netscape Public License v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OCCT-PL">
<xs:annotation>
<xs:documentation>Open CASCADE Technology Public License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ODC-By-1.0">
<xs:annotation>
<xs:documentation>Open Data Commons Attribution License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OFL-1.0-no-RFN">
<xs:annotation>
<xs:documentation>SIL Open Font License 1.0 with no Reserved Font Name</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OCLC-2.0">
<xs:annotation>
<xs:documentation>OCLC Research Public License 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OFL-1.0-RFN">
<xs:annotation>
<xs:documentation>SIL Open Font License 1.0 with Reserved Font Name</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OFL-1.0">
<xs:annotation>
<xs:documentation>SIL Open Font License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OFL-1.1-no-RFN">
<xs:annotation>
<xs:documentation>SIL Open Font License 1.1 with no Reserved Font Name</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OFL-1.1-RFN">
<xs:annotation>
<xs:documentation>SIL Open Font License 1.1 with Reserved Font Name</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OFL-1.1">
<xs:annotation>
<xs:documentation>SIL Open Font License 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OGDL-Taiwan-1.0">
<xs:annotation>
<xs:documentation>Taiwan Open Government Data License, version 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OGC-1.0">
<xs:annotation>
<xs:documentation>OGC Software License, Version 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OGL-UK-1.0">
<xs:annotation>
<xs:documentation>Open Government Licence v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OGL-UK-2.0">
<xs:annotation>
<xs:documentation>Open Government Licence v2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OGL-UK-3.0">
<xs:annotation>
<xs:documentation>Open Government Licence v3.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OGTSL">
<xs:annotation>
<xs:documentation>Open Group Test Suite License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-1.1">
<xs:annotation>
<xs:documentation>Open LDAP Public License v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-1.2">
<xs:annotation>
<xs:documentation>Open LDAP Public License v1.2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-1.3">
<xs:annotation>
<xs:documentation>Open LDAP Public License v1.3</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OGL-Canada-2.0">
<xs:annotation>
<xs:documentation>Open Government Licence - Canada</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-2.0.1">
<xs:annotation>
<xs:documentation>Open LDAP Public License v2.0.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-2.0">
<xs:annotation>
<xs:documentation>Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-2.1">
<xs:annotation>
<xs:documentation>Open LDAP Public License v2.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-2.2.1">
<xs:annotation>
<xs:documentation>Open LDAP Public License v2.2.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-2.2.2">
<xs:annotation>
<xs:documentation>Open LDAP Public License 2.2.2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-2.2">
<xs:annotation>
<xs:documentation>Open LDAP Public License v2.2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ODbL-1.0">
<xs:annotation>
<xs:documentation>Open Data Commons Open Database License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-2.4">
<xs:annotation>
<xs:documentation>Open LDAP Public License v2.4</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-1.4">
<xs:annotation>
<xs:documentation>Open LDAP Public License v1.4</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-2.3">
<xs:annotation>
<xs:documentation>Open LDAP Public License v2.3</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-2.7">
<xs:annotation>
<xs:documentation>Open LDAP Public License v2.7</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-2.8">
<xs:annotation>
<xs:documentation>Open LDAP Public License v2.8</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OML">
<xs:annotation>
<xs:documentation>Open Market License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OpenSSL">
<xs:annotation>
<xs:documentation>OpenSSL License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-2.6">
<xs:annotation>
<xs:documentation>Open LDAP Public License v2.6</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OPL-1.0">
<xs:annotation>
<xs:documentation>Open Public License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OSL-1.0">
<xs:annotation>
<xs:documentation>Open Software License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OSL-1.1">
<xs:annotation>
<xs:documentation>Open Software License 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OSL-2.0">
<xs:annotation>
<xs:documentation>Open Software License 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OSET-PL-2.1">
<xs:annotation>
<xs:documentation>OSET Public License version 2.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OSL-2.1">
<xs:annotation>
<xs:documentation>Open Software License 2.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Parity-6.0.0">
<xs:annotation>
<xs:documentation>The Parity Public License 6.0.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Parity-7.0.0">
<xs:annotation>
<xs:documentation>The Parity Public License 7.0.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PDDL-1.0">
<xs:annotation>
<xs:documentation>Open Data Commons Public Domain Dedication &amp; License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PHP-3.0">
<xs:annotation>
<xs:documentation>PHP License v3.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OSL-3.0">
<xs:annotation>
<xs:documentation>Open Software License 3.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Plexus">
<xs:annotation>
<xs:documentation>Plexus Classworlds License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MS-PL">
<xs:annotation>
<xs:documentation>Microsoft Public License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PolyForm-Small-Business-1.0.0">
<xs:annotation>
<xs:documentation>PolyForm Small Business License 1.0.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PolyForm-Noncommercial-1.0.0">
<xs:annotation>
<xs:documentation>PolyForm Noncommercial License 1.0.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PSF-2.0">
<xs:annotation>
<xs:documentation>Python Software Foundation License 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="psfrag">
<xs:annotation>
<xs:documentation>psfrag License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PostgreSQL">
<xs:annotation>
<xs:documentation>PostgreSQL License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="psutils">
<xs:annotation>
<xs:documentation>psutils License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Qhull">
<xs:annotation>
<xs:documentation>Qhull License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="QPL-1.0">
<xs:annotation>
<xs:documentation>Q Public License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rdisc">
<xs:annotation>
<xs:documentation>Rdisc License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Python-2.0">
<xs:annotation>
<xs:documentation>Python License 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RPL-1.1">
<xs:annotation>
<xs:documentation>Reciprocal Public License 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RPL-1.5">
<xs:annotation>
<xs:documentation>Reciprocal Public License 1.5</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RHeCos-1.1">
<xs:annotation>
<xs:documentation>Red Hat eCos Public License v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RSA-MD">
<xs:annotation>
<xs:documentation>RSA Message-Digest License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RSCPL">
<xs:annotation>
<xs:documentation>Ricoh Source Code Public License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ruby">
<xs:annotation>
<xs:documentation>Ruby License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SAX-PD">
<xs:annotation>
<xs:documentation>Sax Public Domain Notice</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Saxpath">
<xs:annotation>
<xs:documentation>Saxpath License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SCEA">
<xs:annotation>
<xs:documentation>SCEA Shared Source License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sendmail-8.23">
<xs:annotation>
<xs:documentation>Sendmail License 8.23</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sendmail">
<xs:annotation>
<xs:documentation>Sendmail License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SGI-B-1.0">
<xs:annotation>
<xs:documentation>SGI Free Software License B v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SGI-B-1.1">
<xs:annotation>
<xs:documentation>SGI Free Software License B v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SGI-B-2.0">
<xs:annotation>
<xs:documentation>SGI Free Software License B v2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SHL-0.5">
<xs:annotation>
<xs:documentation>Solderpad Hardware License v0.5</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SHL-0.51">
<xs:annotation>
<xs:documentation>Solderpad Hardware License, Version 0.51</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SimPL-2.0">
<xs:annotation>
<xs:documentation>Simple Public License 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SISSL-1.2">
<xs:annotation>
<xs:documentation>Sun Industry Standards Source License v1.2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SISSL">
<xs:annotation>
<xs:documentation>Sun Industry Standards Source License v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sleepycat">
<xs:annotation>
<xs:documentation>Sleepycat License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SMLNJ">
<xs:annotation>
<xs:documentation>Standard ML of New Jersey License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SMPPL">
<xs:annotation>
<xs:documentation>Secure Messaging Protocol Public License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SNIA">
<xs:annotation>
<xs:documentation>SNIA Public License 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Spencer-86">
<xs:annotation>
<xs:documentation>Spencer License 86</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Spencer-94">
<xs:annotation>
<xs:documentation>Spencer License 94</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Spencer-99">
<xs:annotation>
<xs:documentation>Spencer License 99</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SPL-1.0">
<xs:annotation>
<xs:documentation>Sun Public License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SSH-OpenSSH">
<xs:annotation>
<xs:documentation>SSH OpenSSH license</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PHP-3.01">
<xs:annotation>
<xs:documentation>PHP License v3.01</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SSH-short">
<xs:annotation>
<xs:documentation>SSH short notice</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MIT-0">
<xs:annotation>
<xs:documentation>MIT No Attribution</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RPSL-1.0">
<xs:annotation>
<xs:documentation>RealNetworks Public Source License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SWL">
<xs:annotation>
<xs:documentation>Scheme Widget Library (SWL) Software License Agreement</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SugarCRM-1.1.3">
<xs:annotation>
<xs:documentation>SugarCRM Public License v1.1.3</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TCL">
<xs:annotation>
<xs:documentation>TCL/TK License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TCP-wrappers">
<xs:annotation>
<xs:documentation>TCP Wrappers License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SSPL-1.0">
<xs:annotation>
<xs:documentation>Server Side Public License, v 1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TMate">
<xs:annotation>
<xs:documentation>TMate Open Source License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TOSL">
<xs:annotation>
<xs:documentation>Trusster Open Source License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TORQUE-1.1">
<xs:annotation>
<xs:documentation>TORQUE v2.5+ Software License v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TAPR-OHL-1.0">
<xs:annotation>
<xs:documentation>TAPR Open Hardware License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UCL-1.0">
<xs:annotation>
<xs:documentation>Upstream Compatibility License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unicode-DFS-2015">
<xs:annotation>
<xs:documentation>Unicode License Agreement - Data Files and Software (2015)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unicode-DFS-2016">
<xs:annotation>
<xs:documentation>Unicode License Agreement - Data Files and Software (2016)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unicode-TOU">
<xs:annotation>
<xs:documentation>Unicode Terms of Use</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TU-Berlin-1.0">
<xs:annotation>
<xs:documentation>Technische Universitaet Berlin License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UPL-1.0">
<xs:annotation>
<xs:documentation>Universal Permissive License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unlicense">
<xs:annotation>
<xs:documentation>The Unlicense</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VOSTROM">
<xs:annotation>
<xs:documentation>VOSTROM Public License for Open Source</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Vim">
<xs:annotation>
<xs:documentation>Vim License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VSL-1.0">
<xs:annotation>
<xs:documentation>Vovida Software License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="W3C-20150513">
<xs:annotation>
<xs:documentation>W3C Software Notice and Document License (2015-05-13)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="W3C">
<xs:annotation>
<xs:documentation>W3C Software Notice and License (2002-12-31)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="W3C-19980720">
<xs:annotation>
<xs:documentation>W3C Software Notice and License (1998-07-20)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Wsuipa">
<xs:annotation>
<xs:documentation>Wsuipa License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Watcom-1.0">
<xs:annotation>
<xs:documentation>Sybase Open Watcom Public License 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WTFPL">
<xs:annotation>
<xs:documentation>Do What The F*ck You Want To Public License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="X11">
<xs:annotation>
<xs:documentation>X11 License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Xerox">
<xs:annotation>
<xs:documentation>Xerox License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XFree86-1.1">
<xs:annotation>
<xs:documentation>XFree86 License 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="xinetd">
<xs:annotation>
<xs:documentation>xinetd License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Xnet">
<xs:annotation>
<xs:documentation>X.Net License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="xpp">
<xs:annotation>
<xs:documentation>XPP License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XSkat">
<xs:annotation>
<xs:documentation>XSkat License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="YPL-1.0">
<xs:annotation>
<xs:documentation>Yahoo! Public License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="YPL-1.1">
<xs:annotation>
<xs:documentation>Yahoo! Public License v1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Zed">
<xs:annotation>
<xs:documentation>Zed License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Zend-2.0">
<xs:annotation>
<xs:documentation>Zend License v2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TU-Berlin-2.0">
<xs:annotation>
<xs:documentation>Technische Universitaet Berlin License 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Zimbra-1.4">
<xs:annotation>
<xs:documentation>Zimbra Public License v1.4</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="zlib-acknowledgement">
<xs:annotation>
<xs:documentation>zlib/libpng License with Acknowledgement</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Zlib">
<xs:annotation>
<xs:documentation>zlib License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ZPL-1.1">
<xs:annotation>
<xs:documentation>Zope Public License 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ZPL-2.0">
<xs:annotation>
<xs:documentation>Zope Public License 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ZPL-2.1">
<xs:annotation>
<xs:documentation>Zope Public License 2.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="wxWindows">
<xs:annotation>
<xs:documentation>wxWindows Library License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Zimbra-1.3">
<xs:annotation>
<xs:documentation>Zimbra Public License v1.3</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="gSOAP-1.3b">
<xs:annotation>
<xs:documentation>gSOAP Public License v1.3b</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Interbase-1.0">
<xs:annotation>
<xs:documentation>Interbase Public License v1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPL-2.1">
<xs:annotation>
<xs:documentation>GNU Lesser General Public License v2.1 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPL-3.0">
<xs:annotation>
<xs:documentation>GNU Lesser General Public License v3.0 only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NPOSL-3.0">
<xs:annotation>
<xs:documentation>Non-Profit Open Software License 3.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLDAP-2.5">
<xs:annotation>
<xs:documentation>Open LDAP Public License v2.5</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="StandardML-NJ">
<xs:annotation>
<xs:documentation>Standard ML of New Jersey License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<!-- Exceptions -->
<xs:enumeration value="389-exception">
<xs:annotation>
<xs:documentation>389 Directory Server Exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Autoconf-exception-2.0">
<xs:annotation>
<xs:documentation>Autoconf exception 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Autoconf-exception-3.0">
<xs:annotation>
<xs:documentation>Autoconf exception 3.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bison-exception-2.2">
<xs:annotation>
<xs:documentation>Bison exception 2.2</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bootloader-exception">
<xs:annotation>
<xs:documentation>Bootloader Distribution Exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Classpath-exception-2.0">
<xs:annotation>
<xs:documentation>Classpath exception 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CLISP-exception-2.0">
<xs:annotation>
<xs:documentation>CLISP exception 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DigiRule-FOSS-exception">
<xs:annotation>
<xs:documentation>DigiRule FOSS License Exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="eCos-exception-2.0">
<xs:annotation>
<xs:documentation>eCos exception 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Fawkes-Runtime-exception">
<xs:annotation>
<xs:documentation>Fawkes Runtime Exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FLTK-exception">
<xs:annotation>
<xs:documentation>FLTK exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Font-exception-2.0">
<xs:annotation>
<xs:documentation>Font exception 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="freertos-exception-2.0">
<xs:annotation>
<xs:documentation>FreeRTOS Exception 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GCC-exception-2.0">
<xs:annotation>
<xs:documentation>GCC Runtime Library exception 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GCC-exception-3.1">
<xs:annotation>
<xs:documentation>GCC Runtime Library exception 3.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="gnu-javamail-exception">
<xs:annotation>
<xs:documentation>GNU JavaMail exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-3.0-linking-exception">
<xs:annotation>
<xs:documentation>GPL-3.0 Linking Exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-3.0-linking-source-exception">
<xs:annotation>
<xs:documentation>GPL-3.0 Linking Exception (with Corresponding Source)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPL-CC-1.0">
<xs:annotation>
<xs:documentation>GPL Cooperation Commitment 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="i2p-gpl-java-exception">
<xs:annotation>
<xs:documentation>i2p GPL+Java Exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LGPL-3.0-linking-exception">
<xs:annotation>
<xs:documentation>LGPL-3.0 Linking Exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Libtool-exception">
<xs:annotation>
<xs:documentation>Libtool Exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Linux-syscall-note">
<xs:annotation>
<xs:documentation>Linux Syscall Note</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LLVM-exception">
<xs:annotation>
<xs:documentation>LLVM Exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LZMA-exception">
<xs:annotation>
<xs:documentation>LZMA exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="mif-exception">
<xs:annotation>
<xs:documentation>Macros and Inline Functions Exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Nokia-Qt-exception-1.1">
<xs:annotation>
<xs:documentation>Nokia Qt LGPL exception 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OCaml-LGPL-linking-exception">
<xs:annotation>
<xs:documentation>OCaml LGPL Linking Exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OCCT-exception-1.0">
<xs:annotation>
<xs:documentation>Open CASCADE Exception 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OpenJDK-assembly-exception-1.0">
<xs:annotation>
<xs:documentation>OpenJDK Assembly exception 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="openvpn-openssl-exception">
<xs:annotation>
<xs:documentation>OpenVPN OpenSSL Exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PS-or-PDF-font-exception-20170817">
<xs:annotation>
<xs:documentation>PS/PDF font exception (2017-08-17)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Qt-GPL-exception-1.0">
<xs:annotation>
<xs:documentation>Qt GPL exception 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Qt-LGPL-exception-1.1">
<xs:annotation>
<xs:documentation>Qt LGPL exception 1.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Qwt-exception-1.0">
<xs:annotation>
<xs:documentation>Qwt exception 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SHL-2.0">
<xs:annotation>
<xs:documentation>Solderpad Hardware License v2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SHL-2.1">
<xs:annotation>
<xs:documentation>Solderpad Hardware License v2.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Swift-exception">
<xs:annotation>
<xs:documentation>Swift Exception</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="u-boot-exception-2.0">
<xs:annotation>
<xs:documentation>U-Boot exception 2.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Universal-FOSS-exception-1.0">
<xs:annotation>
<xs:documentation>Universal FOSS Exception, Version 1.0</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WxWindows-exception-3.1">
<xs:annotation>
<xs:documentation>WxWindows Library Exception 3.1</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:schema>