- Timestamp:
- 03/04/07 19:58:08 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/organisation/compositionXhtmlTransf/xml.xed.xml
r8615 r8859 76 76 77 77 <se:template se:id="atts_class"> 78 <attribute se: bind="attribute" se:name="internalClass">78 <attribute se:name="internalClass" se:bind="attribute"> 79 79 <wordsInput trim="true" notnull="true"/> 80 80 </attribute> 81 <attribute se: bind="attribute" se:name="commonClass">81 <attribute se:name="commonClass" se:bind="attribute"> 82 82 <wordsInput trim="true"/> 83 83 </attribute> 84 <attribute se: bind="attribute" se:name="crossRefEntries">84 <attribute se:name="crossRefEntries" se:bind="attribute"> 85 85 <wordsInput trim="true"/> 86 86 </attribute> 87 87 </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> 88 102 89 103 <element se:id="sm:title_Fix" se:name="sm:title" se:bind="element"> … … 218 232 <childs> 219 233 <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"/> 227 235 <se:ref se:refid="sm:title_Ctx"/> 228 236 <se:ref se:refid="sm:callSubModel"/> … … 374 382 </atts> 375 383 </element> 384 <se:ref se:refid="sm:externalUrl"/> 376 385 </alternative> 377 386 </childs> … … 751 760 <se:ref se:refid="sm:callCompositionMeta" insert="collapsed"/> 752 761 <se:ref se:refid="sm:callModel" insert="collapsed"/> 762 <se:ref se:refid="sm:externalUrl"/> 753 763 </alternative> 754 764 </childs>
Note: See TracChangeset
for help on using the changeset viewer.