<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body style="font-family:Segoe UI,Verdana,Arial,sans-serif;"
    alink="#EE0000" bgcolor="#FFFFFF" link="#0000EE" text="#000000"
    vlink="#551A8B">
    <div class="moz-cite-prefix">
      <p>Hello,</p>
    </div>
    <blockquote class=" cite" id="mid_560BB0CF_2000609_alkacon_com"
      cite="mid:560BB0CF.2000609@alkacon.com" type="cite">
      <p><small>could you provide a content type schema that triggers
          this issue. Or point out a type wihtin the demo template that
          causes it?</small></p>
    </blockquote>
    <p>of course. Choosing a simpler one with no nested schemas. But
      showing the behaviour as well.<br>
    </p>
    <p>Thanks,<br>
      Thorsten<br>
      <br>
    </p>
    <tt><b>download.xsd</b><br>
    </tt><tt><br>
      <xsd:schema xmlns:xsd=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XMLSchema">"http://www.w3.org/2001/XMLSchema"</a>
      elementFormDefault="qualified"><br>
      <br>
          <xsd:include
      schemaLocation="opencms://opencms-xmlcontent.xsd"/><br>
      <br>
          <xsd:element name="FueDownloads"
      type="OpenCmsFueDownloads"/><br>
      <br>
          <xsd:complexType name="OpenCmsFueDownloads"><br>
              <xsd:sequence><br>
                  <xsd:element name="FueDownload"
      type="OpenCmsFueDownload" minOccurs="0" maxOccurs="unbounded"
      /><br>
              </xsd:sequence><br>
          </xsd:complexType><br>
      <br>
          <xsd:complexType name="OpenCmsFueDownload"><br>
              <xsd:sequence><br>
                  <xsd:element name="Title" type="OpenCmsString"
      /><br>
                  <xsd:element name="File" type="OpenCmsVfsFile"
      /><br>
                  <xsd:element name="Category" type="OpenCmsCategory"
      /><br>
                  <xsd:element name="Priority" type="OpenCmsString"
      /><br>
                  <xsd:element name="Description" type="OpenCmsHtml"
      /><br>
                  <xsd:element name="Created" type="OpenCmsDateTime"
      /><br>
                  <xsd:element name="Preview" type="OpenCmsVfsImage"
      /><br>
              </xsd:sequence><br>
              <xsd:attribute name="language" type="OpenCmsLocale"
      use="optional" /><br>
          </xsd:complexType><br>
      <br>
          <xsd:annotation><br>
              <xsd:appinfo><br>
                  <resourcebundle
      name="de.regiogmbh.fue.opencms.template.schemas" /><br>
                  <preview uri="${previewtempfile}" /><br>
                  <mappings><br>
                      <mapping element="Title" mapto="property:Title"
      /><br>
                      <mapping element="Created"
      mapto="attribute:datereleased" /><br>
                  </mappings><br>
                  <layouts><br>
                      <layout element="Description"
      widget="HtmlWidget"
      configuration="source,link,image,anchor,formatselect,style,table,imagegallery,downloadgallery,hidebuttons:underline;subscript;superscript;justify;anchor;blockquote;print;fitwindow,height:400px,css:/system/modules/de.regiogmbh.fue.opencms.template/resources/css/bootstrap.min.css"
      /><br>
                      <layout element="Preview"
      widget="VfsImageWidget"
      configuration="{useformat:false,usedescription:false}" /><br>
                  </layouts><br>
                  <validationrules /><br>
                  <defaults><br>
                      <default element="Created"
      value="%(currenttime)" /><br>
                  </defaults><br>
                  <searchsettings containerPageOnly="false"><br>
                      <searchsetting element="Title"
      searchcontent="false"><br>
                          <solrfield targetfield="sorttitle"
      sourcefield="*_s" /><br>
                      </searchsetting><br>
                      <searchsetting element="Priority"
      searchcontent="false"><br>
                          <solrfield targetfield="priority"
      sourcefield="*_sint" /><br>
                      </searchsetting><br>
                      <searchsetting element="Category"
      searchcontent="false"><br>
                          <solrfield targetfield="category"
      sourcefield="*_s" /><br>
                      </searchsetting><br>
                      <searchsetting element="Created"
      searchcontent="false"><br>
                          <solrfield targetfield="uploaddate"
      sourcefield="*_dt" /><br>
                      </searchsetting><br>
                  </searchsettings><br>
              </xsd:appinfo><br>
          </xsd:annotation><br>
      </xsd:schema></tt><tt><br>
    </tt>
  </body>
</html>