- Timestamp:
- 02/14/07 10:59:04 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/transf/webSiteToWebSiteGenTransf/xml.xed.xml
r7733 r8599 48 48 49 49 <se:lib> 50 51 <attribute se:id="att_axis" se:bind="attribute" se:name="axis"> 52 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 53 </attribute> 54 50 55 <se:template se:id="atts_Class"> 51 56 <attribute se:name="internalClass" se:bind="attribute"> … … 68 73 <xmlview se:bind="document"> 69 74 <wspInputHistoryProvider code="axisXhtml" id="axis"/> 70 <element insert="collapsed" se:bind="element" se:name="sm:webSiteToWebSiteGenTransf" se:declareNs="sc sm">75 <element se:name="sm:webSiteToWebSiteGenTransf" insert="collapsed" se:bind="element" se:declareNs="sc sm"> 71 76 <atts> 72 <attribute se: bind="attribute" se:name="info">77 <attribute se:name="info" se:bind="attribute"> 73 78 <wordsInput trim="true"/> 74 79 </attribute> 75 80 </atts> 76 81 <childs> 77 <element se: bind="element" se:name="sm:model">82 <element se:name="sm:model" se:bind="element"> 78 83 <atts> 79 <ptritem se: bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*#Class\b.*"/>84 <ptritem se:attributes="sc:refUri" se:bind="plugin" class="xmlview" notnull="true" regexpSgn=".*#Class\b.*"/> 80 85 </atts> 81 86 </element> 82 87 <element se:name="sm:axis" se:bind="element" se:card="?"> 83 88 <atts> 84 <attribute se: bind="attribute" se:name="code">89 <attribute se:name="code" se:bind="attribute"> 85 90 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 86 91 </attribute> 87 92 </atts> 88 93 </element> 89 <element se: bind="element" se:name="sm:generatorToCall">94 <element se:name="sm:generatorToCall" se:bind="element"> 90 95 <atts> 91 <ptritem se: bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*@sm_webSiteGenerator\b.*"/>96 <ptritem se:attributes="sc:refUri" se:bind="plugin" class="xmlview" notnull="true" regexpSgn=".*@sm_webSiteGenerator\b.*"/> 92 97 </atts> 93 98 </element> 94 99 <alternative se:bind="choice"> 95 <element se: bind="element" se:name="sm:xhtmlContent" insert="collapsed">100 <element se:name="sm:xhtmlContent" se:bind="element" insert="collapsed"> 96 101 <childs> 97 102 <se:choice se:id="content_choice" se:card="*" se:show="ifExist"> … … 127 132 </choiceInput> 128 133 </attribute> 129 <attribute se:name="axis" se:bind="attribute"> 130 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 131 </attribute> 134 <se:ref se:refid="att_axis"/> 132 135 </atts> 133 136 </element> … … 143 146 <element se:id="sm:callModelMeta" se:name="sm:callModelMeta" se:bind="element" forcefilled="true"> 144 147 <atts> 145 <attribute se:name="axis" se:bind="attribute"> 146 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 147 </attribute> 148 <se:ref se:refid="att_axis"/> 148 149 </atts> 149 150 </element> 150 151 <element se:id="sm:callModel" se:name="sm:callModel" se:bind="element" forcefilled="true"> 151 152 <childs> 152 <alternative se:bind="choice">153 <alternativeAlone se:bind="choice"> 153 154 <element se:name="sm:root" se:bind="element" forcefilled="true"> 154 155 <atts> 155 <attribute se:name="axis" se:bind="attribute" se:mandat="true"> 156 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 156 <se:ref se:refid="att_axis"/> 157 </atts> 158 </element> 159 <element se:name="sm:current" se:bind="element" forcefilled="true"> 160 <atts> 161 <se:ref se:refid="att_axis"/> 162 </atts> 163 </element> 164 <element se:name="sm:lookForAscendants" se:bind="element" forcefilled="true"> 165 <atts> 166 <attribute se:bind="attribute" se:name="direction" se:defaultvalue="currentToRoot"> 167 <choiceInput> 168 <ciItem label="currentToRoot"/> 169 <ciItem label="rootToCurrent"/> 170 </choiceInput> 157 171 </attribute> 158 </atts> 159 </element> 160 <element se:name="sm:current" se:bind="element" forcefilled="true"> 161 <atts> 162 <attribute se:name="axis" se:bind="attribute" se:mandat="true"> 163 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 164 </attribute> 165 </atts> 172 <se:ref se:refid="att_axis"/> 173 </atts> 174 <childs> 175 <element se:name="sm:callableModel" se:bind="element" se:card="+"> 176 <atts> 177 <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*#Class\b[\w:]*:Content.*"/> 178 </atts> 179 </element> 180 <insert se:bind="current"/> 181 </childs> 166 182 </element> 167 183 <element se:name="sm:agentPath" se:bind="element" forcefilled="true"> … … 180 196 </childs> 181 197 </element> 182 </alternative >198 </alternativeAlone> 183 199 </childs> 184 200 </element>
Note: See TracChangeset
for help on using the changeset viewer.