Show
Ignore:
Timestamp:
02.07.2007 15:31:01 (3 years ago)
Author:
anp
Message:

ajout de sm:choose dans binaryOdTransf

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/resources/binaryOdTransf/xml.xed.xml

    r8628 r9305  
    257257                                                                </childs> 
    258258                                                        </element> 
     259                                                        <!-- choose --> 
     260                                                        <element se:name="sm:choose" se:bind="element"> 
     261                                                                <childs> 
     262                                                                        <element se:name="sm:when" se:bind="element" se:card="+"> 
     263                                                                                <atts> 
     264                                                                                        <!--  
     265                                                                                        <attribute se:name="codes" se:bind="attribute" tooltiptext="Codes des 'sm:part' séparés par des espaces"> 
     266                                                                                                <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$"/> 
     267                                                                                        </attribute> 
     268                                                                                         --> 
     269                                                                                        <attribute se:name="xpath" se:bind="attribute" tooltiptext="Expression XPath libre"> 
     270                                                                                                <wordsInput trim="true" frenchPonct="false"/> 
     271                                                                                        </attribute> 
     272                                                                                </atts> 
     273                                                                                <childs> 
     274                                                                                        <se:ref se:refid="content_choice"/> 
     275                                                                                        <insert se:bind="current"/> 
     276                                                                                </childs> 
     277                                                                        </element> 
     278                                                                        <element se:name="sm:otherwise" se:bind="element" se:card="?" insert="true"> 
     279                                                                                <childs> 
     280                                                                                        <se:ref se:refid="content_choice"/> 
     281                                                                                        <insert se:bind="current"/> 
     282                                                                                </childs> 
     283                                                                        </element> 
     284                                                                </childs> 
     285                                                        </element> 
    259286                                                </se:choice> 
    260287                                                <insert se:bind="current"/>