[elbe-devel] [PATCH] schema: drop unused part_nr and part_type types

Eduard Krein eduard.krein at linutronix.de
Thu Jun 27 15:32:09 CEST 2024


Am 27.06.2024 um 12:36 schrieb Thomas Weißschuh:

> These types are not used.
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
Reviewed-by: Eduard Krein<eduard.krein at linutronix.de>
> ---
>   elbepack/schema/dbsfed.xsd | 50 ----------------------------------------------
>   1 file changed, 50 deletions(-)
>
> diff --git a/elbepack/schema/dbsfed.xsd b/elbepack/schema/dbsfed.xsd
> index 4a223c7cf701..8205b867622a 100644
> --- a/elbepack/schema/dbsfed.xsd
> +++ b/elbepack/schema/dbsfed.xsd
> @@ -1976,56 +1976,6 @@ SPDX-FileCopyrightText: Linutronix GmbH
>       </restriction>
>     </simpleType>
>   
> -  <complexType name="part_nr">
> -    <annotation>
> -      <documentation>
> -        Helper around part_nr_restriction to allow XML base attribute
> -      </documentation>
> -    </annotation>
> -    <simpleContent>
> -      <extension base="rfs:part_nr_restriction">
> -	<attributeGroup ref="xml:specialAttrs"/>
> -      </extension>
> -    </simpleContent>
> -  </complexType>
> -
> -  <simpleType name="part_nr_restriction">
> -    <annotation>
> -      <documentation>
> -         allow maximum 4 primary partitions
> -      </documentation>
> -    </annotation>
> -    <restriction base="integer">
> -      <minInclusive value="1" />
> -      <maxInclusive value="4" />
> -    </restriction>
> -  </simpleType>
> -
> -  <complexType name="part_type">
> -    <annotation>
> -      <documentation>
> -        Helper around part_type_restriction to allow XML base attribute
> -      </documentation>
> -    </annotation>
> -    <simpleContent>
> -      <extension base="rfs:part_type_restriction">
> -	<attributeGroup ref="xml:specialAttrs"/>
> -      </extension>
> -    </simpleContent>
> -  </complexType>
> -
> -  <simpleType name="part_type_restriction">
> -    <annotation>
> -      <documentation>
> -         list of supported partition types
> -      </documentation>
> -    </annotation>
> -    <restriction base="string">
> -      <enumeration value="linux" />
> -      <enumeration value="swap" />
> -    </restriction>
> -  </simpleType>
> -
>     <complexType name="fs_type">
>       <annotation>
>         <documentation>
>
> ---
> base-commit: 46f5688b732ed18cb5925c6428e60121f6243df1
> change-id: 20240412-schema-cleanup-68aa1a517870
>
> Best regards,

-- 
Eduard Krein
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 19; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy
can be found here): https://linutronix.de/legal/data-protection.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen |
Registergericht (Registration Court): Amtsgericht Freiburg i.Br.,
HRB700 806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas
Gleixner, Tiffany Silva, Sean Fennelly, Jeffrey Schneiderman



More information about the elbe-devel mailing list