[elbe-devel] [PATCH 02/12] dbsfed.xsd: add primary key to schema

Thomas Weißschuh thomas.weissschuh at linutronix.de
Mon Nov 18 15:45:19 CET 2024


From: Stefan Kempf <stefan at kempfsn.de>

[thomas: rebase, align with project conventions]

Signed-off-by: Stefan Kempf <stefan at kempfsn.de>
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 elbepack/schema/dbsfed.xsd | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/elbepack/schema/dbsfed.xsd b/elbepack/schema/dbsfed.xsd
index 9f41dcbf47e375b250679bf8b532a90a05b8d3d8..666510c0fff014ed2be80650dde2e39fa0130f94 100644
--- a/elbepack/schema/dbsfed.xsd
+++ b/elbepack/schema/dbsfed.xsd
@@ -283,6 +283,13 @@ SPDX-FileCopyrightText: Linutronix GmbH
           </documentation>
         </annotation>
       </element>
+      <element name="primary_key" type="rfs:string" minOccurs="0" maxOccurs="1">
+        <annotation>
+          <documentation>
+	    Raw public key used to sign the primary mirror
+          </documentation>
+        </annotation>
+      </element>
       <element name="primary_proxy" type="rfs:string" minOccurs="0" maxOccurs="1">
         <annotation>
           <documentation>

-- 
2.47.0



More information about the elbe-devel mailing list