<div>Hi, all,<br><br>I defined a document schema file, and add the following mappingŁ¬ but when i check in the file list, non of the documents contain the realeased date. Why?<br><br><span style="font-weight: bold;">the definitions:</span><br><span style="background-color: rgb(255, 255, 255);"><xsd:complexType name="OpenCmsVideoDocument"></span><br style="background-color: rgb(255, 255, 255);"><span style="background-color: rgb(255, 255, 255);">    <xsd:sequence></span><br style="background-color: rgb(255, 255, 255);"><span style="background-color: rgb(255, 255, 255);">        <!--  some other attributes --></span><br style="background-color: rgb(255, 255, 255);"><span style="background-color: rgb(255, 255, 255);">        </span><span style="font-weight: bold; background-color: rgb(255, 255, 255);"><xsd:element name="<span style="color: rgb(0, 0, 255);">Date</span>" type="OpenCmsDateTime" minOccurs="1" maxOccurs="1"/></span><br style="background-color: rgb(255, 255, 255);"><span style="background-color: rgb(255, 255, 255);">        <xsd:element name="URL" type="OpenCmsString" minOccurs="1" maxOccurs="1"/></span><br style="background-color: rgb(255, 255, 255);"><span style="background-color: rgb(255, 255, 255);">        <!--  some other attributes --></span><br style="background-color: rgb(255, 255, 255);"><span style="background-color: rgb(255, 255, 255);">    </xsd:sequence></span><br style="background-color: rgb(255, 255, 255);"><span style="background-color: rgb(255, 255, 255);">    <xsd:attribute name="language" type="OpenCmsLocale" use="required"/></span><br style="background-color: rgb(255, 255, 255);"><span style="background-color: rgb(255, 255, 255);"></xsd:complexType></span><br><br><span style="font-weight: bold;">the mappings:</span><br><mappings><br>    <!-- some other mapping --><br>    <mapping element="Keywords" mapto="property:Keywords"/><br>    <span style="font-weight: bold;"><mapping element="<span style="color: rgb(0, 0, 255);">Date</span>" mapto="property:datereleased"/></span><br></mappings><br><br><br>Thanks.<br><br>Fantasy<br><br></div>