Ignore:
Timestamp:
06/05/08 16:17:28 (4 years ago)
Author:
sam
Message:

passe sur les xed: ajout de frenchPonct="false" / validRegExp="..."

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/condition/freeCond/xml.xed.xml

    r10676 r11151  
    4949                        <atts> 
    5050                                <attribute se:bind="attribute" se:name="code" se:mandat="true"> 
    51                                         <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z][a-zA-Z0-9]*$" /> 
     51                                        <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z][a-zA-Z0-9]*$" frenchPonct="false"/> 
    5252                                </attribute> 
    5353                                <attribute se:bind="attribute" se:name="info"> 
     
    6565                                                        <atts> 
    6666                                                                <attribute se:bind="attribute" se:name="code" se:mandat="true"> 
    67                                                                         <wordsInput trim="true" notnull="true"/> 
     67                                                                        <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z][a-zA-Z0-9]*$" frenchPonct="false"/> 
    6868                                                                </attribute> 
    6969                                                                <!-- On autorise les attributs libres pour ajouter sur la valeur : racine="", codecomposant=""... --> 
    7070                                                                <attribute se:bind="attribute" se:show="ifExist"> 
    71                                                                         <wordsInput/> 
     71                                                                        <wordsInput frenchPonct="false"/> 
    7272                                                                </attribute> 
    7373                                                        </atts> 
Note: See TracChangeset for help on using the changeset viewer.