Ignore:
Timestamp:
06/05/08 11:03:38 (4 years ago)
Author:
anp
Message:

genOd : Ajout de sm:callModel/sm:lookForAscendants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_ModelingAssmnt/es/content/xEdition/commonOdTransf.xed.xml

    r10766 r11143  
    107107                        <childs> 
    108108                                <alternative se:bind="choice"> 
    109                                         <element se:name="sm:root" se:bind="element" forcefilled="true"> 
     109                                        <element se:name="sm:root" se:bind="element" forcefilled="true" insert="collapsed"> 
    110110                                                <atts> 
    111111                                                        <attribute se:bind="attribute" se:name="axis" se:mandat="true"> 
     
    114114                                                </atts> 
    115115                                        </element> 
    116                                         <element se:name="sm:current" se:bind="element" forcefilled="true"> 
     116                                        <element se:name="sm:current" se:bind="element" forcefilled="true" insert="collapsed"> 
    117117                                                <atts> 
    118118                                                        <attribute se:bind="attribute" se:name="axis" se:mandat="true"> 
     
    121121                                                </atts> 
    122122                                        </element> 
    123                                         <element se:name="sm:agentPath" se:bind="element" forcefilled="true"> 
     123                                        <element se:name="sm:lookForAscendants" se:bind="element" forcefilled="true" insert="collapsed"> 
     124                                                <atts> 
     125                                                        <attribute se:bind="attribute" se:name="direction" se:defaultvalue="currentToRoot"> 
     126                                                                <choiceInput> 
     127                                                                        <ciItem label="currentToRoot"/> 
     128                                                                        <ciItem label="rootToCurrent"/> 
     129                                                                </choiceInput> 
     130                                                        </attribute> 
     131                                                        <attribute se:bind="attribute" se:name="axis" se:mandat="true"> 
     132                                                                <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 
     133                                                        </attribute> 
     134                                                </atts> 
     135                                                <childs> 
     136                                                        <element se:name="sm:callableModel" se:bind="element" se:card="+"> 
     137                                                                <atts> 
     138                                                                        <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*#Class\b[\w:]*:Content.*"/> 
     139                                                                </atts> 
     140                                                        </element> 
     141                                                        <insert se:bind="current"/> 
     142                                                </childs> 
     143                                        </element> 
     144                                        <element se:name="sm:agentPath" se:bind="element" forcefilled="true" insert="collapsed"> 
    124145                                                <atts> 
    125146                                                        <attribute se:bind="attribute" se:name="path" se:mandat="true" se:defaultvalue="/@@"> 
Note: See TracChangeset for help on using the changeset viewer.