Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ezfit:solutions_guide:xml_format_and_parameters [2009/08/26 16:14]
smayr
ezfit:solutions_guide:xml_format_and_parameters [2009/12/01 17:35] (current)
ajdavis
Line 46: Line 46:
 </tbody></table> </tbody></table>
 </html> </html>
- 
 === Element Descriptions and Attributes === === Element Descriptions and Attributes ===
 <html> <html>
Line 102: Line 101:
     <td>Code=&quot;<em>CircuitCode</em> <em>AdjName</em>&quot;</td>     <td>Code=&quot;<em>CircuitCode</em> <em>AdjName</em>&quot;</td>
     <td>Container for serveral adjustments. <em>CircuitCode</em> must the the      <td>Container for serveral adjustments. <em>CircuitCode</em> must the the 
-      same code defined in &lt;CIRCUIT&gt;. <em>AjdName</em> can be any string +      same code defined in &lt;CIRCUIT&gt;. <em>AdjName</em> can be any string 
       that best describes the adjustment.</td>       that best describes the adjustment.</td>
  
Line 117: Line 116:
     <td> Row=&quot;<em>RowNumber</em>&quot; </td>     <td> Row=&quot;<em>RowNumber</em>&quot; </td>
     <td>Row (order) where to display it. Row numbering starts with 0. Eg: Row=&quot;0&quot;</td>     <td>Row (order) where to display it. Row numbering starts with 0. Eg: Row=&quot;0&quot;</td>
 +  </tr>
 +
 +  <tr valign="top"> 
 +    <td>&nbsp;</td>
 +    <td> Steps=&quot;<em>NumSteps</em>&quot; </td>
 +    <td>The number of time(s) to apply a step before moving to the next one.</td>
   </tr>   </tr>
  
Line 143: Line 148:
     </td>     </td>
   </tr>   </tr>
 +
   <tr valign="top">    <tr valign="top"> 
     <td>&nbsp;</td>     <td>&nbsp;</td>
Line 630: Line 636:
 <code><span style="font: 10pt Courier New;"><span class="pas1-symbol">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; <code><span style="font: 10pt Courier New;"><span class="pas1-symbol">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;PROJECT&gt; &lt;PROJECT&gt;
- &lt;languages&gt; +   <font color="#ff0000">&lt;languages&gt; 
- &lt;lang id=&quot;en&quot; name=&quot;English (US)&quot;&gt;English&lt;/lang&gt; + &lt;lang id=&quot;en&quot; name=&quot;English (US)&quot;&gt;English&lt;/lang&gt; 
- &lt;lang id=&quot;fr&quot; name=&quot;French&quot;&gt;Fran&ccedil;ais&lt;/lang&gt; + &lt;lang id=&quot;fr&quot; name=&quot;French&quot;&gt;Fran&ccedil;ais&lt;/lang&gt; 
- &lt;lang id=&quot;pt&quot; name=&quot;Portuguese&quot;&gt;Portugu&ecirc;s&lt;/lang&gt; + &lt;lang id=&quot;pt&quot; name=&quot;Portuguese&quot;&gt;Portugu&ecirc;s&lt;/lang&gt; 
- &lt;lang id=&quot;es&quot; name=&quot;Spanish&quot;&gt;Espa&ntilde;ol&lt;/lang&gt; + &lt;lang id=&quot;es&quot; name=&quot;Spanish&quot;&gt;Espa&ntilde;ol&lt;/lang&gt; 
- &lt;lang id=&quot;da&quot; name=&quot;Danish&quot;&gt;Dansk&lt;/lang&gt; + &lt;lang id=&quot;da&quot; name=&quot;Danish&quot;&gt;Dansk&lt;/lang&gt; 
- &lt;lang id=&quot;tr&quot; name=&quot;Turkish&quot;&gt;T&uuml;rk&ccedil;e&lt;/lang&gt; + &lt;lang id=&quot;tr&quot; name=&quot;Turkish&quot;&gt;T&uuml;rk&ccedil;e&lt;/lang&gt; 
- &lt;lang id=&quot;ru&quot; name=&quot;Russian&quot;&gt;??????&lt;/lang&gt; + &lt;lang id=&quot;ru&quot; name=&quot;Russian&quot;&gt;??????&lt;/lang&gt; 
- &lt;lang id=&quot;cn&quot; name=&quot;Chinese (Mandarin)&quot;&gt;??&lt;/lang&gt; + &lt;lang id=&quot;cn&quot; name=&quot;Chinese (Mandarin)&quot;&gt;??&lt;/lang&gt; 
- &lt;/languages&gt;+   &lt;/languages&gt;</font>
    &lt;CIRCUIT Code=&quot;circuitcode&quot; Title=&quot;Instrument Model: intrument model&quot;&gt;    &lt;CIRCUIT Code=&quot;circuitcode&quot; Title=&quot;Instrument Model: intrument model&quot;&gt;
 +      <font color="#ff0000">
       &lt;native&gt;Instrument Model: intrument model&lt;/native&gt;       &lt;native&gt;Instrument Model: intrument model&lt;/native&gt;
       &lt;lang id=&quot;es&quot;&gt;Modelo de Aud&iacute;fono: Model de Aud&iacute;fono&lt;/lang&gt;       &lt;lang id=&quot;es&quot;&gt;Modelo de Aud&iacute;fono: Model de Aud&iacute;fono&lt;/lang&gt;
 +      &lt;lang id=&quot;fr&quot;&gt;...&lt;/lang&gt;
 +      ...
 +      </font>
       &lt;ISSUES Title=&quot;Subtitle 1&quot;&gt;       &lt;ISSUES Title=&quot;Subtitle 1&quot;&gt;
 +        <font color="#ff0000">
         &lt;native&gt;Subtitle 1&lt;/native&gt;         &lt;native&gt;Subtitle 1&lt;/native&gt;
         &lt;lang id=&quot;es&quot;&gt;Subt&iacute;tulo 1&lt;/lang&gt;         &lt;lang id=&quot;es&quot;&gt;Subt&iacute;tulo 1&lt;/lang&gt;
 +        &lt;lang id=&quot;fr&quot;&gt;...&lt;/lang&gt;
 +        ...
 +        </font>
         &lt;ISSUE Title=&quot;Subtitle A </span><span class="pas1-reservedword">of</span><span class="pas1-space"> Subtitle 1&quot;&gt;         &lt;ISSUE Title=&quot;Subtitle A </span><span class="pas1-reservedword">of</span><span class="pas1-space"> Subtitle 1&quot;&gt;
 +           <font color="#ff0000">
            &lt;native&gt;Subtitle A </span><span class="pas1-reservedword">of</span><span class="pas1-space"> Subtitle 1&lt;/native&gt;            &lt;native&gt;Subtitle A </span><span class="pas1-reservedword">of</span><span class="pas1-space"> Subtitle 1&lt;/native&gt;
            &lt;lang id=&quot;es&quot;&gt;Subt&iacute;tulo A de Subt&iacute;tulo 1&lt;/lang&gt;            &lt;lang id=&quot;es&quot;&gt;Subt&iacute;tulo A de Subt&iacute;tulo 1&lt;/lang&gt;
 +           &lt;lang id=&quot;fr&quot;&gt;...&lt;/lang&gt;
 +           ...
 +           </font>
            &lt;ADJUSTMENTS Code=&quot;circuitcode Adjustments </span><span class="pas1-reservedword">Set</span><span class="pas1-space"> I&quot;&gt;            &lt;ADJUSTMENTS Code=&quot;circuitcode Adjustments </span><span class="pas1-reservedword">Set</span><span class="pas1-space"> I&quot;&gt;
 +             <font color="#ff0000">
              &lt;native&gt;Adjustments </span><span class="pas1-reservedword">Set</span><span class="pas1-space"> I&lt;/native&gt;              &lt;native&gt;Adjustments </span><span class="pas1-reservedword">Set</span><span class="pas1-space"> I&lt;/native&gt;
              &lt;lang id=&quot;es&quot;&gt;Ajuste Conjunto I&lt;/lang&gt;              &lt;lang id=&quot;es&quot;&gt;Ajuste Conjunto I&lt;/lang&gt;
 +             &lt;lang id=&quot;fr&quot;&gt;...&lt;/lang&gt;
 +             ...
 +             </font>
              &lt;ADJUSTMENT Row=&quot;0&quot; Action=&quot;Y&quot; Title=&quot;Action Description&quot; &gt;              &lt;ADJUSTMENT Row=&quot;0&quot; Action=&quot;Y&quot; Title=&quot;Action Description&quot; &gt;
 +               <font color="#ff0000">
                &lt;native&gt;Action Description&lt;/native&gt;                &lt;native&gt;Action Description&lt;/native&gt;
                &lt;lang id=&quot;es&quot;&gt;Descripci&oacute;n de Accci&oacute;n&lt;/lang&gt;                &lt;lang id=&quot;es&quot;&gt;Descripci&oacute;n de Accci&oacute;n&lt;/lang&gt;
 +               &lt;lang id=&quot;fr&quot;&gt;...&lt;/lang&gt;
 +               ...
 +               </font>
            &lt;/ADJUSTMENTS&gt;            &lt;/ADJUSTMENTS&gt;
         &lt;/ISSUE&gt;         &lt;/ISSUE&gt;