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

genOd : Ajout de sm:callModel/sm:lookForAscendants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/xEdition/coreOd.xed.xml

    r10812 r11144  
    357357                        <childs> 
    358358                                <alternative se:bind="choice"> 
    359                                         <element se:name="sm:root" se:bind="element" forcefilled="true"> 
     359                                        <element se:name="sm:root" se:bind="element" forcefilled="true" insert="collapsed"> 
    360360                                                <atts> 
    361361                                                        <attribute se:bind="attribute" se:name="axis" se:mandat="true"> 
     
    364364                                                </atts> 
    365365                                        </element> 
    366                                         <element se:name="sm:current" se:bind="element" forcefilled="true"> 
     366                                        <element se:name="sm:current" se:bind="element" forcefilled="true"  insert="collapsed"> 
    367367                                                <atts> 
    368368                                                        <attribute se:bind="attribute" se:name="axis" se:mandat="true"> 
     
    371371                                                </atts> 
    372372                                        </element> 
    373                                         <element se:name="sm:agentPath" se:bind="element" forcefilled="true"> 
     373                                        <element se:name="sm:lookForAscendants" se:bind="element" forcefilled="true" insert="collapsed"> 
     374                                                <atts> 
     375                                                        <attribute se:bind="attribute" se:name="direction" se:defaultvalue="currentToRoot"> 
     376                                                                <choiceInput> 
     377                                                                        <ciItem label="currentToRoot"/> 
     378                                                                        <ciItem label="rootToCurrent"/> 
     379                                                                </choiceInput> 
     380                                                        </attribute> 
     381                                                        <attribute se:bind="attribute" se:name="axis" se:mandat="true"> 
     382                                                                <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 
     383                                                        </attribute> 
     384                                                </atts> 
     385                                                <childs> 
     386                                                        <element se:name="sm:callableModel" se:bind="element" se:card="+"> 
     387                                                                <atts> 
     388                                                                        <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*#Class\b[\w:]*:Content.*"/> 
     389                                                                </atts> 
     390                                                        </element> 
     391                                                        <insert se:bind="current"/> 
     392                                                </childs> 
     393                                        </element> 
     394                                        <element se:name="sm:agentPath" se:bind="element" forcefilled="true" insert="collapsed"> 
    374395                                                <atts> 
    375396                                                        <attribute se:bind="attribute" se:name="path" se:mandat="true" se:defaultvalue="/@@"> 
Note: See TracChangeset for help on using the changeset viewer.