[opencms-dev] Error on an index search

Marco Arata marco.arata at eng.it
Tue Jun 24 18:29:17 CEST 2008


Hi all,
 
I'm trying to configure an index search on a nested content attribute 
(see code below). It seems not to work properly.
 
Can you help me?
 
Thanks. 
 
 
Marco.

<xsd:complexType name="OpenCmsNormativa">
        <xsd:sequence>
             ...
             <!-- Attributi navigazione tematica -->
             <xsd:element name="NavigationCombo"  type="OpenCmsString" 
/>                       
             <xsd:element name="*AreaTematicaSelector"*  
type="*OpenCmsAreaTematicaSelector*" minOccurs="1" maxOccurs="unbounded"/>
             <xsd:element name="CategorieCombo"  type="OpenCmsString" 
minOccurs="0" maxOccurs="unbounded"/>
             ...               
        </xsd:sequence>
        ...
</xsd:complexType> 


<xsd:annotation>
        <xsd:appinfo>
            <resourcebundle 
name="it.eng.opencms.exoportal.normativa.workplace"/>
            <preview uri="${previewtempfile}" />
            <mappings>
                ...
                <mapping element="AreaTematicaSelector" 
mapto="item:AreaTematicaSelector" />
                ...
            </mappings>
          </xsd:appinfo>
</xsd:annotation>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20080624/6a7e21ef/attachment.htm>


More information about the opencms-dev mailing list