[EMAIL PROTECTED] dijo:

wd:selection-list need to be outside the <wd:datatype>

>               <wd:field id="Sex">
>                       <wd:label>Geslacht</wd:label>
>                       <wd:datatype base="string">

change to:
    <wd:datatype base="string"/>
>                               <wd:selection-list>
>                                       <wd:item value="Male">
>                                               <wd:label>Man</wd:label>
>                                       </wd:item>
>                                       <wd:item value="Female">
>                                               <wd:label>Vrouw</wd:label>
>                                       </wd:item>
>                                       <wd:item value="Unknown">
>
> <wd:label>onbekend</wd:label>
>                                       </wd:item>
>                               </wd:selection-list>

remove the next line:
>                       </wd:datatype>
>               </wd:field>


Best Regards,

Antonio Gallardo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to