|
374 | 374 |
|
375 | 375 | <xs:simpleType name="licence"> |
376 | 376 | <xs:restriction base="xs:string"> |
| 377 | + <!-- Requires Nextcloud minVersion >= 31 --> |
| 378 | + <xs:enumeration value="0BSD"/> |
377 | 379 | <xs:enumeration value="AGPL-3.0-only"/> |
378 | 380 | <xs:enumeration value="AGPL-3.0-or-later"/> |
379 | 381 | <xs:enumeration value="Apache-2.0"/> |
| 382 | + <xs:enumeration value="BSD-2-Clause"/> |
| 383 | + <xs:enumeration value="BSD-3-Clause"/> |
| 384 | + <xs:enumeration value="BSD-3-Clause-Clear"/> |
| 385 | + <xs:enumeration value="CC0-1.0"/> |
| 386 | + <xs:enumeration value="EUPL-1.2"/> |
| 387 | + <xs:enumeration value="FSFAP"/> |
| 388 | + <xs:enumeration value="GPL-2.0-or-later"/> |
380 | 389 | <xs:enumeration value="GPL-3.0-only"/> |
381 | 390 | <xs:enumeration value="GPL-3.0-or-later"/> |
| 391 | + <xs:enumeration value="LGPL-2.1-only"/> |
| 392 | + <xs:enumeration value="LGPL-2.1-or-later"/> |
| 393 | + <xs:enumeration value="LGPL-3.0-only"/> |
| 394 | + <xs:enumeration value="LGPL-3.0-or-later"/> |
382 | 395 | <xs:enumeration value="MIT"/> |
383 | 396 | <xs:enumeration value="MPL-2.0"/> |
| 397 | + <xs:enumeration value="OLDAP-2.7"/> |
| 398 | + <xs:enumeration value="PDDL-1.0"/> |
| 399 | + <xs:enumeration value="SAX-PD"/> |
| 400 | + <xs:enumeration value="Unlicense"/> |
| 401 | + <xs:enumeration value="X11"/> |
384 | 402 |
|
385 | 403 | <!-- Deprecated --> |
386 | 404 | <xs:enumeration value="agpl"/> |
|
408 | 426 |
|
409 | 427 | <xs:complexType name="settings"> |
410 | 428 | <xs:sequence> |
411 | | - <xs:element name="admin" minOccurs="0" maxOccurs="unbounded"/> |
| 429 | + <xs:element name="admin" minOccurs="0" maxOccurs="unbounded"/> |
412 | 430 | <xs:element name="admin-section" type="php-class" minOccurs="0" |
413 | 431 | maxOccurs="unbounded"/> |
414 | 432 | <xs:element name="personal" type="php-class" minOccurs="0" |
|
0 commit comments