diff --git a/XmlCross/xmlcross.xml b/XmlCross/xmlcross.xml
index 2c06db3e530dc65c4d555a1deba06025b2825be1..db7da594d7042e48e8bc4e57d4ba0f37f937da2d 100644
--- a/XmlCross/xmlcross.xml
+++ b/XmlCross/xmlcross.xml
@@ -2445,6 +2445,26 @@ xmlns="http://docbook.org/ns/docbook">
         <title>Go on ...</title>
         <paragraph lang="de">Hier kommt noch etwas.</paragraph>
     </chapter>
+
+    <chapter>
+        <title>Complex examples</title>
+        <itemizedlist>
+            <listitem>
+                <paragraph lang="es"/>
+            </listitem>
+            <listitem>
+                <itemizedlist>
+                    <listitem>
+                        <paragraph>One</paragraph>
+                    </listitem>
+                    <listitem>
+                        <paragraph>Two</paragraph>
+                        <paragraph>Two and more</paragraph>
+                    </listitem>
+                </itemizedlist>
+            </listitem>
+        </itemizedlist>
+    </chapter>
 &lt;/book&gt;</programlisting>
 
             <para>The following rules shall be obeyed:</para>
@@ -2463,8 +2483,8 @@ xmlns="http://docbook.org/ns/docbook"&gt;
               <listitem>
                 <para>Each <tag class="starttag">chapter</tag> has (exactly
                 one) a <tag class="starttag">title</tag> which is being
-                followed by at least one <tag
-                class="starttag">paragraph</tag>.</para>
+                followed by at least one <tag class="starttag">paragraph</tag>
+                or <tag class="starttag">itemizedlist</tag>.</para>
               </listitem>
 
               <listitem>
@@ -2481,6 +2501,18 @@ xmlns="http://docbook.org/ns/docbook"&gt;
                 Use the data type <code
                 xlink:href="http://www.kohsuke.org/relaxng/shorthand/ShortRNG.html#IDAPBSS">NMTOKEN</code>.</para>
               </listitem>
+
+              <listitem>
+                <para><tag class="starttag">itemizedlist</tag> elements
+                consist of at least one <tag class="starttag">listitem</tag>
+                element.</para>
+              </listitem>
+
+              <listitem>
+                <para><tag class="starttag">listitem</tag> elements consist of
+                least one <tag class="starttag">paragraph</tag> or <tag
+                class="starttag">itemizedlist</tag>.</para>
+              </listitem>
             </itemizedlist>
 
             <para>You may want to start from the following file