github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/schema/cyclonedx/spdx.xsd (about) 1 <?xml version="1.0" encoding="utf-8"?> 2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 3 elementFormDefault="qualified" 4 targetNamespace="http://cyclonedx.org/schema/spdx" 5 version="1.0-3.23"> 6 7 <xs:simpleType name="licenseId"> 8 <xs:restriction base="xs:string"> 9 <!-- Licenses --> 10 <xs:enumeration value="0BSD"> 11 <xs:annotation> 12 <xs:documentation>BSD Zero Clause License</xs:documentation> 13 </xs:annotation> 14 </xs:enumeration> 15 <xs:enumeration value="AAL"> 16 <xs:annotation> 17 <xs:documentation>Attribution Assurance License</xs:documentation> 18 </xs:annotation> 19 </xs:enumeration> 20 <xs:enumeration value="Abstyles"> 21 <xs:annotation> 22 <xs:documentation>Abstyles License</xs:documentation> 23 </xs:annotation> 24 </xs:enumeration> 25 <xs:enumeration value="AdaCore-doc"> 26 <xs:annotation> 27 <xs:documentation>AdaCore Doc License</xs:documentation> 28 </xs:annotation> 29 </xs:enumeration> 30 <xs:enumeration value="Adobe-2006"> 31 <xs:annotation> 32 <xs:documentation>Adobe Systems Incorporated Source Code License Agreement</xs:documentation> 33 </xs:annotation> 34 </xs:enumeration> 35 <xs:enumeration value="Adobe-Display-PostScript"> 36 <xs:annotation> 37 <xs:documentation>Adobe Display PostScript License</xs:documentation> 38 </xs:annotation> 39 </xs:enumeration> 40 <xs:enumeration value="Adobe-Glyph"> 41 <xs:annotation> 42 <xs:documentation>Adobe Glyph List License</xs:documentation> 43 </xs:annotation> 44 </xs:enumeration> 45 <xs:enumeration value="Adobe-Utopia"> 46 <xs:annotation> 47 <xs:documentation>Adobe Utopia Font License</xs:documentation> 48 </xs:annotation> 49 </xs:enumeration> 50 <xs:enumeration value="ADSL"> 51 <xs:annotation> 52 <xs:documentation>Amazon Digital Services License</xs:documentation> 53 </xs:annotation> 54 </xs:enumeration> 55 <xs:enumeration value="AFL-1.1"> 56 <xs:annotation> 57 <xs:documentation>Academic Free License v1.1</xs:documentation> 58 </xs:annotation> 59 </xs:enumeration> 60 <xs:enumeration value="AFL-1.2"> 61 <xs:annotation> 62 <xs:documentation>Academic Free License v1.2</xs:documentation> 63 </xs:annotation> 64 </xs:enumeration> 65 <xs:enumeration value="AFL-2.0"> 66 <xs:annotation> 67 <xs:documentation>Academic Free License v2.0</xs:documentation> 68 </xs:annotation> 69 </xs:enumeration> 70 <xs:enumeration value="AFL-2.1"> 71 <xs:annotation> 72 <xs:documentation>Academic Free License v2.1</xs:documentation> 73 </xs:annotation> 74 </xs:enumeration> 75 <xs:enumeration value="AFL-3.0"> 76 <xs:annotation> 77 <xs:documentation>Academic Free License v3.0</xs:documentation> 78 </xs:annotation> 79 </xs:enumeration> 80 <xs:enumeration value="Afmparse"> 81 <xs:annotation> 82 <xs:documentation>Afmparse License</xs:documentation> 83 </xs:annotation> 84 </xs:enumeration> 85 <xs:enumeration value="AGPL-1.0"> 86 <xs:annotation> 87 <xs:documentation>Affero General Public License v1.0</xs:documentation> 88 </xs:annotation> 89 </xs:enumeration> 90 <xs:enumeration value="AGPL-1.0-only"> 91 <xs:annotation> 92 <xs:documentation>Affero General Public License v1.0 only</xs:documentation> 93 </xs:annotation> 94 </xs:enumeration> 95 <xs:enumeration value="AGPL-1.0-or-later"> 96 <xs:annotation> 97 <xs:documentation>Affero General Public License v1.0 or later</xs:documentation> 98 </xs:annotation> 99 </xs:enumeration> 100 <xs:enumeration value="AGPL-3.0"> 101 <xs:annotation> 102 <xs:documentation>GNU Affero General Public License v3.0</xs:documentation> 103 </xs:annotation> 104 </xs:enumeration> 105 <xs:enumeration value="AGPL-3.0-only"> 106 <xs:annotation> 107 <xs:documentation>GNU Affero General Public License v3.0 only</xs:documentation> 108 </xs:annotation> 109 </xs:enumeration> 110 <xs:enumeration value="AGPL-3.0-or-later"> 111 <xs:annotation> 112 <xs:documentation>GNU Affero General Public License v3.0 or later</xs:documentation> 113 </xs:annotation> 114 </xs:enumeration> 115 <xs:enumeration value="Aladdin"> 116 <xs:annotation> 117 <xs:documentation>Aladdin Free Public License</xs:documentation> 118 </xs:annotation> 119 </xs:enumeration> 120 <xs:enumeration value="AMDPLPA"> 121 <xs:annotation> 122 <xs:documentation>AMD's plpa_map.c License</xs:documentation> 123 </xs:annotation> 124 </xs:enumeration> 125 <xs:enumeration value="AML"> 126 <xs:annotation> 127 <xs:documentation>Apple MIT License</xs:documentation> 128 </xs:annotation> 129 </xs:enumeration> 130 <xs:enumeration value="AML-glslang"> 131 <xs:annotation> 132 <xs:documentation>AML glslang variant License</xs:documentation> 133 </xs:annotation> 134 </xs:enumeration> 135 <xs:enumeration value="AMPAS"> 136 <xs:annotation> 137 <xs:documentation>Academy of Motion Picture Arts and Sciences BSD</xs:documentation> 138 </xs:annotation> 139 </xs:enumeration> 140 <xs:enumeration value="ANTLR-PD"> 141 <xs:annotation> 142 <xs:documentation>ANTLR Software Rights Notice</xs:documentation> 143 </xs:annotation> 144 </xs:enumeration> 145 <xs:enumeration value="ANTLR-PD-fallback"> 146 <xs:annotation> 147 <xs:documentation>ANTLR Software Rights Notice with license fallback</xs:documentation> 148 </xs:annotation> 149 </xs:enumeration> 150 <xs:enumeration value="Apache-1.0"> 151 <xs:annotation> 152 <xs:documentation>Apache License 1.0</xs:documentation> 153 </xs:annotation> 154 </xs:enumeration> 155 <xs:enumeration value="Apache-1.1"> 156 <xs:annotation> 157 <xs:documentation>Apache License 1.1</xs:documentation> 158 </xs:annotation> 159 </xs:enumeration> 160 <xs:enumeration value="Apache-2.0"> 161 <xs:annotation> 162 <xs:documentation>Apache License 2.0</xs:documentation> 163 </xs:annotation> 164 </xs:enumeration> 165 <xs:enumeration value="APAFML"> 166 <xs:annotation> 167 <xs:documentation>Adobe Postscript AFM License</xs:documentation> 168 </xs:annotation> 169 </xs:enumeration> 170 <xs:enumeration value="APL-1.0"> 171 <xs:annotation> 172 <xs:documentation>Adaptive Public License 1.0</xs:documentation> 173 </xs:annotation> 174 </xs:enumeration> 175 <xs:enumeration value="App-s2p"> 176 <xs:annotation> 177 <xs:documentation>App::s2p License</xs:documentation> 178 </xs:annotation> 179 </xs:enumeration> 180 <xs:enumeration value="APSL-1.0"> 181 <xs:annotation> 182 <xs:documentation>Apple Public Source License 1.0</xs:documentation> 183 </xs:annotation> 184 </xs:enumeration> 185 <xs:enumeration value="APSL-1.1"> 186 <xs:annotation> 187 <xs:documentation>Apple Public Source License 1.1</xs:documentation> 188 </xs:annotation> 189 </xs:enumeration> 190 <xs:enumeration value="APSL-1.2"> 191 <xs:annotation> 192 <xs:documentation>Apple Public Source License 1.2</xs:documentation> 193 </xs:annotation> 194 </xs:enumeration> 195 <xs:enumeration value="APSL-2.0"> 196 <xs:annotation> 197 <xs:documentation>Apple Public Source License 2.0</xs:documentation> 198 </xs:annotation> 199 </xs:enumeration> 200 <xs:enumeration value="Arphic-1999"> 201 <xs:annotation> 202 <xs:documentation>Arphic Public License</xs:documentation> 203 </xs:annotation> 204 </xs:enumeration> 205 <xs:enumeration value="Artistic-1.0"> 206 <xs:annotation> 207 <xs:documentation>Artistic License 1.0</xs:documentation> 208 </xs:annotation> 209 </xs:enumeration> 210 <xs:enumeration value="Artistic-1.0-cl8"> 211 <xs:annotation> 212 <xs:documentation>Artistic License 1.0 w/clause 8</xs:documentation> 213 </xs:annotation> 214 </xs:enumeration> 215 <xs:enumeration value="Artistic-1.0-Perl"> 216 <xs:annotation> 217 <xs:documentation>Artistic License 1.0 (Perl)</xs:documentation> 218 </xs:annotation> 219 </xs:enumeration> 220 <xs:enumeration value="Artistic-2.0"> 221 <xs:annotation> 222 <xs:documentation>Artistic License 2.0</xs:documentation> 223 </xs:annotation> 224 </xs:enumeration> 225 <xs:enumeration value="ASWF-Digital-Assets-1.0"> 226 <xs:annotation> 227 <xs:documentation>ASWF Digital Assets License version 1.0</xs:documentation> 228 </xs:annotation> 229 </xs:enumeration> 230 <xs:enumeration value="ASWF-Digital-Assets-1.1"> 231 <xs:annotation> 232 <xs:documentation>ASWF Digital Assets License 1.1</xs:documentation> 233 </xs:annotation> 234 </xs:enumeration> 235 <xs:enumeration value="Baekmuk"> 236 <xs:annotation> 237 <xs:documentation>Baekmuk License</xs:documentation> 238 </xs:annotation> 239 </xs:enumeration> 240 <xs:enumeration value="Bahyph"> 241 <xs:annotation> 242 <xs:documentation>Bahyph License</xs:documentation> 243 </xs:annotation> 244 </xs:enumeration> 245 <xs:enumeration value="Barr"> 246 <xs:annotation> 247 <xs:documentation>Barr License</xs:documentation> 248 </xs:annotation> 249 </xs:enumeration> 250 <xs:enumeration value="bcrypt-Solar-Designer"> 251 <xs:annotation> 252 <xs:documentation>bcrypt Solar Designer License</xs:documentation> 253 </xs:annotation> 254 </xs:enumeration> 255 <xs:enumeration value="Beerware"> 256 <xs:annotation> 257 <xs:documentation>Beerware License</xs:documentation> 258 </xs:annotation> 259 </xs:enumeration> 260 <xs:enumeration value="Bitstream-Charter"> 261 <xs:annotation> 262 <xs:documentation>Bitstream Charter Font License</xs:documentation> 263 </xs:annotation> 264 </xs:enumeration> 265 <xs:enumeration value="Bitstream-Vera"> 266 <xs:annotation> 267 <xs:documentation>Bitstream Vera Font License</xs:documentation> 268 </xs:annotation> 269 </xs:enumeration> 270 <xs:enumeration value="BitTorrent-1.0"> 271 <xs:annotation> 272 <xs:documentation>BitTorrent Open Source License v1.0</xs:documentation> 273 </xs:annotation> 274 </xs:enumeration> 275 <xs:enumeration value="BitTorrent-1.1"> 276 <xs:annotation> 277 <xs:documentation>BitTorrent Open Source License v1.1</xs:documentation> 278 </xs:annotation> 279 </xs:enumeration> 280 <xs:enumeration value="blessing"> 281 <xs:annotation> 282 <xs:documentation>SQLite Blessing</xs:documentation> 283 </xs:annotation> 284 </xs:enumeration> 285 <xs:enumeration value="BlueOak-1.0.0"> 286 <xs:annotation> 287 <xs:documentation>Blue Oak Model License 1.0.0</xs:documentation> 288 </xs:annotation> 289 </xs:enumeration> 290 <xs:enumeration value="Boehm-GC"> 291 <xs:annotation> 292 <xs:documentation>Boehm-Demers-Weiser GC License</xs:documentation> 293 </xs:annotation> 294 </xs:enumeration> 295 <xs:enumeration value="Borceux"> 296 <xs:annotation> 297 <xs:documentation>Borceux license</xs:documentation> 298 </xs:annotation> 299 </xs:enumeration> 300 <xs:enumeration value="Brian-Gladman-2-Clause"> 301 <xs:annotation> 302 <xs:documentation>Brian Gladman 2-Clause License</xs:documentation> 303 </xs:annotation> 304 </xs:enumeration> 305 <xs:enumeration value="Brian-Gladman-3-Clause"> 306 <xs:annotation> 307 <xs:documentation>Brian Gladman 3-Clause License</xs:documentation> 308 </xs:annotation> 309 </xs:enumeration> 310 <xs:enumeration value="BSD-1-Clause"> 311 <xs:annotation> 312 <xs:documentation>BSD 1-Clause License</xs:documentation> 313 </xs:annotation> 314 </xs:enumeration> 315 <xs:enumeration value="BSD-2-Clause"> 316 <xs:annotation> 317 <xs:documentation>BSD 2-Clause "Simplified" License</xs:documentation> 318 </xs:annotation> 319 </xs:enumeration> 320 <xs:enumeration value="BSD-2-Clause-Darwin"> 321 <xs:annotation> 322 <xs:documentation>BSD 2-Clause - Ian Darwin variant</xs:documentation> 323 </xs:annotation> 324 </xs:enumeration> 325 <xs:enumeration value="BSD-2-Clause-FreeBSD"> 326 <xs:annotation> 327 <xs:documentation>BSD 2-Clause FreeBSD License</xs:documentation> 328 </xs:annotation> 329 </xs:enumeration> 330 <xs:enumeration value="BSD-2-Clause-NetBSD"> 331 <xs:annotation> 332 <xs:documentation>BSD 2-Clause NetBSD License</xs:documentation> 333 </xs:annotation> 334 </xs:enumeration> 335 <xs:enumeration value="BSD-2-Clause-Patent"> 336 <xs:annotation> 337 <xs:documentation>BSD-2-Clause Plus Patent License</xs:documentation> 338 </xs:annotation> 339 </xs:enumeration> 340 <xs:enumeration value="BSD-2-Clause-Views"> 341 <xs:annotation> 342 <xs:documentation>BSD 2-Clause with views sentence</xs:documentation> 343 </xs:annotation> 344 </xs:enumeration> 345 <xs:enumeration value="BSD-3-Clause"> 346 <xs:annotation> 347 <xs:documentation>BSD 3-Clause "New" or "Revised" License</xs:documentation> 348 </xs:annotation> 349 </xs:enumeration> 350 <xs:enumeration value="BSD-3-Clause-acpica"> 351 <xs:annotation> 352 <xs:documentation>BSD 3-Clause acpica variant</xs:documentation> 353 </xs:annotation> 354 </xs:enumeration> 355 <xs:enumeration value="BSD-3-Clause-Attribution"> 356 <xs:annotation> 357 <xs:documentation>BSD with attribution</xs:documentation> 358 </xs:annotation> 359 </xs:enumeration> 360 <xs:enumeration value="BSD-3-Clause-Clear"> 361 <xs:annotation> 362 <xs:documentation>BSD 3-Clause Clear License</xs:documentation> 363 </xs:annotation> 364 </xs:enumeration> 365 <xs:enumeration value="BSD-3-Clause-flex"> 366 <xs:annotation> 367 <xs:documentation>BSD 3-Clause Flex variant</xs:documentation> 368 </xs:annotation> 369 </xs:enumeration> 370 <xs:enumeration value="BSD-3-Clause-HP"> 371 <xs:annotation> 372 <xs:documentation>Hewlett-Packard BSD variant license</xs:documentation> 373 </xs:annotation> 374 </xs:enumeration> 375 <xs:enumeration value="BSD-3-Clause-LBNL"> 376 <xs:annotation> 377 <xs:documentation>Lawrence Berkeley National Labs BSD variant license</xs:documentation> 378 </xs:annotation> 379 </xs:enumeration> 380 <xs:enumeration value="BSD-3-Clause-Modification"> 381 <xs:annotation> 382 <xs:documentation>BSD 3-Clause Modification</xs:documentation> 383 </xs:annotation> 384 </xs:enumeration> 385 <xs:enumeration value="BSD-3-Clause-No-Military-License"> 386 <xs:annotation> 387 <xs:documentation>BSD 3-Clause No Military License</xs:documentation> 388 </xs:annotation> 389 </xs:enumeration> 390 <xs:enumeration value="BSD-3-Clause-No-Nuclear-License"> 391 <xs:annotation> 392 <xs:documentation>BSD 3-Clause No Nuclear License</xs:documentation> 393 </xs:annotation> 394 </xs:enumeration> 395 <xs:enumeration value="BSD-3-Clause-No-Nuclear-License-2014"> 396 <xs:annotation> 397 <xs:documentation>BSD 3-Clause No Nuclear License 2014</xs:documentation> 398 </xs:annotation> 399 </xs:enumeration> 400 <xs:enumeration value="BSD-3-Clause-No-Nuclear-Warranty"> 401 <xs:annotation> 402 <xs:documentation>BSD 3-Clause No Nuclear Warranty</xs:documentation> 403 </xs:annotation> 404 </xs:enumeration> 405 <xs:enumeration value="BSD-3-Clause-Open-MPI"> 406 <xs:annotation> 407 <xs:documentation>BSD 3-Clause Open MPI variant</xs:documentation> 408 </xs:annotation> 409 </xs:enumeration> 410 <xs:enumeration value="BSD-3-Clause-Sun"> 411 <xs:annotation> 412 <xs:documentation>BSD 3-Clause Sun Microsystems</xs:documentation> 413 </xs:annotation> 414 </xs:enumeration> 415 <xs:enumeration value="BSD-4-Clause"> 416 <xs:annotation> 417 <xs:documentation>BSD 4-Clause "Original" or "Old" License</xs:documentation> 418 </xs:annotation> 419 </xs:enumeration> 420 <xs:enumeration value="BSD-4-Clause-Shortened"> 421 <xs:annotation> 422 <xs:documentation>BSD 4 Clause Shortened</xs:documentation> 423 </xs:annotation> 424 </xs:enumeration> 425 <xs:enumeration value="BSD-4-Clause-UC"> 426 <xs:annotation> 427 <xs:documentation>BSD-4-Clause (University of California-Specific)</xs:documentation> 428 </xs:annotation> 429 </xs:enumeration> 430 <xs:enumeration value="BSD-4.3RENO"> 431 <xs:annotation> 432 <xs:documentation>BSD 4.3 RENO License</xs:documentation> 433 </xs:annotation> 434 </xs:enumeration> 435 <xs:enumeration value="BSD-4.3TAHOE"> 436 <xs:annotation> 437 <xs:documentation>BSD 4.3 TAHOE License</xs:documentation> 438 </xs:annotation> 439 </xs:enumeration> 440 <xs:enumeration value="BSD-Advertising-Acknowledgement"> 441 <xs:annotation> 442 <xs:documentation>BSD Advertising Acknowledgement License</xs:documentation> 443 </xs:annotation> 444 </xs:enumeration> 445 <xs:enumeration value="BSD-Attribution-HPND-disclaimer"> 446 <xs:annotation> 447 <xs:documentation>BSD with Attribution and HPND disclaimer</xs:documentation> 448 </xs:annotation> 449 </xs:enumeration> 450 <xs:enumeration value="BSD-Inferno-Nettverk"> 451 <xs:annotation> 452 <xs:documentation>BSD-Inferno-Nettverk</xs:documentation> 453 </xs:annotation> 454 </xs:enumeration> 455 <xs:enumeration value="BSD-Protection"> 456 <xs:annotation> 457 <xs:documentation>BSD Protection License</xs:documentation> 458 </xs:annotation> 459 </xs:enumeration> 460 <xs:enumeration value="BSD-Source-beginning-file"> 461 <xs:annotation> 462 <xs:documentation>BSD Source Code Attribution - beginning of file variant</xs:documentation> 463 </xs:annotation> 464 </xs:enumeration> 465 <xs:enumeration value="BSD-Source-Code"> 466 <xs:annotation> 467 <xs:documentation>BSD Source Code Attribution</xs:documentation> 468 </xs:annotation> 469 </xs:enumeration> 470 <xs:enumeration value="BSD-Systemics"> 471 <xs:annotation> 472 <xs:documentation>Systemics BSD variant license</xs:documentation> 473 </xs:annotation> 474 </xs:enumeration> 475 <xs:enumeration value="BSD-Systemics-W3Works"> 476 <xs:annotation> 477 <xs:documentation>Systemics W3Works BSD variant license</xs:documentation> 478 </xs:annotation> 479 </xs:enumeration> 480 <xs:enumeration value="BSL-1.0"> 481 <xs:annotation> 482 <xs:documentation>Boost Software License 1.0</xs:documentation> 483 </xs:annotation> 484 </xs:enumeration> 485 <xs:enumeration value="BUSL-1.1"> 486 <xs:annotation> 487 <xs:documentation>Business Source License 1.1</xs:documentation> 488 </xs:annotation> 489 </xs:enumeration> 490 <xs:enumeration value="bzip2-1.0.5"> 491 <xs:annotation> 492 <xs:documentation>bzip2 and libbzip2 License v1.0.5</xs:documentation> 493 </xs:annotation> 494 </xs:enumeration> 495 <xs:enumeration value="bzip2-1.0.6"> 496 <xs:annotation> 497 <xs:documentation>bzip2 and libbzip2 License v1.0.6</xs:documentation> 498 </xs:annotation> 499 </xs:enumeration> 500 <xs:enumeration value="C-UDA-1.0"> 501 <xs:annotation> 502 <xs:documentation>Computational Use of Data Agreement v1.0</xs:documentation> 503 </xs:annotation> 504 </xs:enumeration> 505 <xs:enumeration value="CAL-1.0"> 506 <xs:annotation> 507 <xs:documentation>Cryptographic Autonomy License 1.0</xs:documentation> 508 </xs:annotation> 509 </xs:enumeration> 510 <xs:enumeration value="CAL-1.0-Combined-Work-Exception"> 511 <xs:annotation> 512 <xs:documentation>Cryptographic Autonomy License 1.0 (Combined Work Exception)</xs:documentation> 513 </xs:annotation> 514 </xs:enumeration> 515 <xs:enumeration value="Caldera"> 516 <xs:annotation> 517 <xs:documentation>Caldera License</xs:documentation> 518 </xs:annotation> 519 </xs:enumeration> 520 <xs:enumeration value="Caldera-no-preamble"> 521 <xs:annotation> 522 <xs:documentation>Caldera License (without preamble)</xs:documentation> 523 </xs:annotation> 524 </xs:enumeration> 525 <xs:enumeration value="CATOSL-1.1"> 526 <xs:annotation> 527 <xs:documentation>Computer Associates Trusted Open Source License 1.1</xs:documentation> 528 </xs:annotation> 529 </xs:enumeration> 530 <xs:enumeration value="CC-BY-1.0"> 531 <xs:annotation> 532 <xs:documentation>Creative Commons Attribution 1.0 Generic</xs:documentation> 533 </xs:annotation> 534 </xs:enumeration> 535 <xs:enumeration value="CC-BY-2.0"> 536 <xs:annotation> 537 <xs:documentation>Creative Commons Attribution 2.0 Generic</xs:documentation> 538 </xs:annotation> 539 </xs:enumeration> 540 <xs:enumeration value="CC-BY-2.5"> 541 <xs:annotation> 542 <xs:documentation>Creative Commons Attribution 2.5 Generic</xs:documentation> 543 </xs:annotation> 544 </xs:enumeration> 545 <xs:enumeration value="CC-BY-2.5-AU"> 546 <xs:annotation> 547 <xs:documentation>Creative Commons Attribution 2.5 Australia</xs:documentation> 548 </xs:annotation> 549 </xs:enumeration> 550 <xs:enumeration value="CC-BY-3.0"> 551 <xs:annotation> 552 <xs:documentation>Creative Commons Attribution 3.0 Unported</xs:documentation> 553 </xs:annotation> 554 </xs:enumeration> 555 <xs:enumeration value="CC-BY-3.0-AT"> 556 <xs:annotation> 557 <xs:documentation>Creative Commons Attribution 3.0 Austria</xs:documentation> 558 </xs:annotation> 559 </xs:enumeration> 560 <xs:enumeration value="CC-BY-3.0-AU"> 561 <xs:annotation> 562 <xs:documentation>Creative Commons Attribution 3.0 Australia</xs:documentation> 563 </xs:annotation> 564 </xs:enumeration> 565 <xs:enumeration value="CC-BY-3.0-DE"> 566 <xs:annotation> 567 <xs:documentation>Creative Commons Attribution 3.0 Germany</xs:documentation> 568 </xs:annotation> 569 </xs:enumeration> 570 <xs:enumeration value="CC-BY-3.0-IGO"> 571 <xs:annotation> 572 <xs:documentation>Creative Commons Attribution 3.0 IGO</xs:documentation> 573 </xs:annotation> 574 </xs:enumeration> 575 <xs:enumeration value="CC-BY-3.0-NL"> 576 <xs:annotation> 577 <xs:documentation>Creative Commons Attribution 3.0 Netherlands</xs:documentation> 578 </xs:annotation> 579 </xs:enumeration> 580 <xs:enumeration value="CC-BY-3.0-US"> 581 <xs:annotation> 582 <xs:documentation>Creative Commons Attribution 3.0 United States</xs:documentation> 583 </xs:annotation> 584 </xs:enumeration> 585 <xs:enumeration value="CC-BY-4.0"> 586 <xs:annotation> 587 <xs:documentation>Creative Commons Attribution 4.0 International</xs:documentation> 588 </xs:annotation> 589 </xs:enumeration> 590 <xs:enumeration value="CC-BY-NC-1.0"> 591 <xs:annotation> 592 <xs:documentation>Creative Commons Attribution Non Commercial 1.0 Generic</xs:documentation> 593 </xs:annotation> 594 </xs:enumeration> 595 <xs:enumeration value="CC-BY-NC-2.0"> 596 <xs:annotation> 597 <xs:documentation>Creative Commons Attribution Non Commercial 2.0 Generic</xs:documentation> 598 </xs:annotation> 599 </xs:enumeration> 600 <xs:enumeration value="CC-BY-NC-2.5"> 601 <xs:annotation> 602 <xs:documentation>Creative Commons Attribution Non Commercial 2.5 Generic</xs:documentation> 603 </xs:annotation> 604 </xs:enumeration> 605 <xs:enumeration value="CC-BY-NC-3.0"> 606 <xs:annotation> 607 <xs:documentation>Creative Commons Attribution Non Commercial 3.0 Unported</xs:documentation> 608 </xs:annotation> 609 </xs:enumeration> 610 <xs:enumeration value="CC-BY-NC-3.0-DE"> 611 <xs:annotation> 612 <xs:documentation>Creative Commons Attribution Non Commercial 3.0 Germany</xs:documentation> 613 </xs:annotation> 614 </xs:enumeration> 615 <xs:enumeration value="CC-BY-NC-4.0"> 616 <xs:annotation> 617 <xs:documentation>Creative Commons Attribution Non Commercial 4.0 International</xs:documentation> 618 </xs:annotation> 619 </xs:enumeration> 620 <xs:enumeration value="CC-BY-NC-ND-1.0"> 621 <xs:annotation> 622 <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 1.0 Generic</xs:documentation> 623 </xs:annotation> 624 </xs:enumeration> 625 <xs:enumeration value="CC-BY-NC-ND-2.0"> 626 <xs:annotation> 627 <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 2.0 Generic</xs:documentation> 628 </xs:annotation> 629 </xs:enumeration> 630 <xs:enumeration value="CC-BY-NC-ND-2.5"> 631 <xs:annotation> 632 <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 2.5 Generic</xs:documentation> 633 </xs:annotation> 634 </xs:enumeration> 635 <xs:enumeration value="CC-BY-NC-ND-3.0"> 636 <xs:annotation> 637 <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 3.0 Unported</xs:documentation> 638 </xs:annotation> 639 </xs:enumeration> 640 <xs:enumeration value="CC-BY-NC-ND-3.0-DE"> 641 <xs:annotation> 642 <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 3.0 Germany</xs:documentation> 643 </xs:annotation> 644 </xs:enumeration> 645 <xs:enumeration value="CC-BY-NC-ND-3.0-IGO"> 646 <xs:annotation> 647 <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 3.0 IGO</xs:documentation> 648 </xs:annotation> 649 </xs:enumeration> 650 <xs:enumeration value="CC-BY-NC-ND-4.0"> 651 <xs:annotation> 652 <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 4.0 International</xs:documentation> 653 </xs:annotation> 654 </xs:enumeration> 655 <xs:enumeration value="CC-BY-NC-SA-1.0"> 656 <xs:annotation> 657 <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 1.0 Generic</xs:documentation> 658 </xs:annotation> 659 </xs:enumeration> 660 <xs:enumeration value="CC-BY-NC-SA-2.0"> 661 <xs:annotation> 662 <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 2.0 Generic</xs:documentation> 663 </xs:annotation> 664 </xs:enumeration> 665 <xs:enumeration value="CC-BY-NC-SA-2.0-DE"> 666 <xs:annotation> 667 <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 2.0 Germany</xs:documentation> 668 </xs:annotation> 669 </xs:enumeration> 670 <xs:enumeration value="CC-BY-NC-SA-2.0-FR"> 671 <xs:annotation> 672 <xs:documentation>Creative Commons Attribution-NonCommercial-ShareAlike 2.0 France</xs:documentation> 673 </xs:annotation> 674 </xs:enumeration> 675 <xs:enumeration value="CC-BY-NC-SA-2.0-UK"> 676 <xs:annotation> 677 <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 2.0 England and Wales</xs:documentation> 678 </xs:annotation> 679 </xs:enumeration> 680 <xs:enumeration value="CC-BY-NC-SA-2.5"> 681 <xs:annotation> 682 <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 2.5 Generic</xs:documentation> 683 </xs:annotation> 684 </xs:enumeration> 685 <xs:enumeration value="CC-BY-NC-SA-3.0"> 686 <xs:annotation> 687 <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 3.0 Unported</xs:documentation> 688 </xs:annotation> 689 </xs:enumeration> 690 <xs:enumeration value="CC-BY-NC-SA-3.0-DE"> 691 <xs:annotation> 692 <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 3.0 Germany</xs:documentation> 693 </xs:annotation> 694 </xs:enumeration> 695 <xs:enumeration value="CC-BY-NC-SA-3.0-IGO"> 696 <xs:annotation> 697 <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 3.0 IGO</xs:documentation> 698 </xs:annotation> 699 </xs:enumeration> 700 <xs:enumeration value="CC-BY-NC-SA-4.0"> 701 <xs:annotation> 702 <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 4.0 International</xs:documentation> 703 </xs:annotation> 704 </xs:enumeration> 705 <xs:enumeration value="CC-BY-ND-1.0"> 706 <xs:annotation> 707 <xs:documentation>Creative Commons Attribution No Derivatives 1.0 Generic</xs:documentation> 708 </xs:annotation> 709 </xs:enumeration> 710 <xs:enumeration value="CC-BY-ND-2.0"> 711 <xs:annotation> 712 <xs:documentation>Creative Commons Attribution No Derivatives 2.0 Generic</xs:documentation> 713 </xs:annotation> 714 </xs:enumeration> 715 <xs:enumeration value="CC-BY-ND-2.5"> 716 <xs:annotation> 717 <xs:documentation>Creative Commons Attribution No Derivatives 2.5 Generic</xs:documentation> 718 </xs:annotation> 719 </xs:enumeration> 720 <xs:enumeration value="CC-BY-ND-3.0"> 721 <xs:annotation> 722 <xs:documentation>Creative Commons Attribution No Derivatives 3.0 Unported</xs:documentation> 723 </xs:annotation> 724 </xs:enumeration> 725 <xs:enumeration value="CC-BY-ND-3.0-DE"> 726 <xs:annotation> 727 <xs:documentation>Creative Commons Attribution No Derivatives 3.0 Germany</xs:documentation> 728 </xs:annotation> 729 </xs:enumeration> 730 <xs:enumeration value="CC-BY-ND-4.0"> 731 <xs:annotation> 732 <xs:documentation>Creative Commons Attribution No Derivatives 4.0 International</xs:documentation> 733 </xs:annotation> 734 </xs:enumeration> 735 <xs:enumeration value="CC-BY-SA-1.0"> 736 <xs:annotation> 737 <xs:documentation>Creative Commons Attribution Share Alike 1.0 Generic</xs:documentation> 738 </xs:annotation> 739 </xs:enumeration> 740 <xs:enumeration value="CC-BY-SA-2.0"> 741 <xs:annotation> 742 <xs:documentation>Creative Commons Attribution Share Alike 2.0 Generic</xs:documentation> 743 </xs:annotation> 744 </xs:enumeration> 745 <xs:enumeration value="CC-BY-SA-2.0-UK"> 746 <xs:annotation> 747 <xs:documentation>Creative Commons Attribution Share Alike 2.0 England and Wales</xs:documentation> 748 </xs:annotation> 749 </xs:enumeration> 750 <xs:enumeration value="CC-BY-SA-2.1-JP"> 751 <xs:annotation> 752 <xs:documentation>Creative Commons Attribution Share Alike 2.1 Japan</xs:documentation> 753 </xs:annotation> 754 </xs:enumeration> 755 <xs:enumeration value="CC-BY-SA-2.5"> 756 <xs:annotation> 757 <xs:documentation>Creative Commons Attribution Share Alike 2.5 Generic</xs:documentation> 758 </xs:annotation> 759 </xs:enumeration> 760 <xs:enumeration value="CC-BY-SA-3.0"> 761 <xs:annotation> 762 <xs:documentation>Creative Commons Attribution Share Alike 3.0 Unported</xs:documentation> 763 </xs:annotation> 764 </xs:enumeration> 765 <xs:enumeration value="CC-BY-SA-3.0-AT"> 766 <xs:annotation> 767 <xs:documentation>Creative Commons Attribution Share Alike 3.0 Austria</xs:documentation> 768 </xs:annotation> 769 </xs:enumeration> 770 <xs:enumeration value="CC-BY-SA-3.0-DE"> 771 <xs:annotation> 772 <xs:documentation>Creative Commons Attribution Share Alike 3.0 Germany</xs:documentation> 773 </xs:annotation> 774 </xs:enumeration> 775 <xs:enumeration value="CC-BY-SA-3.0-IGO"> 776 <xs:annotation> 777 <xs:documentation>Creative Commons Attribution-ShareAlike 3.0 IGO</xs:documentation> 778 </xs:annotation> 779 </xs:enumeration> 780 <xs:enumeration value="CC-BY-SA-4.0"> 781 <xs:annotation> 782 <xs:documentation>Creative Commons Attribution Share Alike 4.0 International</xs:documentation> 783 </xs:annotation> 784 </xs:enumeration> 785 <xs:enumeration value="CC-PDDC"> 786 <xs:annotation> 787 <xs:documentation>Creative Commons Public Domain Dedication and Certification</xs:documentation> 788 </xs:annotation> 789 </xs:enumeration> 790 <xs:enumeration value="CC0-1.0"> 791 <xs:annotation> 792 <xs:documentation>Creative Commons Zero v1.0 Universal</xs:documentation> 793 </xs:annotation> 794 </xs:enumeration> 795 <xs:enumeration value="CDDL-1.0"> 796 <xs:annotation> 797 <xs:documentation>Common Development and Distribution License 1.0</xs:documentation> 798 </xs:annotation> 799 </xs:enumeration> 800 <xs:enumeration value="CDDL-1.1"> 801 <xs:annotation> 802 <xs:documentation>Common Development and Distribution License 1.1</xs:documentation> 803 </xs:annotation> 804 </xs:enumeration> 805 <xs:enumeration value="CDL-1.0"> 806 <xs:annotation> 807 <xs:documentation>Common Documentation License 1.0</xs:documentation> 808 </xs:annotation> 809 </xs:enumeration> 810 <xs:enumeration value="CDLA-Permissive-1.0"> 811 <xs:annotation> 812 <xs:documentation>Community Data License Agreement Permissive 1.0</xs:documentation> 813 </xs:annotation> 814 </xs:enumeration> 815 <xs:enumeration value="CDLA-Permissive-2.0"> 816 <xs:annotation> 817 <xs:documentation>Community Data License Agreement Permissive 2.0</xs:documentation> 818 </xs:annotation> 819 </xs:enumeration> 820 <xs:enumeration value="CDLA-Sharing-1.0"> 821 <xs:annotation> 822 <xs:documentation>Community Data License Agreement Sharing 1.0</xs:documentation> 823 </xs:annotation> 824 </xs:enumeration> 825 <xs:enumeration value="CECILL-1.0"> 826 <xs:annotation> 827 <xs:documentation>CeCILL Free Software License Agreement v1.0</xs:documentation> 828 </xs:annotation> 829 </xs:enumeration> 830 <xs:enumeration value="CECILL-1.1"> 831 <xs:annotation> 832 <xs:documentation>CeCILL Free Software License Agreement v1.1</xs:documentation> 833 </xs:annotation> 834 </xs:enumeration> 835 <xs:enumeration value="CECILL-2.0"> 836 <xs:annotation> 837 <xs:documentation>CeCILL Free Software License Agreement v2.0</xs:documentation> 838 </xs:annotation> 839 </xs:enumeration> 840 <xs:enumeration value="CECILL-2.1"> 841 <xs:annotation> 842 <xs:documentation>CeCILL Free Software License Agreement v2.1</xs:documentation> 843 </xs:annotation> 844 </xs:enumeration> 845 <xs:enumeration value="CECILL-B"> 846 <xs:annotation> 847 <xs:documentation>CeCILL-B Free Software License Agreement</xs:documentation> 848 </xs:annotation> 849 </xs:enumeration> 850 <xs:enumeration value="CECILL-C"> 851 <xs:annotation> 852 <xs:documentation>CeCILL-C Free Software License Agreement</xs:documentation> 853 </xs:annotation> 854 </xs:enumeration> 855 <xs:enumeration value="CERN-OHL-1.1"> 856 <xs:annotation> 857 <xs:documentation>CERN Open Hardware Licence v1.1</xs:documentation> 858 </xs:annotation> 859 </xs:enumeration> 860 <xs:enumeration value="CERN-OHL-1.2"> 861 <xs:annotation> 862 <xs:documentation>CERN Open Hardware Licence v1.2</xs:documentation> 863 </xs:annotation> 864 </xs:enumeration> 865 <xs:enumeration value="CERN-OHL-P-2.0"> 866 <xs:annotation> 867 <xs:documentation>CERN Open Hardware Licence Version 2 - Permissive</xs:documentation> 868 </xs:annotation> 869 </xs:enumeration> 870 <xs:enumeration value="CERN-OHL-S-2.0"> 871 <xs:annotation> 872 <xs:documentation>CERN Open Hardware Licence Version 2 - Strongly Reciprocal</xs:documentation> 873 </xs:annotation> 874 </xs:enumeration> 875 <xs:enumeration value="CERN-OHL-W-2.0"> 876 <xs:annotation> 877 <xs:documentation>CERN Open Hardware Licence Version 2 - Weakly Reciprocal</xs:documentation> 878 </xs:annotation> 879 </xs:enumeration> 880 <xs:enumeration value="CFITSIO"> 881 <xs:annotation> 882 <xs:documentation>CFITSIO License</xs:documentation> 883 </xs:annotation> 884 </xs:enumeration> 885 <xs:enumeration value="check-cvs"> 886 <xs:annotation> 887 <xs:documentation>check-cvs License</xs:documentation> 888 </xs:annotation> 889 </xs:enumeration> 890 <xs:enumeration value="checkmk"> 891 <xs:annotation> 892 <xs:documentation>Checkmk License</xs:documentation> 893 </xs:annotation> 894 </xs:enumeration> 895 <xs:enumeration value="ClArtistic"> 896 <xs:annotation> 897 <xs:documentation>Clarified Artistic License</xs:documentation> 898 </xs:annotation> 899 </xs:enumeration> 900 <xs:enumeration value="Clips"> 901 <xs:annotation> 902 <xs:documentation>Clips License</xs:documentation> 903 </xs:annotation> 904 </xs:enumeration> 905 <xs:enumeration value="CMU-Mach"> 906 <xs:annotation> 907 <xs:documentation>CMU Mach License</xs:documentation> 908 </xs:annotation> 909 </xs:enumeration> 910 <xs:enumeration value="CMU-Mach-nodoc"> 911 <xs:annotation> 912 <xs:documentation>CMU Mach - no notices-in-documentation variant</xs:documentation> 913 </xs:annotation> 914 </xs:enumeration> 915 <xs:enumeration value="CNRI-Jython"> 916 <xs:annotation> 917 <xs:documentation>CNRI Jython License</xs:documentation> 918 </xs:annotation> 919 </xs:enumeration> 920 <xs:enumeration value="CNRI-Python"> 921 <xs:annotation> 922 <xs:documentation>CNRI Python License</xs:documentation> 923 </xs:annotation> 924 </xs:enumeration> 925 <xs:enumeration value="CNRI-Python-GPL-Compatible"> 926 <xs:annotation> 927 <xs:documentation>CNRI Python Open Source GPL Compatible License Agreement</xs:documentation> 928 </xs:annotation> 929 </xs:enumeration> 930 <xs:enumeration value="COIL-1.0"> 931 <xs:annotation> 932 <xs:documentation>Copyfree Open Innovation License</xs:documentation> 933 </xs:annotation> 934 </xs:enumeration> 935 <xs:enumeration value="Community-Spec-1.0"> 936 <xs:annotation> 937 <xs:documentation>Community Specification License 1.0</xs:documentation> 938 </xs:annotation> 939 </xs:enumeration> 940 <xs:enumeration value="Condor-1.1"> 941 <xs:annotation> 942 <xs:documentation>Condor Public License v1.1</xs:documentation> 943 </xs:annotation> 944 </xs:enumeration> 945 <xs:enumeration value="copyleft-next-0.3.0"> 946 <xs:annotation> 947 <xs:documentation>copyleft-next 0.3.0</xs:documentation> 948 </xs:annotation> 949 </xs:enumeration> 950 <xs:enumeration value="copyleft-next-0.3.1"> 951 <xs:annotation> 952 <xs:documentation>copyleft-next 0.3.1</xs:documentation> 953 </xs:annotation> 954 </xs:enumeration> 955 <xs:enumeration value="Cornell-Lossless-JPEG"> 956 <xs:annotation> 957 <xs:documentation>Cornell Lossless JPEG License</xs:documentation> 958 </xs:annotation> 959 </xs:enumeration> 960 <xs:enumeration value="CPAL-1.0"> 961 <xs:annotation> 962 <xs:documentation>Common Public Attribution License 1.0</xs:documentation> 963 </xs:annotation> 964 </xs:enumeration> 965 <xs:enumeration value="CPL-1.0"> 966 <xs:annotation> 967 <xs:documentation>Common Public License 1.0</xs:documentation> 968 </xs:annotation> 969 </xs:enumeration> 970 <xs:enumeration value="CPOL-1.02"> 971 <xs:annotation> 972 <xs:documentation>Code Project Open License 1.02</xs:documentation> 973 </xs:annotation> 974 </xs:enumeration> 975 <xs:enumeration value="Cronyx"> 976 <xs:annotation> 977 <xs:documentation>Cronyx License</xs:documentation> 978 </xs:annotation> 979 </xs:enumeration> 980 <xs:enumeration value="Crossword"> 981 <xs:annotation> 982 <xs:documentation>Crossword License</xs:documentation> 983 </xs:annotation> 984 </xs:enumeration> 985 <xs:enumeration value="CrystalStacker"> 986 <xs:annotation> 987 <xs:documentation>CrystalStacker License</xs:documentation> 988 </xs:annotation> 989 </xs:enumeration> 990 <xs:enumeration value="CUA-OPL-1.0"> 991 <xs:annotation> 992 <xs:documentation>CUA Office Public License v1.0</xs:documentation> 993 </xs:annotation> 994 </xs:enumeration> 995 <xs:enumeration value="Cube"> 996 <xs:annotation> 997 <xs:documentation>Cube License</xs:documentation> 998 </xs:annotation> 999 </xs:enumeration> 1000 <xs:enumeration value="curl"> 1001 <xs:annotation> 1002 <xs:documentation>curl License</xs:documentation> 1003 </xs:annotation> 1004 </xs:enumeration> 1005 <xs:enumeration value="D-FSL-1.0"> 1006 <xs:annotation> 1007 <xs:documentation>Deutsche Freie Software Lizenz</xs:documentation> 1008 </xs:annotation> 1009 </xs:enumeration> 1010 <xs:enumeration value="DEC-3-Clause"> 1011 <xs:annotation> 1012 <xs:documentation>DEC 3-Clause License</xs:documentation> 1013 </xs:annotation> 1014 </xs:enumeration> 1015 <xs:enumeration value="diffmark"> 1016 <xs:annotation> 1017 <xs:documentation>diffmark license</xs:documentation> 1018 </xs:annotation> 1019 </xs:enumeration> 1020 <xs:enumeration value="DL-DE-BY-2.0"> 1021 <xs:annotation> 1022 <xs:documentation>Data licence Germany – attribution – version 2.0</xs:documentation> 1023 </xs:annotation> 1024 </xs:enumeration> 1025 <xs:enumeration value="DL-DE-ZERO-2.0"> 1026 <xs:annotation> 1027 <xs:documentation>Data licence Germany – zero – version 2.0</xs:documentation> 1028 </xs:annotation> 1029 </xs:enumeration> 1030 <xs:enumeration value="DOC"> 1031 <xs:annotation> 1032 <xs:documentation>DOC License</xs:documentation> 1033 </xs:annotation> 1034 </xs:enumeration> 1035 <xs:enumeration value="Dotseqn"> 1036 <xs:annotation> 1037 <xs:documentation>Dotseqn License</xs:documentation> 1038 </xs:annotation> 1039 </xs:enumeration> 1040 <xs:enumeration value="DRL-1.0"> 1041 <xs:annotation> 1042 <xs:documentation>Detection Rule License 1.0</xs:documentation> 1043 </xs:annotation> 1044 </xs:enumeration> 1045 <xs:enumeration value="DRL-1.1"> 1046 <xs:annotation> 1047 <xs:documentation>Detection Rule License 1.1</xs:documentation> 1048 </xs:annotation> 1049 </xs:enumeration> 1050 <xs:enumeration value="DSDP"> 1051 <xs:annotation> 1052 <xs:documentation>DSDP License</xs:documentation> 1053 </xs:annotation> 1054 </xs:enumeration> 1055 <xs:enumeration value="dtoa"> 1056 <xs:annotation> 1057 <xs:documentation>David M. Gay dtoa License</xs:documentation> 1058 </xs:annotation> 1059 </xs:enumeration> 1060 <xs:enumeration value="dvipdfm"> 1061 <xs:annotation> 1062 <xs:documentation>dvipdfm License</xs:documentation> 1063 </xs:annotation> 1064 </xs:enumeration> 1065 <xs:enumeration value="ECL-1.0"> 1066 <xs:annotation> 1067 <xs:documentation>Educational Community License v1.0</xs:documentation> 1068 </xs:annotation> 1069 </xs:enumeration> 1070 <xs:enumeration value="ECL-2.0"> 1071 <xs:annotation> 1072 <xs:documentation>Educational Community License v2.0</xs:documentation> 1073 </xs:annotation> 1074 </xs:enumeration> 1075 <xs:enumeration value="eCos-2.0"> 1076 <xs:annotation> 1077 <xs:documentation>eCos license version 2.0</xs:documentation> 1078 </xs:annotation> 1079 </xs:enumeration> 1080 <xs:enumeration value="EFL-1.0"> 1081 <xs:annotation> 1082 <xs:documentation>Eiffel Forum License v1.0</xs:documentation> 1083 </xs:annotation> 1084 </xs:enumeration> 1085 <xs:enumeration value="EFL-2.0"> 1086 <xs:annotation> 1087 <xs:documentation>Eiffel Forum License v2.0</xs:documentation> 1088 </xs:annotation> 1089 </xs:enumeration> 1090 <xs:enumeration value="eGenix"> 1091 <xs:annotation> 1092 <xs:documentation>eGenix.com Public License 1.1.0</xs:documentation> 1093 </xs:annotation> 1094 </xs:enumeration> 1095 <xs:enumeration value="Elastic-2.0"> 1096 <xs:annotation> 1097 <xs:documentation>Elastic License 2.0</xs:documentation> 1098 </xs:annotation> 1099 </xs:enumeration> 1100 <xs:enumeration value="Entessa"> 1101 <xs:annotation> 1102 <xs:documentation>Entessa Public License v1.0</xs:documentation> 1103 </xs:annotation> 1104 </xs:enumeration> 1105 <xs:enumeration value="EPICS"> 1106 <xs:annotation> 1107 <xs:documentation>EPICS Open License</xs:documentation> 1108 </xs:annotation> 1109 </xs:enumeration> 1110 <xs:enumeration value="EPL-1.0"> 1111 <xs:annotation> 1112 <xs:documentation>Eclipse Public License 1.0</xs:documentation> 1113 </xs:annotation> 1114 </xs:enumeration> 1115 <xs:enumeration value="EPL-2.0"> 1116 <xs:annotation> 1117 <xs:documentation>Eclipse Public License 2.0</xs:documentation> 1118 </xs:annotation> 1119 </xs:enumeration> 1120 <xs:enumeration value="ErlPL-1.1"> 1121 <xs:annotation> 1122 <xs:documentation>Erlang Public License v1.1</xs:documentation> 1123 </xs:annotation> 1124 </xs:enumeration> 1125 <xs:enumeration value="etalab-2.0"> 1126 <xs:annotation> 1127 <xs:documentation>Etalab Open License 2.0</xs:documentation> 1128 </xs:annotation> 1129 </xs:enumeration> 1130 <xs:enumeration value="EUDatagrid"> 1131 <xs:annotation> 1132 <xs:documentation>EU DataGrid Software License</xs:documentation> 1133 </xs:annotation> 1134 </xs:enumeration> 1135 <xs:enumeration value="EUPL-1.0"> 1136 <xs:annotation> 1137 <xs:documentation>European Union Public License 1.0</xs:documentation> 1138 </xs:annotation> 1139 </xs:enumeration> 1140 <xs:enumeration value="EUPL-1.1"> 1141 <xs:annotation> 1142 <xs:documentation>European Union Public License 1.1</xs:documentation> 1143 </xs:annotation> 1144 </xs:enumeration> 1145 <xs:enumeration value="EUPL-1.2"> 1146 <xs:annotation> 1147 <xs:documentation>European Union Public License 1.2</xs:documentation> 1148 </xs:annotation> 1149 </xs:enumeration> 1150 <xs:enumeration value="Eurosym"> 1151 <xs:annotation> 1152 <xs:documentation>Eurosym License</xs:documentation> 1153 </xs:annotation> 1154 </xs:enumeration> 1155 <xs:enumeration value="Fair"> 1156 <xs:annotation> 1157 <xs:documentation>Fair License</xs:documentation> 1158 </xs:annotation> 1159 </xs:enumeration> 1160 <xs:enumeration value="FBM"> 1161 <xs:annotation> 1162 <xs:documentation>Fuzzy Bitmap License</xs:documentation> 1163 </xs:annotation> 1164 </xs:enumeration> 1165 <xs:enumeration value="FDK-AAC"> 1166 <xs:annotation> 1167 <xs:documentation>Fraunhofer FDK AAC Codec Library</xs:documentation> 1168 </xs:annotation> 1169 </xs:enumeration> 1170 <xs:enumeration value="Ferguson-Twofish"> 1171 <xs:annotation> 1172 <xs:documentation>Ferguson Twofish License</xs:documentation> 1173 </xs:annotation> 1174 </xs:enumeration> 1175 <xs:enumeration value="Frameworx-1.0"> 1176 <xs:annotation> 1177 <xs:documentation>Frameworx Open License 1.0</xs:documentation> 1178 </xs:annotation> 1179 </xs:enumeration> 1180 <xs:enumeration value="FreeBSD-DOC"> 1181 <xs:annotation> 1182 <xs:documentation>FreeBSD Documentation License</xs:documentation> 1183 </xs:annotation> 1184 </xs:enumeration> 1185 <xs:enumeration value="FreeImage"> 1186 <xs:annotation> 1187 <xs:documentation>FreeImage Public License v1.0</xs:documentation> 1188 </xs:annotation> 1189 </xs:enumeration> 1190 <xs:enumeration value="FSFAP"> 1191 <xs:annotation> 1192 <xs:documentation>FSF All Permissive License</xs:documentation> 1193 </xs:annotation> 1194 </xs:enumeration> 1195 <xs:enumeration value="FSFAP-no-warranty-disclaimer"> 1196 <xs:annotation> 1197 <xs:documentation>FSF All Permissive License (without Warranty)</xs:documentation> 1198 </xs:annotation> 1199 </xs:enumeration> 1200 <xs:enumeration value="FSFUL"> 1201 <xs:annotation> 1202 <xs:documentation>FSF Unlimited License</xs:documentation> 1203 </xs:annotation> 1204 </xs:enumeration> 1205 <xs:enumeration value="FSFULLR"> 1206 <xs:annotation> 1207 <xs:documentation>FSF Unlimited License (with License Retention)</xs:documentation> 1208 </xs:annotation> 1209 </xs:enumeration> 1210 <xs:enumeration value="FSFULLRWD"> 1211 <xs:annotation> 1212 <xs:documentation>FSF Unlimited License (With License Retention and Warranty Disclaimer)</xs:documentation> 1213 </xs:annotation> 1214 </xs:enumeration> 1215 <xs:enumeration value="FTL"> 1216 <xs:annotation> 1217 <xs:documentation>Freetype Project License</xs:documentation> 1218 </xs:annotation> 1219 </xs:enumeration> 1220 <xs:enumeration value="Furuseth"> 1221 <xs:annotation> 1222 <xs:documentation>Furuseth License</xs:documentation> 1223 </xs:annotation> 1224 </xs:enumeration> 1225 <xs:enumeration value="fwlw"> 1226 <xs:annotation> 1227 <xs:documentation>fwlw License</xs:documentation> 1228 </xs:annotation> 1229 </xs:enumeration> 1230 <xs:enumeration value="GCR-docs"> 1231 <xs:annotation> 1232 <xs:documentation>Gnome GCR Documentation License</xs:documentation> 1233 </xs:annotation> 1234 </xs:enumeration> 1235 <xs:enumeration value="GD"> 1236 <xs:annotation> 1237 <xs:documentation>GD License</xs:documentation> 1238 </xs:annotation> 1239 </xs:enumeration> 1240 <xs:enumeration value="GFDL-1.1"> 1241 <xs:annotation> 1242 <xs:documentation>GNU Free Documentation License v1.1</xs:documentation> 1243 </xs:annotation> 1244 </xs:enumeration> 1245 <xs:enumeration value="GFDL-1.1-invariants-only"> 1246 <xs:annotation> 1247 <xs:documentation>GNU Free Documentation License v1.1 only - invariants</xs:documentation> 1248 </xs:annotation> 1249 </xs:enumeration> 1250 <xs:enumeration value="GFDL-1.1-invariants-or-later"> 1251 <xs:annotation> 1252 <xs:documentation>GNU Free Documentation License v1.1 or later - invariants</xs:documentation> 1253 </xs:annotation> 1254 </xs:enumeration> 1255 <xs:enumeration value="GFDL-1.1-no-invariants-only"> 1256 <xs:annotation> 1257 <xs:documentation>GNU Free Documentation License v1.1 only - no invariants</xs:documentation> 1258 </xs:annotation> 1259 </xs:enumeration> 1260 <xs:enumeration value="GFDL-1.1-no-invariants-or-later"> 1261 <xs:annotation> 1262 <xs:documentation>GNU Free Documentation License v1.1 or later - no invariants</xs:documentation> 1263 </xs:annotation> 1264 </xs:enumeration> 1265 <xs:enumeration value="GFDL-1.1-only"> 1266 <xs:annotation> 1267 <xs:documentation>GNU Free Documentation License v1.1 only</xs:documentation> 1268 </xs:annotation> 1269 </xs:enumeration> 1270 <xs:enumeration value="GFDL-1.1-or-later"> 1271 <xs:annotation> 1272 <xs:documentation>GNU Free Documentation License v1.1 or later</xs:documentation> 1273 </xs:annotation> 1274 </xs:enumeration> 1275 <xs:enumeration value="GFDL-1.2"> 1276 <xs:annotation> 1277 <xs:documentation>GNU Free Documentation License v1.2</xs:documentation> 1278 </xs:annotation> 1279 </xs:enumeration> 1280 <xs:enumeration value="GFDL-1.2-invariants-only"> 1281 <xs:annotation> 1282 <xs:documentation>GNU Free Documentation License v1.2 only - invariants</xs:documentation> 1283 </xs:annotation> 1284 </xs:enumeration> 1285 <xs:enumeration value="GFDL-1.2-invariants-or-later"> 1286 <xs:annotation> 1287 <xs:documentation>GNU Free Documentation License v1.2 or later - invariants</xs:documentation> 1288 </xs:annotation> 1289 </xs:enumeration> 1290 <xs:enumeration value="GFDL-1.2-no-invariants-only"> 1291 <xs:annotation> 1292 <xs:documentation>GNU Free Documentation License v1.2 only - no invariants</xs:documentation> 1293 </xs:annotation> 1294 </xs:enumeration> 1295 <xs:enumeration value="GFDL-1.2-no-invariants-or-later"> 1296 <xs:annotation> 1297 <xs:documentation>GNU Free Documentation License v1.2 or later - no invariants</xs:documentation> 1298 </xs:annotation> 1299 </xs:enumeration> 1300 <xs:enumeration value="GFDL-1.2-only"> 1301 <xs:annotation> 1302 <xs:documentation>GNU Free Documentation License v1.2 only</xs:documentation> 1303 </xs:annotation> 1304 </xs:enumeration> 1305 <xs:enumeration value="GFDL-1.2-or-later"> 1306 <xs:annotation> 1307 <xs:documentation>GNU Free Documentation License v1.2 or later</xs:documentation> 1308 </xs:annotation> 1309 </xs:enumeration> 1310 <xs:enumeration value="GFDL-1.3"> 1311 <xs:annotation> 1312 <xs:documentation>GNU Free Documentation License v1.3</xs:documentation> 1313 </xs:annotation> 1314 </xs:enumeration> 1315 <xs:enumeration value="GFDL-1.3-invariants-only"> 1316 <xs:annotation> 1317 <xs:documentation>GNU Free Documentation License v1.3 only - invariants</xs:documentation> 1318 </xs:annotation> 1319 </xs:enumeration> 1320 <xs:enumeration value="GFDL-1.3-invariants-or-later"> 1321 <xs:annotation> 1322 <xs:documentation>GNU Free Documentation License v1.3 or later - invariants</xs:documentation> 1323 </xs:annotation> 1324 </xs:enumeration> 1325 <xs:enumeration value="GFDL-1.3-no-invariants-only"> 1326 <xs:annotation> 1327 <xs:documentation>GNU Free Documentation License v1.3 only - no invariants</xs:documentation> 1328 </xs:annotation> 1329 </xs:enumeration> 1330 <xs:enumeration value="GFDL-1.3-no-invariants-or-later"> 1331 <xs:annotation> 1332 <xs:documentation>GNU Free Documentation License v1.3 or later - no invariants</xs:documentation> 1333 </xs:annotation> 1334 </xs:enumeration> 1335 <xs:enumeration value="GFDL-1.3-only"> 1336 <xs:annotation> 1337 <xs:documentation>GNU Free Documentation License v1.3 only</xs:documentation> 1338 </xs:annotation> 1339 </xs:enumeration> 1340 <xs:enumeration value="GFDL-1.3-or-later"> 1341 <xs:annotation> 1342 <xs:documentation>GNU Free Documentation License v1.3 or later</xs:documentation> 1343 </xs:annotation> 1344 </xs:enumeration> 1345 <xs:enumeration value="Giftware"> 1346 <xs:annotation> 1347 <xs:documentation>Giftware License</xs:documentation> 1348 </xs:annotation> 1349 </xs:enumeration> 1350 <xs:enumeration value="GL2PS"> 1351 <xs:annotation> 1352 <xs:documentation>GL2PS License</xs:documentation> 1353 </xs:annotation> 1354 </xs:enumeration> 1355 <xs:enumeration value="Glide"> 1356 <xs:annotation> 1357 <xs:documentation>3dfx Glide License</xs:documentation> 1358 </xs:annotation> 1359 </xs:enumeration> 1360 <xs:enumeration value="Glulxe"> 1361 <xs:annotation> 1362 <xs:documentation>Glulxe License</xs:documentation> 1363 </xs:annotation> 1364 </xs:enumeration> 1365 <xs:enumeration value="GLWTPL"> 1366 <xs:annotation> 1367 <xs:documentation>Good Luck With That Public License</xs:documentation> 1368 </xs:annotation> 1369 </xs:enumeration> 1370 <xs:enumeration value="gnuplot"> 1371 <xs:annotation> 1372 <xs:documentation>gnuplot License</xs:documentation> 1373 </xs:annotation> 1374 </xs:enumeration> 1375 <xs:enumeration value="GPL-1.0"> 1376 <xs:annotation> 1377 <xs:documentation>GNU General Public License v1.0 only</xs:documentation> 1378 </xs:annotation> 1379 </xs:enumeration> 1380 <xs:enumeration value="GPL-1.0+"> 1381 <xs:annotation> 1382 <xs:documentation>GNU General Public License v1.0 or later</xs:documentation> 1383 </xs:annotation> 1384 </xs:enumeration> 1385 <xs:enumeration value="GPL-1.0-only"> 1386 <xs:annotation> 1387 <xs:documentation>GNU General Public License v1.0 only</xs:documentation> 1388 </xs:annotation> 1389 </xs:enumeration> 1390 <xs:enumeration value="GPL-1.0-or-later"> 1391 <xs:annotation> 1392 <xs:documentation>GNU General Public License v1.0 or later</xs:documentation> 1393 </xs:annotation> 1394 </xs:enumeration> 1395 <xs:enumeration value="GPL-2.0"> 1396 <xs:annotation> 1397 <xs:documentation>GNU General Public License v2.0 only</xs:documentation> 1398 </xs:annotation> 1399 </xs:enumeration> 1400 <xs:enumeration value="GPL-2.0+"> 1401 <xs:annotation> 1402 <xs:documentation>GNU General Public License v2.0 or later</xs:documentation> 1403 </xs:annotation> 1404 </xs:enumeration> 1405 <xs:enumeration value="GPL-2.0-only"> 1406 <xs:annotation> 1407 <xs:documentation>GNU General Public License v2.0 only</xs:documentation> 1408 </xs:annotation> 1409 </xs:enumeration> 1410 <xs:enumeration value="GPL-2.0-or-later"> 1411 <xs:annotation> 1412 <xs:documentation>GNU General Public License v2.0 or later</xs:documentation> 1413 </xs:annotation> 1414 </xs:enumeration> 1415 <xs:enumeration value="GPL-2.0-with-autoconf-exception"> 1416 <xs:annotation> 1417 <xs:documentation>GNU General Public License v2.0 w/Autoconf exception</xs:documentation> 1418 </xs:annotation> 1419 </xs:enumeration> 1420 <xs:enumeration value="GPL-2.0-with-bison-exception"> 1421 <xs:annotation> 1422 <xs:documentation>GNU General Public License v2.0 w/Bison exception</xs:documentation> 1423 </xs:annotation> 1424 </xs:enumeration> 1425 <xs:enumeration value="GPL-2.0-with-classpath-exception"> 1426 <xs:annotation> 1427 <xs:documentation>GNU General Public License v2.0 w/Classpath exception</xs:documentation> 1428 </xs:annotation> 1429 </xs:enumeration> 1430 <xs:enumeration value="GPL-2.0-with-font-exception"> 1431 <xs:annotation> 1432 <xs:documentation>GNU General Public License v2.0 w/Font exception</xs:documentation> 1433 </xs:annotation> 1434 </xs:enumeration> 1435 <xs:enumeration value="GPL-2.0-with-GCC-exception"> 1436 <xs:annotation> 1437 <xs:documentation>GNU General Public License v2.0 w/GCC Runtime Library exception</xs:documentation> 1438 </xs:annotation> 1439 </xs:enumeration> 1440 <xs:enumeration value="GPL-3.0"> 1441 <xs:annotation> 1442 <xs:documentation>GNU General Public License v3.0 only</xs:documentation> 1443 </xs:annotation> 1444 </xs:enumeration> 1445 <xs:enumeration value="GPL-3.0+"> 1446 <xs:annotation> 1447 <xs:documentation>GNU General Public License v3.0 or later</xs:documentation> 1448 </xs:annotation> 1449 </xs:enumeration> 1450 <xs:enumeration value="GPL-3.0-only"> 1451 <xs:annotation> 1452 <xs:documentation>GNU General Public License v3.0 only</xs:documentation> 1453 </xs:annotation> 1454 </xs:enumeration> 1455 <xs:enumeration value="GPL-3.0-or-later"> 1456 <xs:annotation> 1457 <xs:documentation>GNU General Public License v3.0 or later</xs:documentation> 1458 </xs:annotation> 1459 </xs:enumeration> 1460 <xs:enumeration value="GPL-3.0-with-autoconf-exception"> 1461 <xs:annotation> 1462 <xs:documentation>GNU General Public License v3.0 w/Autoconf exception</xs:documentation> 1463 </xs:annotation> 1464 </xs:enumeration> 1465 <xs:enumeration value="GPL-3.0-with-GCC-exception"> 1466 <xs:annotation> 1467 <xs:documentation>GNU General Public License v3.0 w/GCC Runtime Library exception</xs:documentation> 1468 </xs:annotation> 1469 </xs:enumeration> 1470 <xs:enumeration value="Graphics-Gems"> 1471 <xs:annotation> 1472 <xs:documentation>Graphics Gems License</xs:documentation> 1473 </xs:annotation> 1474 </xs:enumeration> 1475 <xs:enumeration value="gSOAP-1.3b"> 1476 <xs:annotation> 1477 <xs:documentation>gSOAP Public License v1.3b</xs:documentation> 1478 </xs:annotation> 1479 </xs:enumeration> 1480 <xs:enumeration value="gtkbook"> 1481 <xs:annotation> 1482 <xs:documentation>gtkbook License</xs:documentation> 1483 </xs:annotation> 1484 </xs:enumeration> 1485 <xs:enumeration value="HaskellReport"> 1486 <xs:annotation> 1487 <xs:documentation>Haskell Language Report License</xs:documentation> 1488 </xs:annotation> 1489 </xs:enumeration> 1490 <xs:enumeration value="hdparm"> 1491 <xs:annotation> 1492 <xs:documentation>hdparm License</xs:documentation> 1493 </xs:annotation> 1494 </xs:enumeration> 1495 <xs:enumeration value="Hippocratic-2.1"> 1496 <xs:annotation> 1497 <xs:documentation>Hippocratic License 2.1</xs:documentation> 1498 </xs:annotation> 1499 </xs:enumeration> 1500 <xs:enumeration value="HP-1986"> 1501 <xs:annotation> 1502 <xs:documentation>Hewlett-Packard 1986 License</xs:documentation> 1503 </xs:annotation> 1504 </xs:enumeration> 1505 <xs:enumeration value="HP-1989"> 1506 <xs:annotation> 1507 <xs:documentation>Hewlett-Packard 1989 License</xs:documentation> 1508 </xs:annotation> 1509 </xs:enumeration> 1510 <xs:enumeration value="HPND"> 1511 <xs:annotation> 1512 <xs:documentation>Historical Permission Notice and Disclaimer</xs:documentation> 1513 </xs:annotation> 1514 </xs:enumeration> 1515 <xs:enumeration value="HPND-DEC"> 1516 <xs:annotation> 1517 <xs:documentation>Historical Permission Notice and Disclaimer - DEC variant</xs:documentation> 1518 </xs:annotation> 1519 </xs:enumeration> 1520 <xs:enumeration value="HPND-doc"> 1521 <xs:annotation> 1522 <xs:documentation>Historical Permission Notice and Disclaimer - documentation variant</xs:documentation> 1523 </xs:annotation> 1524 </xs:enumeration> 1525 <xs:enumeration value="HPND-doc-sell"> 1526 <xs:annotation> 1527 <xs:documentation>Historical Permission Notice and Disclaimer - documentation sell variant</xs:documentation> 1528 </xs:annotation> 1529 </xs:enumeration> 1530 <xs:enumeration value="HPND-export-US"> 1531 <xs:annotation> 1532 <xs:documentation>HPND with US Government export control warning</xs:documentation> 1533 </xs:annotation> 1534 </xs:enumeration> 1535 <xs:enumeration value="HPND-export-US-modify"> 1536 <xs:annotation> 1537 <xs:documentation>HPND with US Government export control warning and modification rqmt</xs:documentation> 1538 </xs:annotation> 1539 </xs:enumeration> 1540 <xs:enumeration value="HPND-Fenneberg-Livingston"> 1541 <xs:annotation> 1542 <xs:documentation>Historical Permission Notice and Disclaimer - Fenneberg-Livingston variant</xs:documentation> 1543 </xs:annotation> 1544 </xs:enumeration> 1545 <xs:enumeration value="HPND-INRIA-IMAG"> 1546 <xs:annotation> 1547 <xs:documentation>Historical Permission Notice and Disclaimer - INRIA-IMAG variant</xs:documentation> 1548 </xs:annotation> 1549 </xs:enumeration> 1550 <xs:enumeration value="HPND-Kevlin-Henney"> 1551 <xs:annotation> 1552 <xs:documentation>Historical Permission Notice and Disclaimer - Kevlin Henney variant</xs:documentation> 1553 </xs:annotation> 1554 </xs:enumeration> 1555 <xs:enumeration value="HPND-Markus-Kuhn"> 1556 <xs:annotation> 1557 <xs:documentation>Historical Permission Notice and Disclaimer - Markus Kuhn variant</xs:documentation> 1558 </xs:annotation> 1559 </xs:enumeration> 1560 <xs:enumeration value="HPND-MIT-disclaimer"> 1561 <xs:annotation> 1562 <xs:documentation>Historical Permission Notice and Disclaimer with MIT disclaimer</xs:documentation> 1563 </xs:annotation> 1564 </xs:enumeration> 1565 <xs:enumeration value="HPND-Pbmplus"> 1566 <xs:annotation> 1567 <xs:documentation>Historical Permission Notice and Disclaimer - Pbmplus variant</xs:documentation> 1568 </xs:annotation> 1569 </xs:enumeration> 1570 <xs:enumeration value="HPND-sell-MIT-disclaimer-xserver"> 1571 <xs:annotation> 1572 <xs:documentation>Historical Permission Notice and Disclaimer - sell xserver variant with MIT disclaimer</xs:documentation> 1573 </xs:annotation> 1574 </xs:enumeration> 1575 <xs:enumeration value="HPND-sell-regexpr"> 1576 <xs:annotation> 1577 <xs:documentation>Historical Permission Notice and Disclaimer - sell regexpr variant</xs:documentation> 1578 </xs:annotation> 1579 </xs:enumeration> 1580 <xs:enumeration value="HPND-sell-variant"> 1581 <xs:annotation> 1582 <xs:documentation>Historical Permission Notice and Disclaimer - sell variant</xs:documentation> 1583 </xs:annotation> 1584 </xs:enumeration> 1585 <xs:enumeration value="HPND-sell-variant-MIT-disclaimer"> 1586 <xs:annotation> 1587 <xs:documentation>HPND sell variant with MIT disclaimer</xs:documentation> 1588 </xs:annotation> 1589 </xs:enumeration> 1590 <xs:enumeration value="HPND-UC"> 1591 <xs:annotation> 1592 <xs:documentation>Historical Permission Notice and Disclaimer - University of California variant</xs:documentation> 1593 </xs:annotation> 1594 </xs:enumeration> 1595 <xs:enumeration value="HTMLTIDY"> 1596 <xs:annotation> 1597 <xs:documentation>HTML Tidy License</xs:documentation> 1598 </xs:annotation> 1599 </xs:enumeration> 1600 <xs:enumeration value="IBM-pibs"> 1601 <xs:annotation> 1602 <xs:documentation>IBM PowerPC Initialization and Boot Software</xs:documentation> 1603 </xs:annotation> 1604 </xs:enumeration> 1605 <xs:enumeration value="ICU"> 1606 <xs:annotation> 1607 <xs:documentation>ICU License</xs:documentation> 1608 </xs:annotation> 1609 </xs:enumeration> 1610 <xs:enumeration value="IEC-Code-Components-EULA"> 1611 <xs:annotation> 1612 <xs:documentation>IEC Code Components End-user licence agreement</xs:documentation> 1613 </xs:annotation> 1614 </xs:enumeration> 1615 <xs:enumeration value="IJG"> 1616 <xs:annotation> 1617 <xs:documentation>Independent JPEG Group License</xs:documentation> 1618 </xs:annotation> 1619 </xs:enumeration> 1620 <xs:enumeration value="IJG-short"> 1621 <xs:annotation> 1622 <xs:documentation>Independent JPEG Group License - short</xs:documentation> 1623 </xs:annotation> 1624 </xs:enumeration> 1625 <xs:enumeration value="ImageMagick"> 1626 <xs:annotation> 1627 <xs:documentation>ImageMagick License</xs:documentation> 1628 </xs:annotation> 1629 </xs:enumeration> 1630 <xs:enumeration value="iMatix"> 1631 <xs:annotation> 1632 <xs:documentation>iMatix Standard Function Library Agreement</xs:documentation> 1633 </xs:annotation> 1634 </xs:enumeration> 1635 <xs:enumeration value="Imlib2"> 1636 <xs:annotation> 1637 <xs:documentation>Imlib2 License</xs:documentation> 1638 </xs:annotation> 1639 </xs:enumeration> 1640 <xs:enumeration value="Info-ZIP"> 1641 <xs:annotation> 1642 <xs:documentation>Info-ZIP License</xs:documentation> 1643 </xs:annotation> 1644 </xs:enumeration> 1645 <xs:enumeration value="Inner-Net-2.0"> 1646 <xs:annotation> 1647 <xs:documentation>Inner Net License v2.0</xs:documentation> 1648 </xs:annotation> 1649 </xs:enumeration> 1650 <xs:enumeration value="Intel"> 1651 <xs:annotation> 1652 <xs:documentation>Intel Open Source License</xs:documentation> 1653 </xs:annotation> 1654 </xs:enumeration> 1655 <xs:enumeration value="Intel-ACPI"> 1656 <xs:annotation> 1657 <xs:documentation>Intel ACPI Software License Agreement</xs:documentation> 1658 </xs:annotation> 1659 </xs:enumeration> 1660 <xs:enumeration value="Interbase-1.0"> 1661 <xs:annotation> 1662 <xs:documentation>Interbase Public License v1.0</xs:documentation> 1663 </xs:annotation> 1664 </xs:enumeration> 1665 <xs:enumeration value="IPA"> 1666 <xs:annotation> 1667 <xs:documentation>IPA Font License</xs:documentation> 1668 </xs:annotation> 1669 </xs:enumeration> 1670 <xs:enumeration value="IPL-1.0"> 1671 <xs:annotation> 1672 <xs:documentation>IBM Public License v1.0</xs:documentation> 1673 </xs:annotation> 1674 </xs:enumeration> 1675 <xs:enumeration value="ISC"> 1676 <xs:annotation> 1677 <xs:documentation>ISC License</xs:documentation> 1678 </xs:annotation> 1679 </xs:enumeration> 1680 <xs:enumeration value="ISC-Veillard"> 1681 <xs:annotation> 1682 <xs:documentation>ISC Veillard variant</xs:documentation> 1683 </xs:annotation> 1684 </xs:enumeration> 1685 <xs:enumeration value="Jam"> 1686 <xs:annotation> 1687 <xs:documentation>Jam License</xs:documentation> 1688 </xs:annotation> 1689 </xs:enumeration> 1690 <xs:enumeration value="JasPer-2.0"> 1691 <xs:annotation> 1692 <xs:documentation>JasPer License</xs:documentation> 1693 </xs:annotation> 1694 </xs:enumeration> 1695 <xs:enumeration value="JPL-image"> 1696 <xs:annotation> 1697 <xs:documentation>JPL Image Use Policy</xs:documentation> 1698 </xs:annotation> 1699 </xs:enumeration> 1700 <xs:enumeration value="JPNIC"> 1701 <xs:annotation> 1702 <xs:documentation>Japan Network Information Center License</xs:documentation> 1703 </xs:annotation> 1704 </xs:enumeration> 1705 <xs:enumeration value="JSON"> 1706 <xs:annotation> 1707 <xs:documentation>JSON License</xs:documentation> 1708 </xs:annotation> 1709 </xs:enumeration> 1710 <xs:enumeration value="Kastrup"> 1711 <xs:annotation> 1712 <xs:documentation>Kastrup License</xs:documentation> 1713 </xs:annotation> 1714 </xs:enumeration> 1715 <xs:enumeration value="Kazlib"> 1716 <xs:annotation> 1717 <xs:documentation>Kazlib License</xs:documentation> 1718 </xs:annotation> 1719 </xs:enumeration> 1720 <xs:enumeration value="Knuth-CTAN"> 1721 <xs:annotation> 1722 <xs:documentation>Knuth CTAN License</xs:documentation> 1723 </xs:annotation> 1724 </xs:enumeration> 1725 <xs:enumeration value="LAL-1.2"> 1726 <xs:annotation> 1727 <xs:documentation>Licence Art Libre 1.2</xs:documentation> 1728 </xs:annotation> 1729 </xs:enumeration> 1730 <xs:enumeration value="LAL-1.3"> 1731 <xs:annotation> 1732 <xs:documentation>Licence Art Libre 1.3</xs:documentation> 1733 </xs:annotation> 1734 </xs:enumeration> 1735 <xs:enumeration value="Latex2e"> 1736 <xs:annotation> 1737 <xs:documentation>Latex2e License</xs:documentation> 1738 </xs:annotation> 1739 </xs:enumeration> 1740 <xs:enumeration value="Latex2e-translated-notice"> 1741 <xs:annotation> 1742 <xs:documentation>Latex2e with translated notice permission</xs:documentation> 1743 </xs:annotation> 1744 </xs:enumeration> 1745 <xs:enumeration value="Leptonica"> 1746 <xs:annotation> 1747 <xs:documentation>Leptonica License</xs:documentation> 1748 </xs:annotation> 1749 </xs:enumeration> 1750 <xs:enumeration value="LGPL-2.0"> 1751 <xs:annotation> 1752 <xs:documentation>GNU Library General Public License v2 only</xs:documentation> 1753 </xs:annotation> 1754 </xs:enumeration> 1755 <xs:enumeration value="LGPL-2.0+"> 1756 <xs:annotation> 1757 <xs:documentation>GNU Library General Public License v2 or later</xs:documentation> 1758 </xs:annotation> 1759 </xs:enumeration> 1760 <xs:enumeration value="LGPL-2.0-only"> 1761 <xs:annotation> 1762 <xs:documentation>GNU Library General Public License v2 only</xs:documentation> 1763 </xs:annotation> 1764 </xs:enumeration> 1765 <xs:enumeration value="LGPL-2.0-or-later"> 1766 <xs:annotation> 1767 <xs:documentation>GNU Library General Public License v2 or later</xs:documentation> 1768 </xs:annotation> 1769 </xs:enumeration> 1770 <xs:enumeration value="LGPL-2.1"> 1771 <xs:annotation> 1772 <xs:documentation>GNU Lesser General Public License v2.1 only</xs:documentation> 1773 </xs:annotation> 1774 </xs:enumeration> 1775 <xs:enumeration value="LGPL-2.1+"> 1776 <xs:annotation> 1777 <xs:documentation>GNU Lesser General Public License v2.1 or later</xs:documentation> 1778 </xs:annotation> 1779 </xs:enumeration> 1780 <xs:enumeration value="LGPL-2.1-only"> 1781 <xs:annotation> 1782 <xs:documentation>GNU Lesser General Public License v2.1 only</xs:documentation> 1783 </xs:annotation> 1784 </xs:enumeration> 1785 <xs:enumeration value="LGPL-2.1-or-later"> 1786 <xs:annotation> 1787 <xs:documentation>GNU Lesser General Public License v2.1 or later</xs:documentation> 1788 </xs:annotation> 1789 </xs:enumeration> 1790 <xs:enumeration value="LGPL-3.0"> 1791 <xs:annotation> 1792 <xs:documentation>GNU Lesser General Public License v3.0 only</xs:documentation> 1793 </xs:annotation> 1794 </xs:enumeration> 1795 <xs:enumeration value="LGPL-3.0+"> 1796 <xs:annotation> 1797 <xs:documentation>GNU Lesser General Public License v3.0 or later</xs:documentation> 1798 </xs:annotation> 1799 </xs:enumeration> 1800 <xs:enumeration value="LGPL-3.0-only"> 1801 <xs:annotation> 1802 <xs:documentation>GNU Lesser General Public License v3.0 only</xs:documentation> 1803 </xs:annotation> 1804 </xs:enumeration> 1805 <xs:enumeration value="LGPL-3.0-or-later"> 1806 <xs:annotation> 1807 <xs:documentation>GNU Lesser General Public License v3.0 or later</xs:documentation> 1808 </xs:annotation> 1809 </xs:enumeration> 1810 <xs:enumeration value="LGPLLR"> 1811 <xs:annotation> 1812 <xs:documentation>Lesser General Public License For Linguistic Resources</xs:documentation> 1813 </xs:annotation> 1814 </xs:enumeration> 1815 <xs:enumeration value="Libpng"> 1816 <xs:annotation> 1817 <xs:documentation>libpng License</xs:documentation> 1818 </xs:annotation> 1819 </xs:enumeration> 1820 <xs:enumeration value="libpng-2.0"> 1821 <xs:annotation> 1822 <xs:documentation>PNG Reference Library version 2</xs:documentation> 1823 </xs:annotation> 1824 </xs:enumeration> 1825 <xs:enumeration value="libselinux-1.0"> 1826 <xs:annotation> 1827 <xs:documentation>libselinux public domain notice</xs:documentation> 1828 </xs:annotation> 1829 </xs:enumeration> 1830 <xs:enumeration value="libtiff"> 1831 <xs:annotation> 1832 <xs:documentation>libtiff License</xs:documentation> 1833 </xs:annotation> 1834 </xs:enumeration> 1835 <xs:enumeration value="libutil-David-Nugent"> 1836 <xs:annotation> 1837 <xs:documentation>libutil David Nugent License</xs:documentation> 1838 </xs:annotation> 1839 </xs:enumeration> 1840 <xs:enumeration value="LiLiQ-P-1.1"> 1841 <xs:annotation> 1842 <xs:documentation>Licence Libre du Québec – Permissive version 1.1</xs:documentation> 1843 </xs:annotation> 1844 </xs:enumeration> 1845 <xs:enumeration value="LiLiQ-R-1.1"> 1846 <xs:annotation> 1847 <xs:documentation>Licence Libre du Québec – Réciprocité version 1.1</xs:documentation> 1848 </xs:annotation> 1849 </xs:enumeration> 1850 <xs:enumeration value="LiLiQ-Rplus-1.1"> 1851 <xs:annotation> 1852 <xs:documentation>Licence Libre du Québec – Réciprocité forte version 1.1</xs:documentation> 1853 </xs:annotation> 1854 </xs:enumeration> 1855 <xs:enumeration value="Linux-man-pages-1-para"> 1856 <xs:annotation> 1857 <xs:documentation>Linux man-pages - 1 paragraph</xs:documentation> 1858 </xs:annotation> 1859 </xs:enumeration> 1860 <xs:enumeration value="Linux-man-pages-copyleft"> 1861 <xs:annotation> 1862 <xs:documentation>Linux man-pages Copyleft</xs:documentation> 1863 </xs:annotation> 1864 </xs:enumeration> 1865 <xs:enumeration value="Linux-man-pages-copyleft-2-para"> 1866 <xs:annotation> 1867 <xs:documentation>Linux man-pages Copyleft - 2 paragraphs</xs:documentation> 1868 </xs:annotation> 1869 </xs:enumeration> 1870 <xs:enumeration value="Linux-man-pages-copyleft-var"> 1871 <xs:annotation> 1872 <xs:documentation>Linux man-pages Copyleft Variant</xs:documentation> 1873 </xs:annotation> 1874 </xs:enumeration> 1875 <xs:enumeration value="Linux-OpenIB"> 1876 <xs:annotation> 1877 <xs:documentation>Linux Kernel Variant of OpenIB.org license</xs:documentation> 1878 </xs:annotation> 1879 </xs:enumeration> 1880 <xs:enumeration value="LOOP"> 1881 <xs:annotation> 1882 <xs:documentation>Common Lisp LOOP License</xs:documentation> 1883 </xs:annotation> 1884 </xs:enumeration> 1885 <xs:enumeration value="LPD-document"> 1886 <xs:annotation> 1887 <xs:documentation>LPD Documentation License</xs:documentation> 1888 </xs:annotation> 1889 </xs:enumeration> 1890 <xs:enumeration value="LPL-1.0"> 1891 <xs:annotation> 1892 <xs:documentation>Lucent Public License Version 1.0</xs:documentation> 1893 </xs:annotation> 1894 </xs:enumeration> 1895 <xs:enumeration value="LPL-1.02"> 1896 <xs:annotation> 1897 <xs:documentation>Lucent Public License v1.02</xs:documentation> 1898 </xs:annotation> 1899 </xs:enumeration> 1900 <xs:enumeration value="LPPL-1.0"> 1901 <xs:annotation> 1902 <xs:documentation>LaTeX Project Public License v1.0</xs:documentation> 1903 </xs:annotation> 1904 </xs:enumeration> 1905 <xs:enumeration value="LPPL-1.1"> 1906 <xs:annotation> 1907 <xs:documentation>LaTeX Project Public License v1.1</xs:documentation> 1908 </xs:annotation> 1909 </xs:enumeration> 1910 <xs:enumeration value="LPPL-1.2"> 1911 <xs:annotation> 1912 <xs:documentation>LaTeX Project Public License v1.2</xs:documentation> 1913 </xs:annotation> 1914 </xs:enumeration> 1915 <xs:enumeration value="LPPL-1.3a"> 1916 <xs:annotation> 1917 <xs:documentation>LaTeX Project Public License v1.3a</xs:documentation> 1918 </xs:annotation> 1919 </xs:enumeration> 1920 <xs:enumeration value="LPPL-1.3c"> 1921 <xs:annotation> 1922 <xs:documentation>LaTeX Project Public License v1.3c</xs:documentation> 1923 </xs:annotation> 1924 </xs:enumeration> 1925 <xs:enumeration value="lsof"> 1926 <xs:annotation> 1927 <xs:documentation>lsof License</xs:documentation> 1928 </xs:annotation> 1929 </xs:enumeration> 1930 <xs:enumeration value="Lucida-Bitmap-Fonts"> 1931 <xs:annotation> 1932 <xs:documentation>Lucida Bitmap Fonts License</xs:documentation> 1933 </xs:annotation> 1934 </xs:enumeration> 1935 <xs:enumeration value="LZMA-SDK-9.11-to-9.20"> 1936 <xs:annotation> 1937 <xs:documentation>LZMA SDK License (versions 9.11 to 9.20)</xs:documentation> 1938 </xs:annotation> 1939 </xs:enumeration> 1940 <xs:enumeration value="LZMA-SDK-9.22"> 1941 <xs:annotation> 1942 <xs:documentation>LZMA SDK License (versions 9.22 and beyond)</xs:documentation> 1943 </xs:annotation> 1944 </xs:enumeration> 1945 <xs:enumeration value="Mackerras-3-Clause"> 1946 <xs:annotation> 1947 <xs:documentation>Mackerras 3-Clause License</xs:documentation> 1948 </xs:annotation> 1949 </xs:enumeration> 1950 <xs:enumeration value="Mackerras-3-Clause-acknowledgment"> 1951 <xs:annotation> 1952 <xs:documentation>Mackerras 3-Clause - acknowledgment variant</xs:documentation> 1953 </xs:annotation> 1954 </xs:enumeration> 1955 <xs:enumeration value="magaz"> 1956 <xs:annotation> 1957 <xs:documentation>magaz License</xs:documentation> 1958 </xs:annotation> 1959 </xs:enumeration> 1960 <xs:enumeration value="mailprio"> 1961 <xs:annotation> 1962 <xs:documentation>mailprio License</xs:documentation> 1963 </xs:annotation> 1964 </xs:enumeration> 1965 <xs:enumeration value="MakeIndex"> 1966 <xs:annotation> 1967 <xs:documentation>MakeIndex License</xs:documentation> 1968 </xs:annotation> 1969 </xs:enumeration> 1970 <xs:enumeration value="Martin-Birgmeier"> 1971 <xs:annotation> 1972 <xs:documentation>Martin Birgmeier License</xs:documentation> 1973 </xs:annotation> 1974 </xs:enumeration> 1975 <xs:enumeration value="McPhee-slideshow"> 1976 <xs:annotation> 1977 <xs:documentation>McPhee Slideshow License</xs:documentation> 1978 </xs:annotation> 1979 </xs:enumeration> 1980 <xs:enumeration value="metamail"> 1981 <xs:annotation> 1982 <xs:documentation>metamail License</xs:documentation> 1983 </xs:annotation> 1984 </xs:enumeration> 1985 <xs:enumeration value="Minpack"> 1986 <xs:annotation> 1987 <xs:documentation>Minpack License</xs:documentation> 1988 </xs:annotation> 1989 </xs:enumeration> 1990 <xs:enumeration value="MirOS"> 1991 <xs:annotation> 1992 <xs:documentation>The MirOS Licence</xs:documentation> 1993 </xs:annotation> 1994 </xs:enumeration> 1995 <xs:enumeration value="MIT"> 1996 <xs:annotation> 1997 <xs:documentation>MIT License</xs:documentation> 1998 </xs:annotation> 1999 </xs:enumeration> 2000 <xs:enumeration value="MIT-0"> 2001 <xs:annotation> 2002 <xs:documentation>MIT No Attribution</xs:documentation> 2003 </xs:annotation> 2004 </xs:enumeration> 2005 <xs:enumeration value="MIT-advertising"> 2006 <xs:annotation> 2007 <xs:documentation>Enlightenment License (e16)</xs:documentation> 2008 </xs:annotation> 2009 </xs:enumeration> 2010 <xs:enumeration value="MIT-CMU"> 2011 <xs:annotation> 2012 <xs:documentation>CMU License</xs:documentation> 2013 </xs:annotation> 2014 </xs:enumeration> 2015 <xs:enumeration value="MIT-enna"> 2016 <xs:annotation> 2017 <xs:documentation>enna License</xs:documentation> 2018 </xs:annotation> 2019 </xs:enumeration> 2020 <xs:enumeration value="MIT-feh"> 2021 <xs:annotation> 2022 <xs:documentation>feh License</xs:documentation> 2023 </xs:annotation> 2024 </xs:enumeration> 2025 <xs:enumeration value="MIT-Festival"> 2026 <xs:annotation> 2027 <xs:documentation>MIT Festival Variant</xs:documentation> 2028 </xs:annotation> 2029 </xs:enumeration> 2030 <xs:enumeration value="MIT-Modern-Variant"> 2031 <xs:annotation> 2032 <xs:documentation>MIT License Modern Variant</xs:documentation> 2033 </xs:annotation> 2034 </xs:enumeration> 2035 <xs:enumeration value="MIT-open-group"> 2036 <xs:annotation> 2037 <xs:documentation>MIT Open Group variant</xs:documentation> 2038 </xs:annotation> 2039 </xs:enumeration> 2040 <xs:enumeration value="MIT-testregex"> 2041 <xs:annotation> 2042 <xs:documentation>MIT testregex Variant</xs:documentation> 2043 </xs:annotation> 2044 </xs:enumeration> 2045 <xs:enumeration value="MIT-Wu"> 2046 <xs:annotation> 2047 <xs:documentation>MIT Tom Wu Variant</xs:documentation> 2048 </xs:annotation> 2049 </xs:enumeration> 2050 <xs:enumeration value="MITNFA"> 2051 <xs:annotation> 2052 <xs:documentation>MIT +no-false-attribs license</xs:documentation> 2053 </xs:annotation> 2054 </xs:enumeration> 2055 <xs:enumeration value="MMIXware"> 2056 <xs:annotation> 2057 <xs:documentation>MMIXware License</xs:documentation> 2058 </xs:annotation> 2059 </xs:enumeration> 2060 <xs:enumeration value="Motosoto"> 2061 <xs:annotation> 2062 <xs:documentation>Motosoto License</xs:documentation> 2063 </xs:annotation> 2064 </xs:enumeration> 2065 <xs:enumeration value="MPEG-SSG"> 2066 <xs:annotation> 2067 <xs:documentation>MPEG Software Simulation</xs:documentation> 2068 </xs:annotation> 2069 </xs:enumeration> 2070 <xs:enumeration value="mpi-permissive"> 2071 <xs:annotation> 2072 <xs:documentation>mpi Permissive License</xs:documentation> 2073 </xs:annotation> 2074 </xs:enumeration> 2075 <xs:enumeration value="mpich2"> 2076 <xs:annotation> 2077 <xs:documentation>mpich2 License</xs:documentation> 2078 </xs:annotation> 2079 </xs:enumeration> 2080 <xs:enumeration value="MPL-1.0"> 2081 <xs:annotation> 2082 <xs:documentation>Mozilla Public License 1.0</xs:documentation> 2083 </xs:annotation> 2084 </xs:enumeration> 2085 <xs:enumeration value="MPL-1.1"> 2086 <xs:annotation> 2087 <xs:documentation>Mozilla Public License 1.1</xs:documentation> 2088 </xs:annotation> 2089 </xs:enumeration> 2090 <xs:enumeration value="MPL-2.0"> 2091 <xs:annotation> 2092 <xs:documentation>Mozilla Public License 2.0</xs:documentation> 2093 </xs:annotation> 2094 </xs:enumeration> 2095 <xs:enumeration value="MPL-2.0-no-copyleft-exception"> 2096 <xs:annotation> 2097 <xs:documentation>Mozilla Public License 2.0 (no copyleft exception)</xs:documentation> 2098 </xs:annotation> 2099 </xs:enumeration> 2100 <xs:enumeration value="mplus"> 2101 <xs:annotation> 2102 <xs:documentation>mplus Font License</xs:documentation> 2103 </xs:annotation> 2104 </xs:enumeration> 2105 <xs:enumeration value="MS-LPL"> 2106 <xs:annotation> 2107 <xs:documentation>Microsoft Limited Public License</xs:documentation> 2108 </xs:annotation> 2109 </xs:enumeration> 2110 <xs:enumeration value="MS-PL"> 2111 <xs:annotation> 2112 <xs:documentation>Microsoft Public License</xs:documentation> 2113 </xs:annotation> 2114 </xs:enumeration> 2115 <xs:enumeration value="MS-RL"> 2116 <xs:annotation> 2117 <xs:documentation>Microsoft Reciprocal License</xs:documentation> 2118 </xs:annotation> 2119 </xs:enumeration> 2120 <xs:enumeration value="MTLL"> 2121 <xs:annotation> 2122 <xs:documentation>Matrix Template Library License</xs:documentation> 2123 </xs:annotation> 2124 </xs:enumeration> 2125 <xs:enumeration value="MulanPSL-1.0"> 2126 <xs:annotation> 2127 <xs:documentation>Mulan Permissive Software License, Version 1</xs:documentation> 2128 </xs:annotation> 2129 </xs:enumeration> 2130 <xs:enumeration value="MulanPSL-2.0"> 2131 <xs:annotation> 2132 <xs:documentation>Mulan Permissive Software License, Version 2</xs:documentation> 2133 </xs:annotation> 2134 </xs:enumeration> 2135 <xs:enumeration value="Multics"> 2136 <xs:annotation> 2137 <xs:documentation>Multics License</xs:documentation> 2138 </xs:annotation> 2139 </xs:enumeration> 2140 <xs:enumeration value="Mup"> 2141 <xs:annotation> 2142 <xs:documentation>Mup License</xs:documentation> 2143 </xs:annotation> 2144 </xs:enumeration> 2145 <xs:enumeration value="NAIST-2003"> 2146 <xs:annotation> 2147 <xs:documentation>Nara Institute of Science and Technology License (2003)</xs:documentation> 2148 </xs:annotation> 2149 </xs:enumeration> 2150 <xs:enumeration value="NASA-1.3"> 2151 <xs:annotation> 2152 <xs:documentation>NASA Open Source Agreement 1.3</xs:documentation> 2153 </xs:annotation> 2154 </xs:enumeration> 2155 <xs:enumeration value="Naumen"> 2156 <xs:annotation> 2157 <xs:documentation>Naumen Public License</xs:documentation> 2158 </xs:annotation> 2159 </xs:enumeration> 2160 <xs:enumeration value="NBPL-1.0"> 2161 <xs:annotation> 2162 <xs:documentation>Net Boolean Public License v1</xs:documentation> 2163 </xs:annotation> 2164 </xs:enumeration> 2165 <xs:enumeration value="NCGL-UK-2.0"> 2166 <xs:annotation> 2167 <xs:documentation>Non-Commercial Government Licence</xs:documentation> 2168 </xs:annotation> 2169 </xs:enumeration> 2170 <xs:enumeration value="NCSA"> 2171 <xs:annotation> 2172 <xs:documentation>University of Illinois/NCSA Open Source License</xs:documentation> 2173 </xs:annotation> 2174 </xs:enumeration> 2175 <xs:enumeration value="Net-SNMP"> 2176 <xs:annotation> 2177 <xs:documentation>Net-SNMP License</xs:documentation> 2178 </xs:annotation> 2179 </xs:enumeration> 2180 <xs:enumeration value="NetCDF"> 2181 <xs:annotation> 2182 <xs:documentation>NetCDF license</xs:documentation> 2183 </xs:annotation> 2184 </xs:enumeration> 2185 <xs:enumeration value="Newsletr"> 2186 <xs:annotation> 2187 <xs:documentation>Newsletr License</xs:documentation> 2188 </xs:annotation> 2189 </xs:enumeration> 2190 <xs:enumeration value="NGPL"> 2191 <xs:annotation> 2192 <xs:documentation>Nethack General Public License</xs:documentation> 2193 </xs:annotation> 2194 </xs:enumeration> 2195 <xs:enumeration value="NICTA-1.0"> 2196 <xs:annotation> 2197 <xs:documentation>NICTA Public Software License, Version 1.0</xs:documentation> 2198 </xs:annotation> 2199 </xs:enumeration> 2200 <xs:enumeration value="NIST-PD"> 2201 <xs:annotation> 2202 <xs:documentation>NIST Public Domain Notice</xs:documentation> 2203 </xs:annotation> 2204 </xs:enumeration> 2205 <xs:enumeration value="NIST-PD-fallback"> 2206 <xs:annotation> 2207 <xs:documentation>NIST Public Domain Notice with license fallback</xs:documentation> 2208 </xs:annotation> 2209 </xs:enumeration> 2210 <xs:enumeration value="NIST-Software"> 2211 <xs:annotation> 2212 <xs:documentation>NIST Software License</xs:documentation> 2213 </xs:annotation> 2214 </xs:enumeration> 2215 <xs:enumeration value="NLOD-1.0"> 2216 <xs:annotation> 2217 <xs:documentation>Norwegian Licence for Open Government Data (NLOD) 1.0</xs:documentation> 2218 </xs:annotation> 2219 </xs:enumeration> 2220 <xs:enumeration value="NLOD-2.0"> 2221 <xs:annotation> 2222 <xs:documentation>Norwegian Licence for Open Government Data (NLOD) 2.0</xs:documentation> 2223 </xs:annotation> 2224 </xs:enumeration> 2225 <xs:enumeration value="NLPL"> 2226 <xs:annotation> 2227 <xs:documentation>No Limit Public License</xs:documentation> 2228 </xs:annotation> 2229 </xs:enumeration> 2230 <xs:enumeration value="Nokia"> 2231 <xs:annotation> 2232 <xs:documentation>Nokia Open Source License</xs:documentation> 2233 </xs:annotation> 2234 </xs:enumeration> 2235 <xs:enumeration value="NOSL"> 2236 <xs:annotation> 2237 <xs:documentation>Netizen Open Source License</xs:documentation> 2238 </xs:annotation> 2239 </xs:enumeration> 2240 <xs:enumeration value="Noweb"> 2241 <xs:annotation> 2242 <xs:documentation>Noweb License</xs:documentation> 2243 </xs:annotation> 2244 </xs:enumeration> 2245 <xs:enumeration value="NPL-1.0"> 2246 <xs:annotation> 2247 <xs:documentation>Netscape Public License v1.0</xs:documentation> 2248 </xs:annotation> 2249 </xs:enumeration> 2250 <xs:enumeration value="NPL-1.1"> 2251 <xs:annotation> 2252 <xs:documentation>Netscape Public License v1.1</xs:documentation> 2253 </xs:annotation> 2254 </xs:enumeration> 2255 <xs:enumeration value="NPOSL-3.0"> 2256 <xs:annotation> 2257 <xs:documentation>Non-Profit Open Software License 3.0</xs:documentation> 2258 </xs:annotation> 2259 </xs:enumeration> 2260 <xs:enumeration value="NRL"> 2261 <xs:annotation> 2262 <xs:documentation>NRL License</xs:documentation> 2263 </xs:annotation> 2264 </xs:enumeration> 2265 <xs:enumeration value="NTP"> 2266 <xs:annotation> 2267 <xs:documentation>NTP License</xs:documentation> 2268 </xs:annotation> 2269 </xs:enumeration> 2270 <xs:enumeration value="NTP-0"> 2271 <xs:annotation> 2272 <xs:documentation>NTP No Attribution</xs:documentation> 2273 </xs:annotation> 2274 </xs:enumeration> 2275 <xs:enumeration value="Nunit"> 2276 <xs:annotation> 2277 <xs:documentation>Nunit License</xs:documentation> 2278 </xs:annotation> 2279 </xs:enumeration> 2280 <xs:enumeration value="O-UDA-1.0"> 2281 <xs:annotation> 2282 <xs:documentation>Open Use of Data Agreement v1.0</xs:documentation> 2283 </xs:annotation> 2284 </xs:enumeration> 2285 <xs:enumeration value="OCCT-PL"> 2286 <xs:annotation> 2287 <xs:documentation>Open CASCADE Technology Public License</xs:documentation> 2288 </xs:annotation> 2289 </xs:enumeration> 2290 <xs:enumeration value="OCLC-2.0"> 2291 <xs:annotation> 2292 <xs:documentation>OCLC Research Public License 2.0</xs:documentation> 2293 </xs:annotation> 2294 </xs:enumeration> 2295 <xs:enumeration value="ODbL-1.0"> 2296 <xs:annotation> 2297 <xs:documentation>Open Data Commons Open Database License v1.0</xs:documentation> 2298 </xs:annotation> 2299 </xs:enumeration> 2300 <xs:enumeration value="ODC-By-1.0"> 2301 <xs:annotation> 2302 <xs:documentation>Open Data Commons Attribution License v1.0</xs:documentation> 2303 </xs:annotation> 2304 </xs:enumeration> 2305 <xs:enumeration value="OFFIS"> 2306 <xs:annotation> 2307 <xs:documentation>OFFIS License</xs:documentation> 2308 </xs:annotation> 2309 </xs:enumeration> 2310 <xs:enumeration value="OFL-1.0"> 2311 <xs:annotation> 2312 <xs:documentation>SIL Open Font License 1.0</xs:documentation> 2313 </xs:annotation> 2314 </xs:enumeration> 2315 <xs:enumeration value="OFL-1.0-no-RFN"> 2316 <xs:annotation> 2317 <xs:documentation>SIL Open Font License 1.0 with no Reserved Font Name</xs:documentation> 2318 </xs:annotation> 2319 </xs:enumeration> 2320 <xs:enumeration value="OFL-1.0-RFN"> 2321 <xs:annotation> 2322 <xs:documentation>SIL Open Font License 1.0 with Reserved Font Name</xs:documentation> 2323 </xs:annotation> 2324 </xs:enumeration> 2325 <xs:enumeration value="OFL-1.1"> 2326 <xs:annotation> 2327 <xs:documentation>SIL Open Font License 1.1</xs:documentation> 2328 </xs:annotation> 2329 </xs:enumeration> 2330 <xs:enumeration value="OFL-1.1-no-RFN"> 2331 <xs:annotation> 2332 <xs:documentation>SIL Open Font License 1.1 with no Reserved Font Name</xs:documentation> 2333 </xs:annotation> 2334 </xs:enumeration> 2335 <xs:enumeration value="OFL-1.1-RFN"> 2336 <xs:annotation> 2337 <xs:documentation>SIL Open Font License 1.1 with Reserved Font Name</xs:documentation> 2338 </xs:annotation> 2339 </xs:enumeration> 2340 <xs:enumeration value="OGC-1.0"> 2341 <xs:annotation> 2342 <xs:documentation>OGC Software License, Version 1.0</xs:documentation> 2343 </xs:annotation> 2344 </xs:enumeration> 2345 <xs:enumeration value="OGDL-Taiwan-1.0"> 2346 <xs:annotation> 2347 <xs:documentation>Taiwan Open Government Data License, version 1.0</xs:documentation> 2348 </xs:annotation> 2349 </xs:enumeration> 2350 <xs:enumeration value="OGL-Canada-2.0"> 2351 <xs:annotation> 2352 <xs:documentation>Open Government Licence - Canada</xs:documentation> 2353 </xs:annotation> 2354 </xs:enumeration> 2355 <xs:enumeration value="OGL-UK-1.0"> 2356 <xs:annotation> 2357 <xs:documentation>Open Government Licence v1.0</xs:documentation> 2358 </xs:annotation> 2359 </xs:enumeration> 2360 <xs:enumeration value="OGL-UK-2.0"> 2361 <xs:annotation> 2362 <xs:documentation>Open Government Licence v2.0</xs:documentation> 2363 </xs:annotation> 2364 </xs:enumeration> 2365 <xs:enumeration value="OGL-UK-3.0"> 2366 <xs:annotation> 2367 <xs:documentation>Open Government Licence v3.0</xs:documentation> 2368 </xs:annotation> 2369 </xs:enumeration> 2370 <xs:enumeration value="OGTSL"> 2371 <xs:annotation> 2372 <xs:documentation>Open Group Test Suite License</xs:documentation> 2373 </xs:annotation> 2374 </xs:enumeration> 2375 <xs:enumeration value="OLDAP-1.1"> 2376 <xs:annotation> 2377 <xs:documentation>Open LDAP Public License v1.1</xs:documentation> 2378 </xs:annotation> 2379 </xs:enumeration> 2380 <xs:enumeration value="OLDAP-1.2"> 2381 <xs:annotation> 2382 <xs:documentation>Open LDAP Public License v1.2</xs:documentation> 2383 </xs:annotation> 2384 </xs:enumeration> 2385 <xs:enumeration value="OLDAP-1.3"> 2386 <xs:annotation> 2387 <xs:documentation>Open LDAP Public License v1.3</xs:documentation> 2388 </xs:annotation> 2389 </xs:enumeration> 2390 <xs:enumeration value="OLDAP-1.4"> 2391 <xs:annotation> 2392 <xs:documentation>Open LDAP Public License v1.4</xs:documentation> 2393 </xs:annotation> 2394 </xs:enumeration> 2395 <xs:enumeration value="OLDAP-2.0"> 2396 <xs:annotation> 2397 <xs:documentation>Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)</xs:documentation> 2398 </xs:annotation> 2399 </xs:enumeration> 2400 <xs:enumeration value="OLDAP-2.0.1"> 2401 <xs:annotation> 2402 <xs:documentation>Open LDAP Public License v2.0.1</xs:documentation> 2403 </xs:annotation> 2404 </xs:enumeration> 2405 <xs:enumeration value="OLDAP-2.1"> 2406 <xs:annotation> 2407 <xs:documentation>Open LDAP Public License v2.1</xs:documentation> 2408 </xs:annotation> 2409 </xs:enumeration> 2410 <xs:enumeration value="OLDAP-2.2"> 2411 <xs:annotation> 2412 <xs:documentation>Open LDAP Public License v2.2</xs:documentation> 2413 </xs:annotation> 2414 </xs:enumeration> 2415 <xs:enumeration value="OLDAP-2.2.1"> 2416 <xs:annotation> 2417 <xs:documentation>Open LDAP Public License v2.2.1</xs:documentation> 2418 </xs:annotation> 2419 </xs:enumeration> 2420 <xs:enumeration value="OLDAP-2.2.2"> 2421 <xs:annotation> 2422 <xs:documentation>Open LDAP Public License 2.2.2</xs:documentation> 2423 </xs:annotation> 2424 </xs:enumeration> 2425 <xs:enumeration value="OLDAP-2.3"> 2426 <xs:annotation> 2427 <xs:documentation>Open LDAP Public License v2.3</xs:documentation> 2428 </xs:annotation> 2429 </xs:enumeration> 2430 <xs:enumeration value="OLDAP-2.4"> 2431 <xs:annotation> 2432 <xs:documentation>Open LDAP Public License v2.4</xs:documentation> 2433 </xs:annotation> 2434 </xs:enumeration> 2435 <xs:enumeration value="OLDAP-2.5"> 2436 <xs:annotation> 2437 <xs:documentation>Open LDAP Public License v2.5</xs:documentation> 2438 </xs:annotation> 2439 </xs:enumeration> 2440 <xs:enumeration value="OLDAP-2.6"> 2441 <xs:annotation> 2442 <xs:documentation>Open LDAP Public License v2.6</xs:documentation> 2443 </xs:annotation> 2444 </xs:enumeration> 2445 <xs:enumeration value="OLDAP-2.7"> 2446 <xs:annotation> 2447 <xs:documentation>Open LDAP Public License v2.7</xs:documentation> 2448 </xs:annotation> 2449 </xs:enumeration> 2450 <xs:enumeration value="OLDAP-2.8"> 2451 <xs:annotation> 2452 <xs:documentation>Open LDAP Public License v2.8</xs:documentation> 2453 </xs:annotation> 2454 </xs:enumeration> 2455 <xs:enumeration value="OLFL-1.3"> 2456 <xs:annotation> 2457 <xs:documentation>Open Logistics Foundation License Version 1.3</xs:documentation> 2458 </xs:annotation> 2459 </xs:enumeration> 2460 <xs:enumeration value="OML"> 2461 <xs:annotation> 2462 <xs:documentation>Open Market License</xs:documentation> 2463 </xs:annotation> 2464 </xs:enumeration> 2465 <xs:enumeration value="OpenPBS-2.3"> 2466 <xs:annotation> 2467 <xs:documentation>OpenPBS v2.3 Software License</xs:documentation> 2468 </xs:annotation> 2469 </xs:enumeration> 2470 <xs:enumeration value="OpenSSL"> 2471 <xs:annotation> 2472 <xs:documentation>OpenSSL License</xs:documentation> 2473 </xs:annotation> 2474 </xs:enumeration> 2475 <xs:enumeration value="OpenSSL-standalone"> 2476 <xs:annotation> 2477 <xs:documentation>OpenSSL License - standalone</xs:documentation> 2478 </xs:annotation> 2479 </xs:enumeration> 2480 <xs:enumeration value="OpenVision"> 2481 <xs:annotation> 2482 <xs:documentation>OpenVision License</xs:documentation> 2483 </xs:annotation> 2484 </xs:enumeration> 2485 <xs:enumeration value="OPL-1.0"> 2486 <xs:annotation> 2487 <xs:documentation>Open Public License v1.0</xs:documentation> 2488 </xs:annotation> 2489 </xs:enumeration> 2490 <xs:enumeration value="OPL-UK-3.0"> 2491 <xs:annotation> 2492 <xs:documentation>United Kingdom Open Parliament Licence v3.0</xs:documentation> 2493 </xs:annotation> 2494 </xs:enumeration> 2495 <xs:enumeration value="OPUBL-1.0"> 2496 <xs:annotation> 2497 <xs:documentation>Open Publication License v1.0</xs:documentation> 2498 </xs:annotation> 2499 </xs:enumeration> 2500 <xs:enumeration value="OSET-PL-2.1"> 2501 <xs:annotation> 2502 <xs:documentation>OSET Public License version 2.1</xs:documentation> 2503 </xs:annotation> 2504 </xs:enumeration> 2505 <xs:enumeration value="OSL-1.0"> 2506 <xs:annotation> 2507 <xs:documentation>Open Software License 1.0</xs:documentation> 2508 </xs:annotation> 2509 </xs:enumeration> 2510 <xs:enumeration value="OSL-1.1"> 2511 <xs:annotation> 2512 <xs:documentation>Open Software License 1.1</xs:documentation> 2513 </xs:annotation> 2514 </xs:enumeration> 2515 <xs:enumeration value="OSL-2.0"> 2516 <xs:annotation> 2517 <xs:documentation>Open Software License 2.0</xs:documentation> 2518 </xs:annotation> 2519 </xs:enumeration> 2520 <xs:enumeration value="OSL-2.1"> 2521 <xs:annotation> 2522 <xs:documentation>Open Software License 2.1</xs:documentation> 2523 </xs:annotation> 2524 </xs:enumeration> 2525 <xs:enumeration value="OSL-3.0"> 2526 <xs:annotation> 2527 <xs:documentation>Open Software License 3.0</xs:documentation> 2528 </xs:annotation> 2529 </xs:enumeration> 2530 <xs:enumeration value="PADL"> 2531 <xs:annotation> 2532 <xs:documentation>PADL License</xs:documentation> 2533 </xs:annotation> 2534 </xs:enumeration> 2535 <xs:enumeration value="Parity-6.0.0"> 2536 <xs:annotation> 2537 <xs:documentation>The Parity Public License 6.0.0</xs:documentation> 2538 </xs:annotation> 2539 </xs:enumeration> 2540 <xs:enumeration value="Parity-7.0.0"> 2541 <xs:annotation> 2542 <xs:documentation>The Parity Public License 7.0.0</xs:documentation> 2543 </xs:annotation> 2544 </xs:enumeration> 2545 <xs:enumeration value="PDDL-1.0"> 2546 <xs:annotation> 2547 <xs:documentation>Open Data Commons Public Domain Dedication & License 1.0</xs:documentation> 2548 </xs:annotation> 2549 </xs:enumeration> 2550 <xs:enumeration value="PHP-3.0"> 2551 <xs:annotation> 2552 <xs:documentation>PHP License v3.0</xs:documentation> 2553 </xs:annotation> 2554 </xs:enumeration> 2555 <xs:enumeration value="PHP-3.01"> 2556 <xs:annotation> 2557 <xs:documentation>PHP License v3.01</xs:documentation> 2558 </xs:annotation> 2559 </xs:enumeration> 2560 <xs:enumeration value="Pixar"> 2561 <xs:annotation> 2562 <xs:documentation>Pixar License</xs:documentation> 2563 </xs:annotation> 2564 </xs:enumeration> 2565 <xs:enumeration value="Plexus"> 2566 <xs:annotation> 2567 <xs:documentation>Plexus Classworlds License</xs:documentation> 2568 </xs:annotation> 2569 </xs:enumeration> 2570 <xs:enumeration value="pnmstitch"> 2571 <xs:annotation> 2572 <xs:documentation>pnmstitch License</xs:documentation> 2573 </xs:annotation> 2574 </xs:enumeration> 2575 <xs:enumeration value="PolyForm-Noncommercial-1.0.0"> 2576 <xs:annotation> 2577 <xs:documentation>PolyForm Noncommercial License 1.0.0</xs:documentation> 2578 </xs:annotation> 2579 </xs:enumeration> 2580 <xs:enumeration value="PolyForm-Small-Business-1.0.0"> 2581 <xs:annotation> 2582 <xs:documentation>PolyForm Small Business License 1.0.0</xs:documentation> 2583 </xs:annotation> 2584 </xs:enumeration> 2585 <xs:enumeration value="PostgreSQL"> 2586 <xs:annotation> 2587 <xs:documentation>PostgreSQL License</xs:documentation> 2588 </xs:annotation> 2589 </xs:enumeration> 2590 <xs:enumeration value="PSF-2.0"> 2591 <xs:annotation> 2592 <xs:documentation>Python Software Foundation License 2.0</xs:documentation> 2593 </xs:annotation> 2594 </xs:enumeration> 2595 <xs:enumeration value="psfrag"> 2596 <xs:annotation> 2597 <xs:documentation>psfrag License</xs:documentation> 2598 </xs:annotation> 2599 </xs:enumeration> 2600 <xs:enumeration value="psutils"> 2601 <xs:annotation> 2602 <xs:documentation>psutils License</xs:documentation> 2603 </xs:annotation> 2604 </xs:enumeration> 2605 <xs:enumeration value="Python-2.0"> 2606 <xs:annotation> 2607 <xs:documentation>Python License 2.0</xs:documentation> 2608 </xs:annotation> 2609 </xs:enumeration> 2610 <xs:enumeration value="Python-2.0.1"> 2611 <xs:annotation> 2612 <xs:documentation>Python License 2.0.1</xs:documentation> 2613 </xs:annotation> 2614 </xs:enumeration> 2615 <xs:enumeration value="python-ldap"> 2616 <xs:annotation> 2617 <xs:documentation>Python ldap License</xs:documentation> 2618 </xs:annotation> 2619 </xs:enumeration> 2620 <xs:enumeration value="Qhull"> 2621 <xs:annotation> 2622 <xs:documentation>Qhull License</xs:documentation> 2623 </xs:annotation> 2624 </xs:enumeration> 2625 <xs:enumeration value="QPL-1.0"> 2626 <xs:annotation> 2627 <xs:documentation>Q Public License 1.0</xs:documentation> 2628 </xs:annotation> 2629 </xs:enumeration> 2630 <xs:enumeration value="QPL-1.0-INRIA-2004"> 2631 <xs:annotation> 2632 <xs:documentation>Q Public License 1.0 - INRIA 2004 variant</xs:documentation> 2633 </xs:annotation> 2634 </xs:enumeration> 2635 <xs:enumeration value="radvd"> 2636 <xs:annotation> 2637 <xs:documentation>radvd License</xs:documentation> 2638 </xs:annotation> 2639 </xs:enumeration> 2640 <xs:enumeration value="Rdisc"> 2641 <xs:annotation> 2642 <xs:documentation>Rdisc License</xs:documentation> 2643 </xs:annotation> 2644 </xs:enumeration> 2645 <xs:enumeration value="RHeCos-1.1"> 2646 <xs:annotation> 2647 <xs:documentation>Red Hat eCos Public License v1.1</xs:documentation> 2648 </xs:annotation> 2649 </xs:enumeration> 2650 <xs:enumeration value="RPL-1.1"> 2651 <xs:annotation> 2652 <xs:documentation>Reciprocal Public License 1.1</xs:documentation> 2653 </xs:annotation> 2654 </xs:enumeration> 2655 <xs:enumeration value="RPL-1.5"> 2656 <xs:annotation> 2657 <xs:documentation>Reciprocal Public License 1.5</xs:documentation> 2658 </xs:annotation> 2659 </xs:enumeration> 2660 <xs:enumeration value="RPSL-1.0"> 2661 <xs:annotation> 2662 <xs:documentation>RealNetworks Public Source License v1.0</xs:documentation> 2663 </xs:annotation> 2664 </xs:enumeration> 2665 <xs:enumeration value="RSA-MD"> 2666 <xs:annotation> 2667 <xs:documentation>RSA Message-Digest License</xs:documentation> 2668 </xs:annotation> 2669 </xs:enumeration> 2670 <xs:enumeration value="RSCPL"> 2671 <xs:annotation> 2672 <xs:documentation>Ricoh Source Code Public License</xs:documentation> 2673 </xs:annotation> 2674 </xs:enumeration> 2675 <xs:enumeration value="Ruby"> 2676 <xs:annotation> 2677 <xs:documentation>Ruby License</xs:documentation> 2678 </xs:annotation> 2679 </xs:enumeration> 2680 <xs:enumeration value="SAX-PD"> 2681 <xs:annotation> 2682 <xs:documentation>Sax Public Domain Notice</xs:documentation> 2683 </xs:annotation> 2684 </xs:enumeration> 2685 <xs:enumeration value="SAX-PD-2.0"> 2686 <xs:annotation> 2687 <xs:documentation>Sax Public Domain Notice 2.0</xs:documentation> 2688 </xs:annotation> 2689 </xs:enumeration> 2690 <xs:enumeration value="Saxpath"> 2691 <xs:annotation> 2692 <xs:documentation>Saxpath License</xs:documentation> 2693 </xs:annotation> 2694 </xs:enumeration> 2695 <xs:enumeration value="SCEA"> 2696 <xs:annotation> 2697 <xs:documentation>SCEA Shared Source License</xs:documentation> 2698 </xs:annotation> 2699 </xs:enumeration> 2700 <xs:enumeration value="SchemeReport"> 2701 <xs:annotation> 2702 <xs:documentation>Scheme Language Report License</xs:documentation> 2703 </xs:annotation> 2704 </xs:enumeration> 2705 <xs:enumeration value="Sendmail"> 2706 <xs:annotation> 2707 <xs:documentation>Sendmail License</xs:documentation> 2708 </xs:annotation> 2709 </xs:enumeration> 2710 <xs:enumeration value="Sendmail-8.23"> 2711 <xs:annotation> 2712 <xs:documentation>Sendmail License 8.23</xs:documentation> 2713 </xs:annotation> 2714 </xs:enumeration> 2715 <xs:enumeration value="SGI-B-1.0"> 2716 <xs:annotation> 2717 <xs:documentation>SGI Free Software License B v1.0</xs:documentation> 2718 </xs:annotation> 2719 </xs:enumeration> 2720 <xs:enumeration value="SGI-B-1.1"> 2721 <xs:annotation> 2722 <xs:documentation>SGI Free Software License B v1.1</xs:documentation> 2723 </xs:annotation> 2724 </xs:enumeration> 2725 <xs:enumeration value="SGI-B-2.0"> 2726 <xs:annotation> 2727 <xs:documentation>SGI Free Software License B v2.0</xs:documentation> 2728 </xs:annotation> 2729 </xs:enumeration> 2730 <xs:enumeration value="SGI-OpenGL"> 2731 <xs:annotation> 2732 <xs:documentation>SGI OpenGL License</xs:documentation> 2733 </xs:annotation> 2734 </xs:enumeration> 2735 <xs:enumeration value="SGP4"> 2736 <xs:annotation> 2737 <xs:documentation>SGP4 Permission Notice</xs:documentation> 2738 </xs:annotation> 2739 </xs:enumeration> 2740 <xs:enumeration value="SHL-0.5"> 2741 <xs:annotation> 2742 <xs:documentation>Solderpad Hardware License v0.5</xs:documentation> 2743 </xs:annotation> 2744 </xs:enumeration> 2745 <xs:enumeration value="SHL-0.51"> 2746 <xs:annotation> 2747 <xs:documentation>Solderpad Hardware License, Version 0.51</xs:documentation> 2748 </xs:annotation> 2749 </xs:enumeration> 2750 <xs:enumeration value="SimPL-2.0"> 2751 <xs:annotation> 2752 <xs:documentation>Simple Public License 2.0</xs:documentation> 2753 </xs:annotation> 2754 </xs:enumeration> 2755 <xs:enumeration value="SISSL"> 2756 <xs:annotation> 2757 <xs:documentation>Sun Industry Standards Source License v1.1</xs:documentation> 2758 </xs:annotation> 2759 </xs:enumeration> 2760 <xs:enumeration value="SISSL-1.2"> 2761 <xs:annotation> 2762 <xs:documentation>Sun Industry Standards Source License v1.2</xs:documentation> 2763 </xs:annotation> 2764 </xs:enumeration> 2765 <xs:enumeration value="SL"> 2766 <xs:annotation> 2767 <xs:documentation>SL License</xs:documentation> 2768 </xs:annotation> 2769 </xs:enumeration> 2770 <xs:enumeration value="Sleepycat"> 2771 <xs:annotation> 2772 <xs:documentation>Sleepycat License</xs:documentation> 2773 </xs:annotation> 2774 </xs:enumeration> 2775 <xs:enumeration value="SMLNJ"> 2776 <xs:annotation> 2777 <xs:documentation>Standard ML of New Jersey License</xs:documentation> 2778 </xs:annotation> 2779 </xs:enumeration> 2780 <xs:enumeration value="SMPPL"> 2781 <xs:annotation> 2782 <xs:documentation>Secure Messaging Protocol Public License</xs:documentation> 2783 </xs:annotation> 2784 </xs:enumeration> 2785 <xs:enumeration value="SNIA"> 2786 <xs:annotation> 2787 <xs:documentation>SNIA Public License 1.1</xs:documentation> 2788 </xs:annotation> 2789 </xs:enumeration> 2790 <xs:enumeration value="snprintf"> 2791 <xs:annotation> 2792 <xs:documentation>snprintf License</xs:documentation> 2793 </xs:annotation> 2794 </xs:enumeration> 2795 <xs:enumeration value="softSurfer"> 2796 <xs:annotation> 2797 <xs:documentation>softSurfer License</xs:documentation> 2798 </xs:annotation> 2799 </xs:enumeration> 2800 <xs:enumeration value="Soundex"> 2801 <xs:annotation> 2802 <xs:documentation>Soundex License</xs:documentation> 2803 </xs:annotation> 2804 </xs:enumeration> 2805 <xs:enumeration value="Spencer-86"> 2806 <xs:annotation> 2807 <xs:documentation>Spencer License 86</xs:documentation> 2808 </xs:annotation> 2809 </xs:enumeration> 2810 <xs:enumeration value="Spencer-94"> 2811 <xs:annotation> 2812 <xs:documentation>Spencer License 94</xs:documentation> 2813 </xs:annotation> 2814 </xs:enumeration> 2815 <xs:enumeration value="Spencer-99"> 2816 <xs:annotation> 2817 <xs:documentation>Spencer License 99</xs:documentation> 2818 </xs:annotation> 2819 </xs:enumeration> 2820 <xs:enumeration value="SPL-1.0"> 2821 <xs:annotation> 2822 <xs:documentation>Sun Public License v1.0</xs:documentation> 2823 </xs:annotation> 2824 </xs:enumeration> 2825 <xs:enumeration value="ssh-keyscan"> 2826 <xs:annotation> 2827 <xs:documentation>ssh-keyscan License</xs:documentation> 2828 </xs:annotation> 2829 </xs:enumeration> 2830 <xs:enumeration value="SSH-OpenSSH"> 2831 <xs:annotation> 2832 <xs:documentation>SSH OpenSSH license</xs:documentation> 2833 </xs:annotation> 2834 </xs:enumeration> 2835 <xs:enumeration value="SSH-short"> 2836 <xs:annotation> 2837 <xs:documentation>SSH short notice</xs:documentation> 2838 </xs:annotation> 2839 </xs:enumeration> 2840 <xs:enumeration value="SSLeay-standalone"> 2841 <xs:annotation> 2842 <xs:documentation>SSLeay License - standalone</xs:documentation> 2843 </xs:annotation> 2844 </xs:enumeration> 2845 <xs:enumeration value="SSPL-1.0"> 2846 <xs:annotation> 2847 <xs:documentation>Server Side Public License, v 1</xs:documentation> 2848 </xs:annotation> 2849 </xs:enumeration> 2850 <xs:enumeration value="StandardML-NJ"> 2851 <xs:annotation> 2852 <xs:documentation>Standard ML of New Jersey License</xs:documentation> 2853 </xs:annotation> 2854 </xs:enumeration> 2855 <xs:enumeration value="SugarCRM-1.1.3"> 2856 <xs:annotation> 2857 <xs:documentation>SugarCRM Public License v1.1.3</xs:documentation> 2858 </xs:annotation> 2859 </xs:enumeration> 2860 <xs:enumeration value="Sun-PPP"> 2861 <xs:annotation> 2862 <xs:documentation>Sun PPP License</xs:documentation> 2863 </xs:annotation> 2864 </xs:enumeration> 2865 <xs:enumeration value="SunPro"> 2866 <xs:annotation> 2867 <xs:documentation>SunPro License</xs:documentation> 2868 </xs:annotation> 2869 </xs:enumeration> 2870 <xs:enumeration value="SWL"> 2871 <xs:annotation> 2872 <xs:documentation>Scheme Widget Library (SWL) Software License Agreement</xs:documentation> 2873 </xs:annotation> 2874 </xs:enumeration> 2875 <xs:enumeration value="swrule"> 2876 <xs:annotation> 2877 <xs:documentation>swrule License</xs:documentation> 2878 </xs:annotation> 2879 </xs:enumeration> 2880 <xs:enumeration value="Symlinks"> 2881 <xs:annotation> 2882 <xs:documentation>Symlinks License</xs:documentation> 2883 </xs:annotation> 2884 </xs:enumeration> 2885 <xs:enumeration value="TAPR-OHL-1.0"> 2886 <xs:annotation> 2887 <xs:documentation>TAPR Open Hardware License v1.0</xs:documentation> 2888 </xs:annotation> 2889 </xs:enumeration> 2890 <xs:enumeration value="TCL"> 2891 <xs:annotation> 2892 <xs:documentation>TCL/TK License</xs:documentation> 2893 </xs:annotation> 2894 </xs:enumeration> 2895 <xs:enumeration value="TCP-wrappers"> 2896 <xs:annotation> 2897 <xs:documentation>TCP Wrappers License</xs:documentation> 2898 </xs:annotation> 2899 </xs:enumeration> 2900 <xs:enumeration value="TermReadKey"> 2901 <xs:annotation> 2902 <xs:documentation>TermReadKey License</xs:documentation> 2903 </xs:annotation> 2904 </xs:enumeration> 2905 <xs:enumeration value="TGPPL-1.0"> 2906 <xs:annotation> 2907 <xs:documentation>Transitive Grace Period Public Licence 1.0</xs:documentation> 2908 </xs:annotation> 2909 </xs:enumeration> 2910 <xs:enumeration value="TMate"> 2911 <xs:annotation> 2912 <xs:documentation>TMate Open Source License</xs:documentation> 2913 </xs:annotation> 2914 </xs:enumeration> 2915 <xs:enumeration value="TORQUE-1.1"> 2916 <xs:annotation> 2917 <xs:documentation>TORQUE v2.5+ Software License v1.1</xs:documentation> 2918 </xs:annotation> 2919 </xs:enumeration> 2920 <xs:enumeration value="TOSL"> 2921 <xs:annotation> 2922 <xs:documentation>Trusster Open Source License</xs:documentation> 2923 </xs:annotation> 2924 </xs:enumeration> 2925 <xs:enumeration value="TPDL"> 2926 <xs:annotation> 2927 <xs:documentation>Time::ParseDate License</xs:documentation> 2928 </xs:annotation> 2929 </xs:enumeration> 2930 <xs:enumeration value="TPL-1.0"> 2931 <xs:annotation> 2932 <xs:documentation>THOR Public License 1.0</xs:documentation> 2933 </xs:annotation> 2934 </xs:enumeration> 2935 <xs:enumeration value="TTWL"> 2936 <xs:annotation> 2937 <xs:documentation>Text-Tabs+Wrap License</xs:documentation> 2938 </xs:annotation> 2939 </xs:enumeration> 2940 <xs:enumeration value="TTYP0"> 2941 <xs:annotation> 2942 <xs:documentation>TTYP0 License</xs:documentation> 2943 </xs:annotation> 2944 </xs:enumeration> 2945 <xs:enumeration value="TU-Berlin-1.0"> 2946 <xs:annotation> 2947 <xs:documentation>Technische Universitaet Berlin License 1.0</xs:documentation> 2948 </xs:annotation> 2949 </xs:enumeration> 2950 <xs:enumeration value="TU-Berlin-2.0"> 2951 <xs:annotation> 2952 <xs:documentation>Technische Universitaet Berlin License 2.0</xs:documentation> 2953 </xs:annotation> 2954 </xs:enumeration> 2955 <xs:enumeration value="UCAR"> 2956 <xs:annotation> 2957 <xs:documentation>UCAR License</xs:documentation> 2958 </xs:annotation> 2959 </xs:enumeration> 2960 <xs:enumeration value="UCL-1.0"> 2961 <xs:annotation> 2962 <xs:documentation>Upstream Compatibility License v1.0</xs:documentation> 2963 </xs:annotation> 2964 </xs:enumeration> 2965 <xs:enumeration value="ulem"> 2966 <xs:annotation> 2967 <xs:documentation>ulem License</xs:documentation> 2968 </xs:annotation> 2969 </xs:enumeration> 2970 <xs:enumeration value="UMich-Merit"> 2971 <xs:annotation> 2972 <xs:documentation>Michigan/Merit Networks License</xs:documentation> 2973 </xs:annotation> 2974 </xs:enumeration> 2975 <xs:enumeration value="Unicode-3.0"> 2976 <xs:annotation> 2977 <xs:documentation>Unicode License v3</xs:documentation> 2978 </xs:annotation> 2979 </xs:enumeration> 2980 <xs:enumeration value="Unicode-DFS-2015"> 2981 <xs:annotation> 2982 <xs:documentation>Unicode License Agreement - Data Files and Software (2015)</xs:documentation> 2983 </xs:annotation> 2984 </xs:enumeration> 2985 <xs:enumeration value="Unicode-DFS-2016"> 2986 <xs:annotation> 2987 <xs:documentation>Unicode License Agreement - Data Files and Software (2016)</xs:documentation> 2988 </xs:annotation> 2989 </xs:enumeration> 2990 <xs:enumeration value="Unicode-TOU"> 2991 <xs:annotation> 2992 <xs:documentation>Unicode Terms of Use</xs:documentation> 2993 </xs:annotation> 2994 </xs:enumeration> 2995 <xs:enumeration value="UnixCrypt"> 2996 <xs:annotation> 2997 <xs:documentation>UnixCrypt License</xs:documentation> 2998 </xs:annotation> 2999 </xs:enumeration> 3000 <xs:enumeration value="Unlicense"> 3001 <xs:annotation> 3002 <xs:documentation>The Unlicense</xs:documentation> 3003 </xs:annotation> 3004 </xs:enumeration> 3005 <xs:enumeration value="UPL-1.0"> 3006 <xs:annotation> 3007 <xs:documentation>Universal Permissive License v1.0</xs:documentation> 3008 </xs:annotation> 3009 </xs:enumeration> 3010 <xs:enumeration value="URT-RLE"> 3011 <xs:annotation> 3012 <xs:documentation>Utah Raster Toolkit Run Length Encoded License</xs:documentation> 3013 </xs:annotation> 3014 </xs:enumeration> 3015 <xs:enumeration value="Vim"> 3016 <xs:annotation> 3017 <xs:documentation>Vim License</xs:documentation> 3018 </xs:annotation> 3019 </xs:enumeration> 3020 <xs:enumeration value="VOSTROM"> 3021 <xs:annotation> 3022 <xs:documentation>VOSTROM Public License for Open Source</xs:documentation> 3023 </xs:annotation> 3024 </xs:enumeration> 3025 <xs:enumeration value="VSL-1.0"> 3026 <xs:annotation> 3027 <xs:documentation>Vovida Software License v1.0</xs:documentation> 3028 </xs:annotation> 3029 </xs:enumeration> 3030 <xs:enumeration value="W3C"> 3031 <xs:annotation> 3032 <xs:documentation>W3C Software Notice and License (2002-12-31)</xs:documentation> 3033 </xs:annotation> 3034 </xs:enumeration> 3035 <xs:enumeration value="W3C-19980720"> 3036 <xs:annotation> 3037 <xs:documentation>W3C Software Notice and License (1998-07-20)</xs:documentation> 3038 </xs:annotation> 3039 </xs:enumeration> 3040 <xs:enumeration value="W3C-20150513"> 3041 <xs:annotation> 3042 <xs:documentation>W3C Software Notice and Document License (2015-05-13)</xs:documentation> 3043 </xs:annotation> 3044 </xs:enumeration> 3045 <xs:enumeration value="w3m"> 3046 <xs:annotation> 3047 <xs:documentation>w3m License</xs:documentation> 3048 </xs:annotation> 3049 </xs:enumeration> 3050 <xs:enumeration value="Watcom-1.0"> 3051 <xs:annotation> 3052 <xs:documentation>Sybase Open Watcom Public License 1.0</xs:documentation> 3053 </xs:annotation> 3054 </xs:enumeration> 3055 <xs:enumeration value="Widget-Workshop"> 3056 <xs:annotation> 3057 <xs:documentation>Widget Workshop License</xs:documentation> 3058 </xs:annotation> 3059 </xs:enumeration> 3060 <xs:enumeration value="Wsuipa"> 3061 <xs:annotation> 3062 <xs:documentation>Wsuipa License</xs:documentation> 3063 </xs:annotation> 3064 </xs:enumeration> 3065 <xs:enumeration value="WTFPL"> 3066 <xs:annotation> 3067 <xs:documentation>Do What The F*ck You Want To Public License</xs:documentation> 3068 </xs:annotation> 3069 </xs:enumeration> 3070 <xs:enumeration value="wxWindows"> 3071 <xs:annotation> 3072 <xs:documentation>wxWindows Library License</xs:documentation> 3073 </xs:annotation> 3074 </xs:enumeration> 3075 <xs:enumeration value="X11"> 3076 <xs:annotation> 3077 <xs:documentation>X11 License</xs:documentation> 3078 </xs:annotation> 3079 </xs:enumeration> 3080 <xs:enumeration value="X11-distribute-modifications-variant"> 3081 <xs:annotation> 3082 <xs:documentation>X11 License Distribution Modification Variant</xs:documentation> 3083 </xs:annotation> 3084 </xs:enumeration> 3085 <xs:enumeration value="Xdebug-1.03"> 3086 <xs:annotation> 3087 <xs:documentation>Xdebug License v 1.03</xs:documentation> 3088 </xs:annotation> 3089 </xs:enumeration> 3090 <xs:enumeration value="Xerox"> 3091 <xs:annotation> 3092 <xs:documentation>Xerox License</xs:documentation> 3093 </xs:annotation> 3094 </xs:enumeration> 3095 <xs:enumeration value="Xfig"> 3096 <xs:annotation> 3097 <xs:documentation>Xfig License</xs:documentation> 3098 </xs:annotation> 3099 </xs:enumeration> 3100 <xs:enumeration value="XFree86-1.1"> 3101 <xs:annotation> 3102 <xs:documentation>XFree86 License 1.1</xs:documentation> 3103 </xs:annotation> 3104 </xs:enumeration> 3105 <xs:enumeration value="xinetd"> 3106 <xs:annotation> 3107 <xs:documentation>xinetd License</xs:documentation> 3108 </xs:annotation> 3109 </xs:enumeration> 3110 <xs:enumeration value="xkeyboard-config-Zinoviev"> 3111 <xs:annotation> 3112 <xs:documentation>xkeyboard-config Zinoviev License</xs:documentation> 3113 </xs:annotation> 3114 </xs:enumeration> 3115 <xs:enumeration value="xlock"> 3116 <xs:annotation> 3117 <xs:documentation>xlock License</xs:documentation> 3118 </xs:annotation> 3119 </xs:enumeration> 3120 <xs:enumeration value="Xnet"> 3121 <xs:annotation> 3122 <xs:documentation>X.Net License</xs:documentation> 3123 </xs:annotation> 3124 </xs:enumeration> 3125 <xs:enumeration value="xpp"> 3126 <xs:annotation> 3127 <xs:documentation>XPP License</xs:documentation> 3128 </xs:annotation> 3129 </xs:enumeration> 3130 <xs:enumeration value="XSkat"> 3131 <xs:annotation> 3132 <xs:documentation>XSkat License</xs:documentation> 3133 </xs:annotation> 3134 </xs:enumeration> 3135 <xs:enumeration value="YPL-1.0"> 3136 <xs:annotation> 3137 <xs:documentation>Yahoo! Public License v1.0</xs:documentation> 3138 </xs:annotation> 3139 </xs:enumeration> 3140 <xs:enumeration value="YPL-1.1"> 3141 <xs:annotation> 3142 <xs:documentation>Yahoo! Public License v1.1</xs:documentation> 3143 </xs:annotation> 3144 </xs:enumeration> 3145 <xs:enumeration value="Zed"> 3146 <xs:annotation> 3147 <xs:documentation>Zed License</xs:documentation> 3148 </xs:annotation> 3149 </xs:enumeration> 3150 <xs:enumeration value="Zeeff"> 3151 <xs:annotation> 3152 <xs:documentation>Zeeff License</xs:documentation> 3153 </xs:annotation> 3154 </xs:enumeration> 3155 <xs:enumeration value="Zend-2.0"> 3156 <xs:annotation> 3157 <xs:documentation>Zend License v2.0</xs:documentation> 3158 </xs:annotation> 3159 </xs:enumeration> 3160 <xs:enumeration value="Zimbra-1.3"> 3161 <xs:annotation> 3162 <xs:documentation>Zimbra Public License v1.3</xs:documentation> 3163 </xs:annotation> 3164 </xs:enumeration> 3165 <xs:enumeration value="Zimbra-1.4"> 3166 <xs:annotation> 3167 <xs:documentation>Zimbra Public License v1.4</xs:documentation> 3168 </xs:annotation> 3169 </xs:enumeration> 3170 <xs:enumeration value="Zlib"> 3171 <xs:annotation> 3172 <xs:documentation>zlib License</xs:documentation> 3173 </xs:annotation> 3174 </xs:enumeration> 3175 <xs:enumeration value="zlib-acknowledgement"> 3176 <xs:annotation> 3177 <xs:documentation>zlib/libpng License with Acknowledgement</xs:documentation> 3178 </xs:annotation> 3179 </xs:enumeration> 3180 <xs:enumeration value="ZPL-1.1"> 3181 <xs:annotation> 3182 <xs:documentation>Zope Public License 1.1</xs:documentation> 3183 </xs:annotation> 3184 </xs:enumeration> 3185 <xs:enumeration value="ZPL-2.0"> 3186 <xs:annotation> 3187 <xs:documentation>Zope Public License 2.0</xs:documentation> 3188 </xs:annotation> 3189 </xs:enumeration> 3190 <xs:enumeration value="ZPL-2.1"> 3191 <xs:annotation> 3192 <xs:documentation>Zope Public License 2.1</xs:documentation> 3193 </xs:annotation> 3194 </xs:enumeration> 3195 <!-- Exceptions --> 3196 <xs:enumeration value="389-exception"> 3197 <xs:annotation> 3198 <xs:documentation>389 Directory Server Exception</xs:documentation> 3199 </xs:annotation> 3200 </xs:enumeration> 3201 <xs:enumeration value="Asterisk-exception"> 3202 <xs:annotation> 3203 <xs:documentation>Asterisk exception</xs:documentation> 3204 </xs:annotation> 3205 </xs:enumeration> 3206 <xs:enumeration value="Autoconf-exception-2.0"> 3207 <xs:annotation> 3208 <xs:documentation>Autoconf exception 2.0</xs:documentation> 3209 </xs:annotation> 3210 </xs:enumeration> 3211 <xs:enumeration value="Autoconf-exception-3.0"> 3212 <xs:annotation> 3213 <xs:documentation>Autoconf exception 3.0</xs:documentation> 3214 </xs:annotation> 3215 </xs:enumeration> 3216 <xs:enumeration value="Autoconf-exception-generic"> 3217 <xs:annotation> 3218 <xs:documentation>Autoconf generic exception</xs:documentation> 3219 </xs:annotation> 3220 </xs:enumeration> 3221 <xs:enumeration value="Autoconf-exception-generic-3.0"> 3222 <xs:annotation> 3223 <xs:documentation>Autoconf generic exception for GPL-3.0</xs:documentation> 3224 </xs:annotation> 3225 </xs:enumeration> 3226 <xs:enumeration value="Autoconf-exception-macro"> 3227 <xs:annotation> 3228 <xs:documentation>Autoconf macro exception</xs:documentation> 3229 </xs:annotation> 3230 </xs:enumeration> 3231 <xs:enumeration value="Bison-exception-1.24"> 3232 <xs:annotation> 3233 <xs:documentation>Bison exception 1.24</xs:documentation> 3234 </xs:annotation> 3235 </xs:enumeration> 3236 <xs:enumeration value="Bison-exception-2.2"> 3237 <xs:annotation> 3238 <xs:documentation>Bison exception 2.2</xs:documentation> 3239 </xs:annotation> 3240 </xs:enumeration> 3241 <xs:enumeration value="Bootloader-exception"> 3242 <xs:annotation> 3243 <xs:documentation>Bootloader Distribution Exception</xs:documentation> 3244 </xs:annotation> 3245 </xs:enumeration> 3246 <xs:enumeration value="Classpath-exception-2.0"> 3247 <xs:annotation> 3248 <xs:documentation>Classpath exception 2.0</xs:documentation> 3249 </xs:annotation> 3250 </xs:enumeration> 3251 <xs:enumeration value="CLISP-exception-2.0"> 3252 <xs:annotation> 3253 <xs:documentation>CLISP exception 2.0</xs:documentation> 3254 </xs:annotation> 3255 </xs:enumeration> 3256 <xs:enumeration value="cryptsetup-OpenSSL-exception"> 3257 <xs:annotation> 3258 <xs:documentation>cryptsetup OpenSSL exception</xs:documentation> 3259 </xs:annotation> 3260 </xs:enumeration> 3261 <xs:enumeration value="DigiRule-FOSS-exception"> 3262 <xs:annotation> 3263 <xs:documentation>DigiRule FOSS License Exception</xs:documentation> 3264 </xs:annotation> 3265 </xs:enumeration> 3266 <xs:enumeration value="eCos-exception-2.0"> 3267 <xs:annotation> 3268 <xs:documentation>eCos exception 2.0</xs:documentation> 3269 </xs:annotation> 3270 </xs:enumeration> 3271 <xs:enumeration value="Fawkes-Runtime-exception"> 3272 <xs:annotation> 3273 <xs:documentation>Fawkes Runtime Exception</xs:documentation> 3274 </xs:annotation> 3275 </xs:enumeration> 3276 <xs:enumeration value="FLTK-exception"> 3277 <xs:annotation> 3278 <xs:documentation>FLTK exception</xs:documentation> 3279 </xs:annotation> 3280 </xs:enumeration> 3281 <xs:enumeration value="fmt-exception"> 3282 <xs:annotation> 3283 <xs:documentation>fmt exception</xs:documentation> 3284 </xs:annotation> 3285 </xs:enumeration> 3286 <xs:enumeration value="Font-exception-2.0"> 3287 <xs:annotation> 3288 <xs:documentation>Font exception 2.0</xs:documentation> 3289 </xs:annotation> 3290 </xs:enumeration> 3291 <xs:enumeration value="freertos-exception-2.0"> 3292 <xs:annotation> 3293 <xs:documentation>FreeRTOS Exception 2.0</xs:documentation> 3294 </xs:annotation> 3295 </xs:enumeration> 3296 <xs:enumeration value="GCC-exception-2.0"> 3297 <xs:annotation> 3298 <xs:documentation>GCC Runtime Library exception 2.0</xs:documentation> 3299 </xs:annotation> 3300 </xs:enumeration> 3301 <xs:enumeration value="GCC-exception-2.0-note"> 3302 <xs:annotation> 3303 <xs:documentation>GCC Runtime Library exception 2.0 - note variant</xs:documentation> 3304 </xs:annotation> 3305 </xs:enumeration> 3306 <xs:enumeration value="GCC-exception-3.1"> 3307 <xs:annotation> 3308 <xs:documentation>GCC Runtime Library exception 3.1</xs:documentation> 3309 </xs:annotation> 3310 </xs:enumeration> 3311 <xs:enumeration value="Gmsh-exception"> 3312 <xs:annotation> 3313 <xs:documentation>Gmsh exception></xs:documentation> 3314 </xs:annotation> 3315 </xs:enumeration> 3316 <xs:enumeration value="GNAT-exception"> 3317 <xs:annotation> 3318 <xs:documentation>GNAT exception</xs:documentation> 3319 </xs:annotation> 3320 </xs:enumeration> 3321 <xs:enumeration value="GNOME-examples-exception"> 3322 <xs:annotation> 3323 <xs:documentation>GNOME examples exception</xs:documentation> 3324 </xs:annotation> 3325 </xs:enumeration> 3326 <xs:enumeration value="GNU-compiler-exception"> 3327 <xs:annotation> 3328 <xs:documentation>GNU Compiler Exception</xs:documentation> 3329 </xs:annotation> 3330 </xs:enumeration> 3331 <xs:enumeration value="gnu-javamail-exception"> 3332 <xs:annotation> 3333 <xs:documentation>GNU JavaMail exception</xs:documentation> 3334 </xs:annotation> 3335 </xs:enumeration> 3336 <xs:enumeration value="GPL-3.0-interface-exception"> 3337 <xs:annotation> 3338 <xs:documentation>GPL-3.0 Interface Exception</xs:documentation> 3339 </xs:annotation> 3340 </xs:enumeration> 3341 <xs:enumeration value="GPL-3.0-linking-exception"> 3342 <xs:annotation> 3343 <xs:documentation>GPL-3.0 Linking Exception</xs:documentation> 3344 </xs:annotation> 3345 </xs:enumeration> 3346 <xs:enumeration value="GPL-3.0-linking-source-exception"> 3347 <xs:annotation> 3348 <xs:documentation>GPL-3.0 Linking Exception (with Corresponding Source)</xs:documentation> 3349 </xs:annotation> 3350 </xs:enumeration> 3351 <xs:enumeration value="GPL-CC-1.0"> 3352 <xs:annotation> 3353 <xs:documentation>GPL Cooperation Commitment 1.0</xs:documentation> 3354 </xs:annotation> 3355 </xs:enumeration> 3356 <xs:enumeration value="GStreamer-exception-2005"> 3357 <xs:annotation> 3358 <xs:documentation>GStreamer Exception (2005)</xs:documentation> 3359 </xs:annotation> 3360 </xs:enumeration> 3361 <xs:enumeration value="GStreamer-exception-2008"> 3362 <xs:annotation> 3363 <xs:documentation>GStreamer Exception (2008)</xs:documentation> 3364 </xs:annotation> 3365 </xs:enumeration> 3366 <xs:enumeration value="i2p-gpl-java-exception"> 3367 <xs:annotation> 3368 <xs:documentation>i2p GPL+Java Exception</xs:documentation> 3369 </xs:annotation> 3370 </xs:enumeration> 3371 <xs:enumeration value="KiCad-libraries-exception"> 3372 <xs:annotation> 3373 <xs:documentation>KiCad Libraries Exception</xs:documentation> 3374 </xs:annotation> 3375 </xs:enumeration> 3376 <xs:enumeration value="LGPL-3.0-linking-exception"> 3377 <xs:annotation> 3378 <xs:documentation>LGPL-3.0 Linking Exception</xs:documentation> 3379 </xs:annotation> 3380 </xs:enumeration> 3381 <xs:enumeration value="libpri-OpenH323-exception"> 3382 <xs:annotation> 3383 <xs:documentation>libpri OpenH323 exception</xs:documentation> 3384 </xs:annotation> 3385 </xs:enumeration> 3386 <xs:enumeration value="Libtool-exception"> 3387 <xs:annotation> 3388 <xs:documentation>Libtool Exception</xs:documentation> 3389 </xs:annotation> 3390 </xs:enumeration> 3391 <xs:enumeration value="Linux-syscall-note"> 3392 <xs:annotation> 3393 <xs:documentation>Linux Syscall Note</xs:documentation> 3394 </xs:annotation> 3395 </xs:enumeration> 3396 <xs:enumeration value="LLGPL"> 3397 <xs:annotation> 3398 <xs:documentation>LLGPL Preamble</xs:documentation> 3399 </xs:annotation> 3400 </xs:enumeration> 3401 <xs:enumeration value="LLVM-exception"> 3402 <xs:annotation> 3403 <xs:documentation>LLVM Exception</xs:documentation> 3404 </xs:annotation> 3405 </xs:enumeration> 3406 <xs:enumeration value="LZMA-exception"> 3407 <xs:annotation> 3408 <xs:documentation>LZMA exception</xs:documentation> 3409 </xs:annotation> 3410 </xs:enumeration> 3411 <xs:enumeration value="mif-exception"> 3412 <xs:annotation> 3413 <xs:documentation>Macros and Inline Functions Exception</xs:documentation> 3414 </xs:annotation> 3415 </xs:enumeration> 3416 <xs:enumeration value="Nokia-Qt-exception-1.1"> 3417 <xs:annotation> 3418 <xs:documentation>Nokia Qt LGPL exception 1.1</xs:documentation> 3419 </xs:annotation> 3420 </xs:enumeration> 3421 <xs:enumeration value="OCaml-LGPL-linking-exception"> 3422 <xs:annotation> 3423 <xs:documentation>OCaml LGPL Linking Exception</xs:documentation> 3424 </xs:annotation> 3425 </xs:enumeration> 3426 <xs:enumeration value="OCCT-exception-1.0"> 3427 <xs:annotation> 3428 <xs:documentation>Open CASCADE Exception 1.0</xs:documentation> 3429 </xs:annotation> 3430 </xs:enumeration> 3431 <xs:enumeration value="OpenJDK-assembly-exception-1.0"> 3432 <xs:annotation> 3433 <xs:documentation>OpenJDK Assembly exception 1.0</xs:documentation> 3434 </xs:annotation> 3435 </xs:enumeration> 3436 <xs:enumeration value="openvpn-openssl-exception"> 3437 <xs:annotation> 3438 <xs:documentation>OpenVPN OpenSSL Exception</xs:documentation> 3439 </xs:annotation> 3440 </xs:enumeration> 3441 <xs:enumeration value="PS-or-PDF-font-exception-20170817"> 3442 <xs:annotation> 3443 <xs:documentation>PS/PDF font exception (2017-08-17)</xs:documentation> 3444 </xs:annotation> 3445 </xs:enumeration> 3446 <xs:enumeration value="QPL-1.0-INRIA-2004-exception"> 3447 <xs:annotation> 3448 <xs:documentation>INRIA QPL 1.0 2004 variant exception</xs:documentation> 3449 </xs:annotation> 3450 </xs:enumeration> 3451 <xs:enumeration value="Qt-GPL-exception-1.0"> 3452 <xs:annotation> 3453 <xs:documentation>Qt GPL exception 1.0</xs:documentation> 3454 </xs:annotation> 3455 </xs:enumeration> 3456 <xs:enumeration value="Qt-LGPL-exception-1.1"> 3457 <xs:annotation> 3458 <xs:documentation>Qt LGPL exception 1.1</xs:documentation> 3459 </xs:annotation> 3460 </xs:enumeration> 3461 <xs:enumeration value="Qwt-exception-1.0"> 3462 <xs:annotation> 3463 <xs:documentation>Qwt exception 1.0</xs:documentation> 3464 </xs:annotation> 3465 </xs:enumeration> 3466 <xs:enumeration value="SANE-exception"> 3467 <xs:annotation> 3468 <xs:documentation>SANE Exception</xs:documentation> 3469 </xs:annotation> 3470 </xs:enumeration> 3471 <xs:enumeration value="SHL-2.0"> 3472 <xs:annotation> 3473 <xs:documentation>Solderpad Hardware License v2.0</xs:documentation> 3474 </xs:annotation> 3475 </xs:enumeration> 3476 <xs:enumeration value="SHL-2.1"> 3477 <xs:annotation> 3478 <xs:documentation>Solderpad Hardware License v2.1</xs:documentation> 3479 </xs:annotation> 3480 </xs:enumeration> 3481 <xs:enumeration value="stunnel-exception"> 3482 <xs:annotation> 3483 <xs:documentation>stunnel Exception</xs:documentation> 3484 </xs:annotation> 3485 </xs:enumeration> 3486 <xs:enumeration value="SWI-exception"> 3487 <xs:annotation> 3488 <xs:documentation>SWI exception</xs:documentation> 3489 </xs:annotation> 3490 </xs:enumeration> 3491 <xs:enumeration value="Swift-exception"> 3492 <xs:annotation> 3493 <xs:documentation>Swift Exception</xs:documentation> 3494 </xs:annotation> 3495 </xs:enumeration> 3496 <xs:enumeration value="Texinfo-exception"> 3497 <xs:annotation> 3498 <xs:documentation>Texinfo exception</xs:documentation> 3499 </xs:annotation> 3500 </xs:enumeration> 3501 <xs:enumeration value="u-boot-exception-2.0"> 3502 <xs:annotation> 3503 <xs:documentation>U-Boot exception 2.0</xs:documentation> 3504 </xs:annotation> 3505 </xs:enumeration> 3506 <xs:enumeration value="UBDL-exception"> 3507 <xs:annotation> 3508 <xs:documentation>Unmodified Binary Distribution exception</xs:documentation> 3509 </xs:annotation> 3510 </xs:enumeration> 3511 <xs:enumeration value="Universal-FOSS-exception-1.0"> 3512 <xs:annotation> 3513 <xs:documentation>Universal FOSS Exception, Version 1.0</xs:documentation> 3514 </xs:annotation> 3515 </xs:enumeration> 3516 <xs:enumeration value="vsftpd-openssl-exception"> 3517 <xs:annotation> 3518 <xs:documentation>vsftpd OpenSSL exception</xs:documentation> 3519 </xs:annotation> 3520 </xs:enumeration> 3521 <xs:enumeration value="WxWindows-exception-3.1"> 3522 <xs:annotation> 3523 <xs:documentation>WxWindows Library Exception 3.1</xs:documentation> 3524 </xs:annotation> 3525 </xs:enumeration> 3526 <xs:enumeration value="x11vnc-openssl-exception"> 3527 <xs:annotation> 3528 <xs:documentation>x11vnc OpenSSL Exception</xs:documentation> 3529 </xs:annotation> 3530 </xs:enumeration> 3531 </xs:restriction> 3532 </xs:simpleType> 3533 3534 </xs:schema>