diff --git a/Doc/Sda1/xmlschema.xml b/Doc/Sda1/xmlschema.xml index 574a6731acc7342be13b05145d9968363427c0bb..12f68699fadb6bac882dae74569e6c13a665360a 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>