From cbcdaf282b7146aed8acafda15d7d5873cf0093b Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Tue, 23 Apr 2019 16:48:12 +0200
Subject: [PATCH] Adding price to <product>

---
 Doc/Sda1/xmlschema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/Sda1/xmlschema.xml b/Doc/Sda1/xmlschema.xml
index b5e5176c7..f47449c24 100644
--- a/Doc/Sda1/xmlschema.xml
+++ b/Doc/Sda1/xmlschema.xml
@@ -3344,7 +3344,7 @@ public class Memo {
     &lt;para&gt;Our shop is proud for its large number of available
       sleeping bags.&lt;/para&gt;
   &lt;/introduction&gt;
-  &lt;product id="x-223"&gt;
+  &lt;product id="x-223" price="233.40"&gt;
     &lt;title&gt;Multi freezing bag  Nightmare camper&lt;/title&gt;
     &lt;description&gt;
       &lt;para&gt;You will feel comfortable till  minus 20 degrees - At
-- 
GitLab