Ignore:
Timestamp:
03/04/07 19:58:08 (5 years ago)
Author:
sam
Message:

Ticket #164 - ajouter fixedString en cible des liens sm:WLink des compositionXhtmlTransf
sm:link contient maintenant sm:externalUrl/sm:fixedString

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/organisation/compositionXhtmlTransf/xml.xed.xml

    r8615 r8859  
    7676                 
    7777                <se:template se:id="atts_class"> 
    78                         <attribute se:bind="attribute" se:name="internalClass"> 
     78                        <attribute se:name="internalClass" se:bind="attribute"> 
    7979                                <wordsInput trim="true" notnull="true"/> 
    8080                        </attribute> 
    81                         <attribute se:bind="attribute" se:name="commonClass"> 
     81                        <attribute se:name="commonClass" se:bind="attribute"> 
    8282                                <wordsInput trim="true"/> 
    8383                        </attribute> 
    84                         <attribute se:bind="attribute" se:name="crossRefEntries"> 
     84                        <attribute se:name="crossRefEntries" se:bind="attribute"> 
    8585                                <wordsInput trim="true"/> 
    8686                        </attribute> 
    8787                </se:template> 
     88                 
     89                <element se:name="sm:fixedString" se:id="sm:fixedString" se:bind="element" forcefilled="true"> 
     90                        <atts> 
     91                                <attribute se:bind="attribute" se:name="value"> 
     92                                        <wordsInput/> 
     93                                </attribute> 
     94                        </atts> 
     95                </element> 
     96                 
     97                <element se:name="sm:externalUrl" se:id="sm:externalUrl" se:bind="element" insert="collapsed"> 
     98                        <childs> 
     99                                <se:ref se:refid="sm:fixedString"/> 
     100                        </childs> 
     101                </element> 
    88102                 
    89103                <element se:id="sm:title_Fix" se:name="sm:title" se:bind="element"> 
     
    218232                        <childs> 
    219233                                <se:choice se:id="choiceLabel_Ctx" se:card="*" se:show="ifExist"> 
    220                                         <element se:name="sm:fixedString" se:id="sm:fixedString" se:bind="element" forcefilled="true"> 
    221                                                 <atts> 
    222                                                         <attribute se:bind="attribute" se:name="value"> 
    223                                                                 <wordsInput/> 
    224                                                         </attribute> 
    225                                                 </atts> 
    226                                         </element> 
     234                                        <se:ref se:refid="sm:fixedString"/> 
    227235                                        <se:ref se:refid="sm:title_Ctx"/> 
    228236                                        <se:ref se:refid="sm:callSubModel"/> 
     
    374382                                                                        </atts> 
    375383                                                                </element> 
     384                                                                <se:ref se:refid="sm:externalUrl"/> 
    376385                                                        </alternative> 
    377386                                                </childs> 
     
    751760                                                                <se:ref se:refid="sm:callCompositionMeta" insert="collapsed"/> 
    752761                                                                <se:ref se:refid="sm:callModel" insert="collapsed"/> 
     762                                                                <se:ref se:refid="sm:externalUrl"/> 
    753763                                                        </alternative> 
    754764                                                </childs> 
Note: See TracChangeset for help on using the changeset viewer.