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

Thomas Weißschuh thomas.weissschuh at linutronix.de
Thu Jun 27 12:36:36 CEST 2024


These types are not used.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh 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,
-- 
Thomas Weißschuh <thomas.weissschuh at linutronix.de>



More information about the elbe-devel mailing list