From 18483b3e56d7fe6d78eed32db78c15771a2bb8c0 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Tue, 20 Oct 2015 13:59:19 +0200 Subject: [PATCH] XML listing types --- Doc/Sda1/xmlschema.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Doc/Sda1/xmlschema.xml b/Doc/Sda1/xmlschema.xml index 574a6731a..12f68699f 100644 --- a/Doc/Sda1/xmlschema.xml +++ b/Doc/Sda1/xmlschema.xml @@ -897,7 +897,7 @@ public class Memo { 'customer'.</glossterm> <glossdef> - <programlisting language="none"><data ... ="../invoice.xsd"> + <programlisting language="xml"><data ... ="../invoice.xsd"> <customer > <name>Clarke Jefferson</name> </customer> @@ -911,7 +911,7 @@ public class Memo { 'int'</glossterm> <glossdef> - <programlisting language="none"> <customer id="five"> + <programlisting language="xml"> <customer id="five"> <name>Clarke Jefferson</name> </customer></programlisting> </glossdef> @@ -922,7 +922,7 @@ public class Memo { 'decimal'</glossterm> <glossdef> - <programlisting language="none"> <customer id="5"> + <programlisting language="xml"> <customer id="5"> ... <invoice customer="5" status="due">33,12</invoice></programlisting> </glossdef> @@ -933,7 +933,7 @@ public class Memo { constraint "customerId" of element "data"</glossterm> <glossdef> - <programlisting language="none"> <customer id="5"> + <programlisting language="xml"> <customer id="5"> <name>Clarke Jefferson</name> </customer> @@ -948,7 +948,7 @@ public class Memo { for identity constraint of element 'data'</glossterm> <glossdef> - <programlisting language="none"> <customer id="5"> + <programlisting language="xml"> <customer id="5"> <name>Clarke Jefferson</name> </customer> -- GitLab