Changeset 7817 for trunk/Wsp_Modeling/es/content/xEdition/core.xed.xml
- Timestamp:
- 12/19/06 18:27:30 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/xEdition/core.xed.xml
r7197 r7817 68 68 </attribute> 69 69 <attribute se:bind="attribute" se:name="targetPrefix" se:mandat="true"> 70 <wordsInput notnull="true" trim="true" validRegExp="^[a-zA-Z0-9 _À-ÿ:\\\/.&$-]+$" autocompleteProviderXPath="../../xul:wspInputHistoryProvider[@code='targetPrefix']"/>70 <wordsInput notnull="true" trim="true" validRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="../../xul:wspInputHistoryProvider[@code='targetPrefix']"/> 71 71 </attribute> 72 72 <attribute se:bind="attribute" se:name="code" se:mandat="true"> 73 <wordsInput notnull="true" trim="true" filterRegExp="^[a-zA-Z0-9]+$"/> 73 <wordsInput notnull="true" trim="true" validRegExp="^[a-zA-Z0-9]+$"/> 74 </attribute> 75 </atts> 76 </element> 77 <element se:id="sm:identificationWithExt" se:bind="element" se:name="sm:identification" se:card="1"> 78 <atts> 79 <wspInputHistoryProvider code="identifNamespace"/> 80 <wspInputHistoryProvider code="targetPrefix"/> 81 <attribute se:bind="attribute" se:name="targetNamespace" se:mandat="true"> 82 <wordsInput notnull="true" trim="true" validRegExp="^[a-zA-Z0-9_À-ÿ:\\\/.&$-]+$" autocompleteProviderXPath="../../xul:wspInputHistoryProvider[@code='identifNamespace']"/> 83 </attribute> 84 <attribute se:bind="attribute" se:name="targetPrefix" se:mandat="true"> 85 <wordsInput notnull="true" trim="true" validRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="../../xul:wspInputHistoryProvider[@code='targetPrefix']"/> 86 </attribute> 87 <attribute se:bind="attribute" se:name="code" se:mandat="true"> 88 <wordsInput notnull="true" trim="true" validRegExp="^[a-zA-Z0-9]+$"/> 89 </attribute> 90 <attribute se:bind="attribute" se:name="itemExtension" se:defaultvalue="xml" tooltiptext="Extension du fichier sans le point : 'module', 'etape'..."> 91 <wordsInput notnull="true" trim="true"/> 74 92 </attribute> 75 93 </atts>
Note: See TracChangeset
for help on using the changeset viewer.