Diferencia entre revisiones de «Referencia:Common XML tags and types»

De GeoGebra Manual
Saltar a: navegación, buscar
Línea 1: Línea 1:
El siguiente documento deriva de una modificación de la página de [http://sourceforge.net/projects/xs3p/ xs3p estilo]. Contiene definiciones de ''tags'' y tipos empleados tanto en archivos geogebra.xml como en los de ''macros'' geogebra_macro.xml; parte importante de [[Referencia:Formato_Archivo|GeoGebra file format]]. Para una breve introducción, se puede consultar la sección [[Referencia:XML|XML reference]].
+
El siguiente documento deriva de una modificación de la página de [http://sourceforge.net/projects/xs3p/ xs3p estilo]. Contiene definiciones de ''tags'' y Types empleados tanto en archivos geogebra.xml como en los de ''macros'' geogebra_macro.xml; parte importante de [[Referencia:Formato_Archivo|GeoGebra file format]]. Para una breve introducción, se puede consultar la sección [[Referencia:XML|XML reference]].
  
[[Categoría:Referencia|Common XML tags and types]]
+
[[Categoría:Referencia|Common XML tags and Types]]
  
 
==Declaraciones Globales==
 
==Declaraciones Globales==
Línea 9: Línea 9:
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
         <td>construction</td>
+
         <td>construcción</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Type</th>
+
         <th>Tipo</th>
         <td>Locally-defined complex type</td>
+
         <td>Locally-defined complex Type</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
Línea 21: Línea 21:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 27: Línea 27:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Element:_construction_xibox" class="contents">
+
       <div id="Element:_construcción_xibox" class="contents">
         <div style="margin-left: 0em">&lt;construction<div style="margin-left: 0.5em">title="xs:string [0..1]"</div>
+
         <div style="margin-left: 0em">&lt;construcción<div style="margin-left: 0.5em">title="xs:string [0..1]"</div>
 
             <div style="margin-left: 0.5em">author="xs:string [0..1]"</div>
 
             <div style="margin-left: 0.5em">author="xs:string [0..1]"</div>
 
             <div style="margin-left: 0.5em">date="xs:string [0..1]"</div>&gt; <br/>
 
             <div style="margin-left: 0.5em">date="xs:string [0..1]"</div>&gt; <br/>
 
             <div class="group" style="margin-left: 1.5em">Start [[Referencia:XML Glossary#Choice|Choice]] [0..*]</div>
 
             <div class="group" style="margin-left: 1.5em">Start [[Referencia:XML Glossary#Choice|Choice]] [0..*]</div>
             <div style="margin-left: 3em">&lt;command<div style="margin-left: 0.5em">name="xs:string [1]"</div>&gt;  [1]<br/>
+
             <div style="margin-left: 3em">&lt;command<div style="margin-left: 0.5em">Nombre ="xs:string [1]"</div>&gt;  [1]<br/>
               <div style="margin-left: 1.5em">&lt;input&gt; [[#Type:_ioType|ioType]] &lt;/input&gt; [1]</div>
+
               <div style="margin-left: 1.5em">&lt;input&gt; [[#Tipo:_ioTipo|ioTipo]] &lt;/input&gt; [1]</div>
               <div style="margin-left: 1.5em">&lt;output&gt; [[#Type:_ioType|ioType]] &lt;/output&gt; [1]</div>&lt;/command&gt;</div>
+
               <div style="margin-left: 1.5em">&lt;output&gt; [[#Tipo:_ioTipo|ioTipo]] &lt;/output&gt; [1]</div>&lt;/command&gt;</div>
 
             <div style="margin-left: 3em">&lt;[[#Element:_element|element]]&gt; ... &lt;/[[#Element:_element|element]]&gt; [1]</div>
 
             <div style="margin-left: 3em">&lt;[[#Element:_element|element]]&gt; ... &lt;/[[#Element:_element|element]]&gt; [1]</div>
 
             <div style="margin-left: 3em">&lt;expression<div style="margin-left: 0.5em">exp="xs:string [0..1]"</div>
 
             <div style="margin-left: 3em">&lt;expression<div style="margin-left: 0.5em">exp="xs:string [0..1]"</div>
 
               <div style="margin-left: 0.5em">label="xs:string [0..1]"</div>
 
               <div style="margin-left: 0.5em">label="xs:string [0..1]"</div>
               <div style="margin-left: 0.5em">type="[[#Type:_elType|elType]] [0..1]"</div>/&gt;  [1]</div>
+
               <div style="margin-left: 0.5em">Tipo="[[#Tipo:_elTipo|elTipo]] [0..1]"</div>/&gt;  [1]</div>
             <div style="margin-left: 1.5em">End Choice</div>&lt;/construction&gt;</div>
+
             <div style="margin-left: 1.5em">End Choice</div>&lt;/construcción&gt;</div>
 
       </div>
 
       </div>
 
   </div>
 
   </div>
Línea 47: Línea 47:
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>element</td>
 
         <td>element</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Type</th>
+
         <th>Tipo</th>
         <td>Locally-defined complex type</td>
+
         <td>Locally-defined complex Type</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
Línea 59: Línea 59:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
 
Subelements tooltipMode, javascript, ggbscript, sellectionAllowed and linkedGeo only available with GeoGebra &gt;= 4.0.
 
Subelements tooltipMode, javascript, ggbscript, sellectionAllowed and linkedGeo only available with GeoGebra &gt;= 4.0.
Línea 72: Línea 72:
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
 
       <div id="Element:_element_xibox" class="contents">
 
       <div id="Element:_element_xibox" class="contents">
         <div style="margin-left: 0em">&lt;element<div style="margin-left: 0.5em">type="[[#Type:_elType|elType]] [0..1]"</div>
+
         <div style="margin-left: 0em">&lt;element<div style="margin-left: 0.5em">Tipo="[[#Tipo:_elTipo|elTipo]] [0..1]"</div>
 
             <div style="margin-left: 0.5em">label="xs:string [0..1]"</div>&gt; <br/>
 
             <div style="margin-left: 0.5em">label="xs:string [0..1]"</div>&gt; <br/>
 
             <div style="margin-left: 1.5em">Start [[Referencia:XML Glossary#All|All]] [1]</div>
 
             <div style="margin-left: 1.5em">Start [[Referencia:XML Glossary#All|All]] [1]</div>
             <div style="margin-left: 3em">&lt;absoluteScreenLocation&gt; [[#Type:_xyCoords|xyCoords]] &lt;/absoluteScreenLocation&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;absoluteScreenLocation&gt; [[#Tipo:_xyCoords|xyCoords]] &lt;/absoluteScreenLocation&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;allowReflexAngle&gt; [[#Type:_boolVal|boolVal]] &lt;/allowReflexAngle&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;allowReflexAngle&gt; [[#Tipo:_boolVal|boolVal]] &lt;/allowReflexAngle&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;auxiliary&gt; [[#Type:_boolVal|boolVal]] &lt;/auxiliary&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;auxiliary&gt; [[#Tipo:_boolVal|boolVal]] &lt;/auxiliary&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;arcSize&gt; [[#Type:_intVal|intVal]] &lt;/arcSize&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;arcSize&gt; [[#Tipo:_intVal|intVal]] &lt;/arcSize&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;animation&gt; [[#Type:_animation|animation]] &lt;/animation&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;animation&gt; [[#Tipo:_animation|animation]] &lt;/animation&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;caption&gt; [[#Type:_stringVal|stringVal]] &lt;/caption&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;caption&gt; [[#Tipo:_stringVal|stringVal]] &lt;/caption&gt; [0..1]</div>
 
             <div style="margin-left: 3em">&lt;condition<div style="margin-left: 0.5em">showObject="xs:string [0..1]"</div>/&gt;  [0..1]</div>
 
             <div style="margin-left: 3em">&lt;condition<div style="margin-left: 0.5em">showObject="xs:string [0..1]"</div>/&gt;  [0..1]</div>
 
             <div style="margin-left: 3em">&lt;checkbox<div style="margin-left: 0.5em">fixed="xs:boolean [0..1]"</div>/&gt;  [0..1]</div>
 
             <div style="margin-left: 3em">&lt;checkbox<div style="margin-left: 0.5em">fixed="xs:boolean [0..1]"</div>/&gt;  [0..1]</div>
             <div style="margin-left: 3em">&lt;coefficients<div style="margin-left: 0.5em">rep="[[#Type:_representation|representation]] [0..1]"</div>
+
             <div style="margin-left: 3em">&lt;coefficients<div style="margin-left: 0.5em">rep="[[#Tipo:_representation|representation]] [0..1]"</div>
               <div style="margin-left: 0.5em">data="[[#Type:_data|data]] [0..1]"</div>/&gt;  [0..1]</div>
+
               <div style="margin-left: 0.5em">data="[[#Tipo:_data|data]] [0..1]"</div>/&gt;  [0..1]</div>
             <div style="margin-left: 3em">&lt;coords&gt; [[#Type:_coords|coords]] &lt;/coords&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;coords&gt; [[#Tipo:_coords|coords]] &lt;/coords&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;coordStyle<div style="margin-left: 0.5em">style="[[#Type:_coordStyles|coordStyles]] [0..1]"</div>/&gt;  [0..1]</div>
+
             <div style="margin-left: 3em">&lt;coordStyle<div style="margin-left: 0.5em">style="[[#Tipo:_coordStyles|coordStyles]] [0..1]"</div>/&gt;  [0..1]</div>
             <div style="margin-left: 3em">&lt;decoration<div style="margin-left: 0.5em">type="[[#Type:_decorTypes|decorTypes]] [0..1]"</div>/&gt;  [0..1]</div>
+
             <div style="margin-left: 3em">&lt;decoration<div style="margin-left: 0.5em">Tipo="[[#Tipo:_decorTipos|decorTipos]] [0..1]"</div>/&gt;  [0..1]</div>
             <div style="margin-left: 3em">&lt;eigenvectors&gt; [[#Type:_eigenvectors|eigenvectors]] &lt;/eigenvectors&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;eigenvectors&gt; [[#Tipo:_eigenvectors|eigenvectors]] &lt;/eigenvectors&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;emphasizeRightAngle&gt; [[#Type:_boolVal|boolVal]] &lt;/emphasizeRightAngle&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;emphasizeRightAngle&gt; [[#Tipo:_boolVal|boolVal]] &lt;/emphasizeRightAngle&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;eqnStyle<div style="margin-left: 0.5em">style="[[#Type:_eqnStyles|eqnStyles]] [1]"</div>
+
             <div style="margin-left: 3em">&lt;eqnStyle<div style="margin-left: 0.5em">style="[[#Tipo:_eqnStyles|eqnStyles]] [1]"</div>
 
               <div style="margin-left: 0.5em">parameter="xs:string [0..1]"</div>/&gt;  [0..1]</div>
 
               <div style="margin-left: 0.5em">parameter="xs:string [0..1]"</div>/&gt;  [0..1]</div>
             <div style="margin-left: 3em">&lt;file<div style="margin-left: 0.5em">name="xs:string [0..1]"</div>/&gt;  [0..1]</div>
+
             <div style="margin-left: 3em">&lt;file<div style="margin-left: 0.5em">Nombre ="xs:string [0..1]"</div>/&gt;  [0..1]</div>
             <div style="margin-left: 3em">&lt;fixed&gt; [[#Type:_boolVal|boolVal]] &lt;/fixed&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;fixed&gt; [[#Tipo:_boolVal|boolVal]] &lt;/fixed&gt; [0..1]</div>
 
             <div style="margin-left: 3em">&lt;font<div style="margin-left: 0.5em">serif="xs:boolean [0..1]"</div>
 
             <div style="margin-left: 3em">&lt;font<div style="margin-left: 0.5em">serif="xs:boolean [0..1]"</div>
               <div style="margin-left: 0.5em">size="[[#Type:_nonNegInt|nonNegInt]] [0..1]"</div>
+
               <div style="margin-left: 0.5em">size="[[#Tipo:_nonNegInt|nonNegInt]] [0..1]"</div>
               <div style="margin-left: 0.5em">style="[[#Type:_nonNegInt|nonNegInt]] [0..1]"</div>/&gt;  [0..1]</div>
+
               <div style="margin-left: 0.5em">style="[[#Tipo:_nonNegInt|nonNegInt]] [0..1]"</div>/&gt;  [0..1]</div>
             <div style="margin-left: 3em">&lt;forceReflexAngle&gt; [[#Type:_boolVal|boolVal]] &lt;/forceReflexAngle&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;forceReflexAngle&gt; [[#Tipo:_boolVal|boolVal]] &lt;/forceReflexAngle&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;ggbscript&gt; [[#Type:_stringVal|stringVal]] &lt;/ggbscript&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;ggbscript&gt; [[#Tipo:_stringVal|stringVal]] &lt;/ggbscript&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;inBackground&gt; [[#Type:_boolVal|boolVal]] &lt;/inBackground&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;inBackground&gt; [[#Tipo:_boolVal|boolVal]] &lt;/inBackground&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;interpolate&gt; [[#Type:_boolVal|boolVal]] &lt;/interpolate&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;interpolate&gt; [[#Tipo:_boolVal|boolVal]] &lt;/interpolate&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;javascript&gt; [[#Type:_stringVal|stringVal]] &lt;/javascript&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;javascript&gt; [[#Tipo:_stringVal|stringVal]] &lt;/javascript&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;keepTypeOnTransform&gt; [[#Type:_boolVal|boolVal]] &lt;/keepTypeOnTransform&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;keepTipoOnTransform&gt; [[#Tipo:_boolVal|boolVal]] &lt;/keepTipoOnTransform&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;isLaTeX&gt; [[#Type:_boolVal|boolVal]] &lt;/isLaTeX&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;isLaTeX&gt; [[#Tipo:_boolVal|boolVal]] &lt;/isLaTeX&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;lineStyle<div style="margin-left: 0.5em">thickness="[[#Type:_lineThickness|lineThickness]] [0..1]"</div>
+
             <div style="margin-left: 3em">&lt;lineStyle<div style="margin-left: 0.5em">thickness="[[#Tipo:_lineThickness|lineThickness]] [0..1]"</div>
               <div style="margin-left: 0.5em">type="[[#Type:_lineTypes|lineTypes]] [0..1]"</div>
+
               <div style="margin-left: 0.5em">Tipo="[[#Tipo:_lineTipos|lineTipos]] [0..1]"</div>
               <div style="margin-left: 0.5em">typeHidden="xs:integer [0..1]"</div>/&gt;  [0..1]</div>
+
               <div style="margin-left: 0.5em">TipoHidden="xs:integer [0..1]"</div>/&gt;  [0..1]</div>
             <div style="margin-left: 3em">&lt;labelMode&gt; [[#Type:_intVal|intVal]] &lt;/labelMode&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;labelMode&gt; [[#Tipo:_intVal|intVal]] &lt;/labelMode&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;labelOffset&gt; [[#Type:_xyCoords|xyCoords]] &lt;/labelOffset&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;labelOffset&gt; [[#Tipo:_xyCoords|xyCoords]] &lt;/labelOffset&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;layer&gt; [[#Type:_intVal|intVal]] &lt;/layer&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;layer&gt; [[#Tipo:_intVal|intVal]] &lt;/layer&gt; [0..1]</div>
 
             <div style="margin-left: 3em">&lt;linkedGeo<div style="margin-left: 0.5em">exp="xs:string [0..1]"</div>/&gt;  [0..1]</div>
 
             <div style="margin-left: 3em">&lt;linkedGeo<div style="margin-left: 0.5em">exp="xs:string [0..1]"</div>/&gt;  [0..1]</div>
             <div style="margin-left: 3em">&lt;matrix&gt; [[#Type:_matrix|matrix]] &lt;/matrix&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;matrix&gt; [[#Tipo:_matrix|matrix]] &lt;/matrix&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;objColor&gt; [[#Type:_fillType|fillType]] &lt;/objColor&gt; [1]</div>
+
             <div style="margin-left: 3em">&lt;objColor&gt; [[#Tipo:_fillTipo|fillTipo]] &lt;/objColor&gt; [1]</div>
             <div style="margin-left: 3em">&lt;outlyingIntersections&gt; [[#Type:_boolVal|boolVal]] &lt;/outlyingIntersections&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;outlyingIntersections&gt; [[#Tipo:_boolVal|boolVal]] &lt;/outlyingIntersections&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;pointSize&gt; [[#Type:_doubleVal|doubleVal]] &lt;/pointSize&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;pointSize&gt; [[#Tipo:_doubleVal|doubleVal]] &lt;/pointSize&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;pointStyle<div style="margin-left: 0.5em">val="[[#Type:_pointStyles|pointStyles]] [0..1]"</div>/&gt;  [0..1]</div>
+
             <div style="margin-left: 3em">&lt;pointStyle<div style="margin-left: 0.5em">val="[[#Tipo:_pointStyles|pointStyles]] [0..1]"</div>/&gt;  [0..1]</div>
             <div style="margin-left: 3em">&lt;selectionAllowed&gt; [[#Type:_boolVal|boolVal]] &lt;/selectionAllowed&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;selectionAllowed&gt; [[#Tipo:_boolVal|boolVal]] &lt;/selectionAllowed&gt; [0..1]</div>
 
             <div style="margin-left: 3em">&lt;show<div style="margin-left: 0.5em">object="xs:boolean [0..1]"</div>
 
             <div style="margin-left: 3em">&lt;show<div style="margin-left: 0.5em">object="xs:boolean [0..1]"</div>
 
               <div style="margin-left: 0.5em">label="xs:boolean [0..1]"</div>
 
               <div style="margin-left: 0.5em">label="xs:boolean [0..1]"</div>
               <div style="margin-left: 0.5em">ev="[[#Type:_nonNegInt|nonNegInt]] [0..1]"</div>/&gt;  [0..1]</div>
+
               <div style="margin-left: 0.5em">ev="[[#Tipo:_nonNegInt|nonNegInt]] [0..1]"</div>/&gt;  [0..1]</div>
             <div style="margin-left: 3em">&lt;slider&gt; [[#Type:_slider|slider]] &lt;/slider&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;slider&gt; [[#Tipo:_slider|slider]] &lt;/slider&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;slopeTriangleSize&gt; [[#Type:_intVal|intVal]] &lt;/slopeTriangleSize&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;slopeTriangleSize&gt; [[#Tipo:_intVal|intVal]] &lt;/slopeTriangleSize&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;spreadsheetTrace&gt; [[#Type:_spreadsheetTrace|spreadsheetTrace]] &lt;/spreadsheetTrace&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;spreadsheetTrace&gt; [[#Tipo:_spreadsheetTrace|spreadsheetTrace]] &lt;/spreadsheetTrace&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;startPoint&gt; [[#Type:_expCoords|expCoords]] &lt;/startPoint&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;startPoint&gt; [[#Tipo:_expCoords|expCoords]] &lt;/startPoint&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;tooltipMode&gt; [[#Type:_tooltipModes|tooltipModes]] &lt;/tooltipMode&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;tooltipMode&gt; [[#Tipo:_tooltipModes|tooltipModes]] &lt;/tooltipMode&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;trace&gt; [[#Type:_boolVal|boolVal]] &lt;/trace&gt; [0..1]</div>
+
             <div style="margin-left: 3em">&lt;trace&gt; [[#Tipo:_boolVal|boolVal]] &lt;/trace&gt; [0..1]</div>
             <div style="margin-left: 3em">&lt;value<div style="margin-left: 0.5em">val="[[#Type:_doubleOrBool|doubleOrBool]] [1]"</div>
+
             <div style="margin-left: 3em">&lt;value<div style="margin-left: 0.5em">val="[[#Tipo:_doubleOrBool|doubleOrBool]] [1]"</div>
 
               <div style="margin-left: 0.5em">random="xs:bool [0..1]"</div>/&gt;  [0..1]</div>
 
               <div style="margin-left: 0.5em">random="xs:bool [0..1]"</div>/&gt;  [0..1]</div>
 
             <div style="margin-left: 1.5em">End All</div>&lt;/element&gt;</div>
 
             <div style="margin-left: 1.5em">End All</div>&lt;/element&gt;</div>
Línea 139: Línea 139:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>animation</td>
 
         <td>animation</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 159: Línea 159:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_animation_xibox" class="contents">
+
       <div id="Tipo:_animation_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">step="xs:string [0..1]"</div>
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">step="xs:string [0..1]"</div>
 
             <div style="margin-left: 0.5em">speed="xs:double [0..1]"</div>
 
             <div style="margin-left: 0.5em">speed="xs:double [0..1]"</div>
             <div style="margin-left: 0.5em">type="[[#Type:_nonNegInt|nonNegInt]] [0..1]"</div>
+
             <div style="margin-left: 0.5em">Tipo="[[#Tipo:_nonNegInt|nonNegInt]] [0..1]"</div>
 
             <div style="margin-left: 0.5em">playing="xs:boolean [0..1]"</div>/&gt; </div>
 
             <div style="margin-left: 0.5em">playing="xs:boolean [0..1]"</div>/&gt; </div>
 
       </div>
 
       </div>
Línea 171: Línea 171:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>boolVal</td>
 
         <td>boolVal</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 191: Línea 191:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_boolVal_xibox" class="contents">
+
       <div id="Tipo:_boolVal_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">val="xs:boolean [1]"</div>/&gt; </div>
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">val="xs:boolean [1]"</div>/&gt; </div>
 
       </div>
 
       </div>
Línea 200: Línea 200:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>coords</td>
 
         <td>coords</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 220: Línea 220:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_coords_xibox" class="contents">
+
       <div id="Tipo:_coords_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">x="xs:double [1]"</div>
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">x="xs:double [1]"</div>
 
             <div style="margin-left: 0.5em">y="xs:double [1]"</div>
 
             <div style="margin-left: 0.5em">y="xs:double [1]"</div>
Línea 232: Línea 232:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>doubleVal</td>
 
         <td>doubleVal</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 252: Línea 252:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_doubleVal_xibox" class="contents">
+
       <div id="Tipo:_doubleVal_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">val="xs:double [1]"</div>/&gt; </div>
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">val="xs:double [1]"</div>/&gt; </div>
 
       </div>
 
       </div>
Línea 261: Línea 261:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>eigenvectors</td>
 
         <td>eigenvectors</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 281: Línea 281:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_eigenvectors_xibox" class="contents">
+
       <div id="Tipo:_eigenvectors_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">x0="xs:double [1]"</div>
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">x0="xs:double [1]"</div>
 
             <div style="margin-left: 0.5em">x1="xs:double [1]"</div>
 
             <div style="margin-left: 0.5em">x1="xs:double [1]"</div>
Línea 295: Línea 295:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>expCoords</td>
 
         <td>expCoords</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
 
Either exp (for relative start point) or numers x, y, z (for absolute start point) must be entered.
 
Either exp (for relative start point) or numers x, y, z (for absolute start point) must be entered.
Línea 322: Línea 322:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_expCoords_xibox" class="contents">
+
       <div id="Tipo:_expCoords_xibox" class="contents">
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">number="[[#Type:_nonNegInt|nonNegInt]] [0..1]"</div>
+
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">number="[[#Tipo:_nonNegInt|nonNegInt]] [0..1]"</div>
 
             <div style="margin-left: 0.5em">x="xs:double [0..1]"</div>
 
             <div style="margin-left: 0.5em">x="xs:double [0..1]"</div>
 
             <div style="margin-left: 0.5em">y="xs:double [0..1]"</div>
 
             <div style="margin-left: 0.5em">y="xs:double [0..1]"</div>
Línea 331: Línea 331:
 
   </div>
 
   </div>
  
===Tipo: fillType===
+
===Tipo: fillTipo===
 
                
 
                
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
         <td>fillType</td>
+
         <td>fillTipo</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 355: Línea 355:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_fillType_xibox" class="contents">
+
       <div id="Tipo:_fillTipo_xibox" class="contents">
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">r="[[#Type:_nonNegInt|nonNegInt]] [1]"</div>
+
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">r="[[#Tipo:_nonNegInt|nonNegInt]] [1]"</div>
             <div style="margin-left: 0.5em">g="[[#Type:_nonNegInt|nonNegInt]] [1]"</div>
+
             <div style="margin-left: 0.5em">g="[[#Tipo:_nonNegInt|nonNegInt]] [1]"</div>
             <div style="margin-left: 0.5em">b="[[#Type:_nonNegInt|nonNegInt]] [1]"</div>
+
             <div style="margin-left: 0.5em">b="[[#Tipo:_nonNegInt|nonNegInt]] [1]"</div>
 
             <div style="margin-left: 0.5em">dynamicr="xs:string [0..1]"</div>
 
             <div style="margin-left: 0.5em">dynamicr="xs:string [0..1]"</div>
 
             <div style="margin-left: 0.5em">dynamicg="xs:string [0..1]"</div>
 
             <div style="margin-left: 0.5em">dynamicg="xs:string [0..1]"</div>
Línea 374: Línea 374:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>intVal</td>
 
         <td>intVal</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 394: Línea 394:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_intVal_xibox" class="contents">
+
       <div id="Tipo:_intVal_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">val="xs:int [1]"</div>/&gt; </div>
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">val="xs:int [1]"</div>/&gt; </div>
 
       </div>
 
       </div>
 
   </div>
 
   </div>
  
===Tipo: ioType===
+
===Tipo: ioTipo===
 
                
 
                
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
         <td>ioType</td>
+
         <td>ioTipo</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 423: Línea 423:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_ioType_xibox" class="contents">
+
       <div id="Tipo:_ioTipo_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">a0="xs:string [0..1]"</div>
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">a0="xs:string [0..1]"</div>
 
             <div style="margin-left: 0.5em">a1="xs:string [0..1]"</div>
 
             <div style="margin-left: 0.5em">a1="xs:string [0..1]"</div>
Línea 443: Línea 443:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>matrix</td>
 
         <td>matrix</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 463: Línea 463:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_matrix_xibox" class="contents">
+
       <div id="Tipo:_matrix_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">A0="xs:double [1]"</div>
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">A0="xs:double [1]"</div>
 
             <div style="margin-left: 0.5em">A1="xs:double [1]"</div>
 
             <div style="margin-left: 0.5em">A1="xs:double [1]"</div>
Línea 477: Línea 477:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>rgbColor</td>
 
         <td>rgbColor</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 497: Línea 497:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_rgbColor_xibox" class="contents">
+
       <div id="Tipo:_rgbColor_xibox" class="contents">
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">r="[[#Type:_nonNegInt|nonNegInt]] [1]"</div>
+
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">r="[[#Tipo:_nonNegInt|nonNegInt]] [1]"</div>
             <div style="margin-left: 0.5em">g="[[#Type:_nonNegInt|nonNegInt]] [1]"</div>
+
             <div style="margin-left: 0.5em">g="[[#Tipo:_nonNegInt|nonNegInt]] [1]"</div>
             <div style="margin-left: 0.5em">b="[[#Type:_nonNegInt|nonNegInt]] [1]"</div>/&gt; </div>
+
             <div style="margin-left: 0.5em">b="[[#Tipo:_nonNegInt|nonNegInt]] [1]"</div>/&gt; </div>
 
       </div>
 
       </div>
 
   </div>
 
   </div>
Línea 508: Línea 508:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>slider</td>
 
         <td>slider</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 528: Línea 528:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_slider_xibox" class="contents">
+
       <div id="Tipo:_slider_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">min="xs:string [0..1]"</div>
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">min="xs:string [0..1]"</div>
 
             <div style="margin-left: 0.5em">max="xs:string [0..1]"</div>
 
             <div style="margin-left: 0.5em">max="xs:string [0..1]"</div>
Línea 544: Línea 544:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>spreadsheetTrace</td>
 
         <td>spreadsheetTrace</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 564: Línea 564:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_spreadsheetTrace_xibox" class="contents">
+
       <div id="Tipo:_spreadsheetTrace_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">traceColumn1="xs:integer [0..1]"</div>
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">traceColumn1="xs:integer [0..1]"</div>
 
             <div style="margin-left: 0.5em">traceColumn2="xs:integer [0..1]"</div>
 
             <div style="margin-left: 0.5em">traceColumn2="xs:integer [0..1]"</div>
Línea 584: Línea 584:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>stringVal</td>
 
         <td>stringVal</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 604: Línea 604:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_stringVal_xibox" class="contents">
+
       <div id="Tipo:_stringVal_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">val="xs:string [1]"</div>/&gt; </div>
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">val="xs:string [1]"</div>/&gt; </div>
 
       </div>
 
       </div>
Línea 613: Línea 613:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>xyCoords</td>
 
         <td>xyCoords</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Abstract</th>
+
         <th>Resumen </th>
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
Línea 633: Línea 633:
 
   <div class="sample box">
 
   <div class="sample box">
 
       <div>XML Instance Representation</div>
 
       <div>XML Instance Representation</div>
       <div id="Type:_xyCoords_xibox" class="contents">
+
       <div id="Tipo:_xyCoords_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">x="xs:double [1]"</div>
 
         <div style="margin-left: 0em">&lt;...<div style="margin-left: 0.5em">x="xs:double [1]"</div>
 
             <div style="margin-left: 0.5em">y="xs:double [1]"</div>/&gt; </div>
 
             <div style="margin-left: 0.5em">y="xs:double [1]"</div>/&gt; </div>
Línea 643: Línea 643:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:int &lt; <strong>algebraStyles</strong> (by restriction)</td>
 
         <td>xs:int &lt; <strong>algebraStyles</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>algebraStyles</td>
 
         <td>algebraStyles</td>
 
       </tr>
 
       </tr>
Línea 660: Línea 660:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: int</li>
+
               <li>Base XSD Type: int</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 668: Línea 668:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
 
Meaning of values:0=value,1=definition,2=command.
 
Meaning of values:0=value,1=definition,2=command.
Línea 679: Línea 679:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:string &lt; <strong>angleUnits</strong> (by restriction)</td>
 
         <td>xs:string &lt; <strong>angleUnits</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>angleUnits</td>
 
         <td>angleUnits</td>
 
       </tr>
 
       </tr>
Línea 696: Línea 696:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: string</li>
+
               <li>Base XSD Type: string</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 710: Línea 710:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:int &lt; <strong>axisIds</strong> (by restriction)</td>
 
         <td>xs:int &lt; <strong>axisIds</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>axisIds</td>
 
         <td>axisIds</td>
 
       </tr>
 
       </tr>
Línea 727: Línea 727:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: int</li>
+
               <li>Base XSD Type: int</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 735: Línea 735:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
 
Meanings of values: 0=x, 1=y, 2=z
 
Meanings of values: 0=x, 1=y, 2=z
Línea 742: Línea 742:
 
   </table>
 
   </table>
  
===Tipo Ejes: axisTypes===
+
===Tipo Ejes: axisTipos===
 
                
 
                
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>xs:int &lt; <strong>axisTypes</strong> (by restriction)</td>
+
         <td>xs:int &lt; <strong>axisTipos</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
         <td>axisTypes</td>
+
         <td>axisTipos</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
Línea 763: Línea 763:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: int</li>
+
               <li>Base XSD Type: int</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 771: Línea 771:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
 
Meaning of values:0=full,1=arrow,2=full bold,3=full arrow bold
 
Meaning of values:0=full,1=arrow,2=full bold,3=full arrow bold
Línea 782: Línea 782:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:string &lt; <strong>coordStyles</strong> (by restriction)</td>
 
         <td>xs:string &lt; <strong>coordStyles</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>coordStyles</td>
 
         <td>coordStyles</td>
 
       </tr>
 
       </tr>
Línea 799: Línea 799:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: string</li>
+
               <li>Base XSD Type: string</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 813: Línea 813:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:string &lt; <strong>data</strong> (by restriction)</td>
 
         <td>xs:string &lt; <strong>data</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>data</td>
 
         <td>data</td>
 
       </tr>
 
       </tr>
Línea 830: Línea 830:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: string</li>
+
               <li>Base XSD Type: string</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 840: Línea 840:
 
   </table>
 
   </table>
  
===Tipo Decorados: decorTypes===
+
===Tipo Decorados: decorTipos===
 
                
 
                
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>xs:int &lt; <strong>decorTypes</strong> (by restriction)</td>
+
         <td>xs:int &lt; <strong>decorTipos</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
         <td>decorTypes</td>
+
         <td>decorTipos</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
Línea 861: Línea 861:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: int</li>
+
               <li>Base XSD Type: int</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 869: Línea 869:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
Meanings of values: 0=none, 1=single tick,2=double tick, 3=triple tick, 4=simple arrow,
+
Meanings of values: 0=Ninguno, 1=single tick,2=double tick, 3=triple tick, 4=simple arrow,
 
5=double arrow, 6=triple arrow.square, 2=dot,3=L (Belgian style).
 
5=double arrow, 6=triple arrow.square, 2=dot,3=L (Belgian style).
 
</td>
 
</td>
Línea 881: Línea 881:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>doubleOrBool</td>
 
         <td>doubleOrBool</td>
 
       </tr>
 
       </tr>
Línea 898: Línea 898:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Union of following types: <ul>
+
               <li>Union of following Types: <ul>
 
                     <li>xs:double</li>
 
                     <li>xs:double</li>
 
                     <li>xs:boolean</li>
 
                     <li>xs:boolean</li>
Línea 908: Línea 908:
 
   </table>
 
   </table>
  
===Tipo: elType===
+
===Tipo: elTipo===
 
                
 
                
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>xs:string &lt; <strong>elType</strong> (by restriction)</td>
+
         <td>xs:string &lt; <strong>elTipo</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
         <td>elType</td>
+
         <td>elTipo</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
Línea 929: Línea 929:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: string</li>
+
               <li>Base XSD Type: string</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 938: Línea 938:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
 
Values "button", "implicitpoly", "polyline" and "textfield" only available for GeoGebra &gt;=4.0
 
Values "button", "implicitpoly", "polyline" and "textfield" only available for GeoGebra &gt;=4.0
Línea 949: Línea 949:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:string &lt; <strong>eqnStyles</strong> (by restriction)</td>
 
         <td>xs:string &lt; <strong>eqnStyles</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>eqnStyles</td>
 
         <td>eqnStyles</td>
 
       </tr>
 
       </tr>
Línea 966: Línea 966:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: string</li>
+
               <li>Base XSD Type: string</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 976: Línea 976:
 
   </table>
 
   </table>
  
===Tipo: gridTypes===
+
===Tipo: gridTipos===
 
                
 
                
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>xs:int &lt; <strong>gridTypes</strong> (by restriction)</td>
+
         <td>xs:int &lt; <strong>gridTipos</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
         <td>gridTypes</td>
+
         <td>gridTipos</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
Línea 997: Línea 997:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: int</li>
+
               <li>Base XSD Type: int</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 1005: Línea 1005:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
 
Meanings of values: 0=cartesian, 1=isometric, 2 polar
 
Meanings of values: 0=cartesian, 1=isometric, 2 polar
Línea 1016: Línea 1016:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:int &lt; <strong>lineThickness</strong> (by restriction)</td>
 
         <td>xs:int &lt; <strong>lineThickness</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>lineThickness</td>
 
         <td>lineThickness</td>
 
       </tr>
 
       </tr>
Línea 1033: Línea 1033:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: int</li>
+
               <li>Base XSD Type: int</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 1042: Línea 1042:
 
   </table>
 
   </table>
  
===Tipo: lineTypes===
+
===Tipo: lineTipos===
 
                
 
                
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
         <td>xs:int &lt; <strong>lineTypes</strong> (by restriction)</td>
+
         <td>xs:int &lt; <strong>lineTipos</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
         <td>lineTypes</td>
+
         <td>lineTipos</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
Línea 1063: Línea 1063:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: int</li>
+
               <li>Base XSD Type: int</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 1072: Línea 1072:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
 
Meanings of values: 0=full, 10=dashed short,15=dashed long,20=dotted,30=dashed dotted
 
Meanings of values: 0=full, 10=dashed short,15=dashed long,20=dotted,30=dashed dotted
Línea 1083: Línea 1083:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:integer &lt; <strong>nonNegInt</strong> (by restriction)</td>
 
         <td>xs:integer &lt; <strong>nonNegInt</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>nonNegInt</td>
 
         <td>nonNegInt</td>
 
       </tr>
 
       </tr>
Línea 1100: Línea 1100:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: integer</li>
+
               <li>Base XSD Type: integer</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 1114: Línea 1114:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:int &lt; <strong>pointCapturings</strong> (by restriction)</td>
 
         <td>xs:int &lt; <strong>pointCapturings</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>pointCapturings</td>
 
         <td>pointCapturings</td>
 
       </tr>
 
       </tr>
Línea 1131: Línea 1131:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: int</li>
+
               <li>Base XSD Type: int</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 1139: Línea 1139:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
 
Meanings of values: 0=off, 1=on, 2=on grid,3=automatic.
 
Meanings of values: 0=off, 1=on, 2=on grid,3=automatic.
Línea 1150: Línea 1150:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:int &lt; <strong>pointStyles</strong> (by restriction)</td>
 
         <td>xs:int &lt; <strong>pointStyles</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>pointStyles</td>
 
         <td>pointStyles</td>
 
       </tr>
 
       </tr>
Línea 1167: Línea 1167:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: int</li>
+
               <li>Base XSD Type: int</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 1175: Línea 1175:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
 
Meanings of values: -1=use global default, 0=full dot, 1=cross, 2=empty dot, 3=plus sign, 4=full diamond, 5=empty diamond,  
 
Meanings of values: -1=use global default, 0=full dot, 1=cross, 2=empty dot, 3=plus sign, 4=full diamond, 5=empty diamond,  
Línea 1187: Línea 1187:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:integer &lt; <strong>positiveInt</strong> (by restriction)</td>
 
         <td>xs:integer &lt; <strong>positiveInt</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>positiveInt</td>
 
         <td>positiveInt</td>
 
       </tr>
 
       </tr>
Línea 1204: Línea 1204:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: integer</li>
+
               <li>Base XSD Type: integer</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 1218: Línea 1218:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:string &lt; <strong>representation</strong> (by restriction)</td>
 
         <td>xs:string &lt; <strong>representation</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>representation</td>
 
         <td>representation</td>
 
       </tr>
 
       </tr>
Línea 1235: Línea 1235:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: string</li>
+
               <li>Base XSD Type: string</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 1244: Línea 1244:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
 
Possible ways for representing coefficients, only 1 possibility in 4.0
 
Possible ways for representing coefficients, only 1 possibility in 4.0
Línea 1255: Línea 1255:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:int &lt; <strong>rightAngleStyles</strong> (by restriction)</td>
 
         <td>xs:int &lt; <strong>rightAngleStyles</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>rightAngleStyles</td>
 
         <td>rightAngleStyles</td>
 
       </tr>
 
       </tr>
Línea 1272: Línea 1272:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: int</li>
+
               <li>Base XSD Type: int</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 1280: Línea 1280:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
Meanings of values: 0=none, 1=square, 2=dot,3=L (Belgian style).
+
Meanings of values: 0=Ninguno, 1=square, 2=dot,3=L (Belgian style).
 
</td>
 
</td>
 
       </tr>
 
       </tr>
Línea 1291: Línea 1291:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:int &lt; <strong>tickStyles</strong> (by restriction)</td>
 
         <td>xs:int &lt; <strong>tickStyles</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>tickStyles</td>
 
         <td>tickStyles</td>
 
       </tr>
 
       </tr>
Línea 1308: Línea 1308:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: int</li>
+
               <li>Base XSD Type: int</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 1316: Línea 1316:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Documentation</th>
+
         <th>Documentación</th>
 
         <td>
 
         <td>
Meaning of values:0=major minor,1=major,2=none
+
Meaning of values:0=major minor,1=major,2=Ninguno
 
</td>
 
</td>
 
       </tr>
 
       </tr>
Línea 1327: Línea 1327:
 
   <table class="hierarchy">
 
   <table class="hierarchy">
 
       <tr>
 
       <tr>
         <th>Super-types:</th>
+
         <th>Super-Tipos:</th>
 
         <td>xs:int &lt; <strong>tooltipModes</strong> (by restriction)</td>
 
         <td>xs:int &lt; <strong>tooltipModes</strong> (by restriction)</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th>Sub-types:</th>
+
         <th>Sub-Tipos:</th>
         <td>None</td>
+
         <td>Ninguno</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <table class="properties">
 
   <table class="properties">
 
       <tr>
 
       <tr>
         <th>Name</th>
+
         <th>Nombre </th>
 
         <td>tooltipModes</td>
 
         <td>tooltipModes</td>
 
       </tr>
 
       </tr>
Línea 1344: Línea 1344:
 
         <td>
 
         <td>
 
             <ul>
 
             <ul>
               <li>Base XSD Tipo: int</li>
+
               <li>Base XSD Type: int</li>
 
             </ul>
 
             </ul>
 
             <ul>
 
             <ul>
Línea 1352: Línea 1352:
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
[[en:Reference:Common XML tags and types]]
+
[[en:Reference:Common XML tags and Types]]
 
[[it:Riferimenti:Tag e tipi comuni XML]]
 
[[it:Riferimenti:Tag e tipi comuni XML]]
 
[[Categoría:Referencia|XML]]
 
[[Categoría:Referencia|XML]]

Revisión del 20:09 15 ene 2013

El siguiente documento deriva de una modificación de la página de xs3p estilo. Contiene definiciones de tags y Types empleados tanto en archivos geogebra.xml como en los de macros geogebra_macro.xml; parte importante de GeoGebra file format. Para una breve introducción, se puede consultar la sección XML reference.

Declaraciones Globales

Elemento: construcción

Nombre construcción
Tipo Locally-defined complex Type
Nillable no
Resumen no
XML Instance Representation
<construcción
title="xs:string [0..1]"
author="xs:string [0..1]"
date="xs:string [0..1]"
>
Start Choice [0..*]
<command
Nombre ="xs:string [1]"
> [1]
<input> ioTipo </input> [1]
<output> ioTipo </output> [1]
</command>
<element> ... </element> [1]
<expression
exp="xs:string [0..1]"
label="xs:string [0..1]"
Tipo="elTipo [0..1]"
/> [1]
End Choice
</construcción>

Elemento: elemento

Nombre element
Tipo Locally-defined complex Type
Nillable no
Resumen no
Documentación

Subelements tooltipMode, javascript, ggbscript, sellectionAllowed and linkedGeo only available with GeoGebra >= 4.0.

XML Instance Representation
<element
Tipo="elTipo [0..1]"
label="xs:string [0..1]"
>
Start All [1]
<absoluteScreenLocation> xyCoords </absoluteScreenLocation> [0..1]
<allowReflexAngle> boolVal </allowReflexAngle> [0..1]
<auxiliary> boolVal </auxiliary> [0..1]
<arcSize> intVal </arcSize> [0..1]
<animation> animation </animation> [0..1]
<caption> stringVal </caption> [0..1]
<condition
showObject="xs:string [0..1]"
/> [0..1]
<checkbox
fixed="xs:boolean [0..1]"
/> [0..1]
<coefficients
rep="representation [0..1]"
data="data [0..1]"
/> [0..1]
<coords> coords </coords> [0..1]
<coordStyle
style="coordStyles [0..1]"
/> [0..1]
<decoration
Tipo="decorTipos [0..1]"
/> [0..1]
<eigenvectors> eigenvectors </eigenvectors> [0..1]
<emphasizeRightAngle> boolVal </emphasizeRightAngle> [0..1]
<eqnStyle
style="eqnStyles [1]"
parameter="xs:string [0..1]"
/> [0..1]
<file
Nombre ="xs:string [0..1]"
/> [0..1]
<fixed> boolVal </fixed> [0..1]
<font
serif="xs:boolean [0..1]"
size="nonNegInt [0..1]"
style="nonNegInt [0..1]"
/> [0..1]
<forceReflexAngle> boolVal </forceReflexAngle> [0..1]
<ggbscript> stringVal </ggbscript> [0..1]
<inBackground> boolVal </inBackground> [0..1]
<interpolate> boolVal </interpolate> [0..1]
<javascript> stringVal </javascript> [0..1]
<keepTipoOnTransform> boolVal </keepTipoOnTransform> [0..1]
<isLaTeX> boolVal </isLaTeX> [0..1]
<lineStyle
thickness="lineThickness [0..1]"
Tipo="lineTipos [0..1]"
TipoHidden="xs:integer [0..1]"
/> [0..1]
<labelMode> intVal </labelMode> [0..1]
<labelOffset> xyCoords </labelOffset> [0..1]
<layer> intVal </layer> [0..1]
<linkedGeo
exp="xs:string [0..1]"
/> [0..1]
<matrix> matrix </matrix> [0..1]
<objColor> fillTipo </objColor> [1]
<outlyingIntersections> boolVal </outlyingIntersections> [0..1]
<pointSize> doubleVal </pointSize> [0..1]
<pointStyle
val="pointStyles [0..1]"
/> [0..1]
<selectionAllowed> boolVal </selectionAllowed> [0..1]
<show
object="xs:boolean [0..1]"
label="xs:boolean [0..1]"
ev="nonNegInt [0..1]"
/> [0..1]
<slider> slider </slider> [0..1]
<slopeTriangleSize> intVal </slopeTriangleSize> [0..1]
<spreadsheetTrace> spreadsheetTrace </spreadsheetTrace> [0..1]
<startPoint> expCoords </startPoint> [0..1]
<tooltipMode> tooltipModes </tooltipMode> [0..1]
<trace> boolVal </trace> [0..1]
<value
val="doubleOrBool [1]"
random="xs:bool [0..1]"
/> [0..1]
End All
</element>

Definiciones Globales

Tipo: animación

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre animation
Resumen no
XML Instance Representation
<...
step="xs:string [0..1]"
speed="xs:double [0..1]"
Tipo="nonNegInt [0..1]"
playing="xs:boolean [0..1]"
/>

Tipo de Valor Booleano: boolVal

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre boolVal
Resumen no
XML Instance Representation
<...
val="xs:boolean [1]"
/>

Tipo de coordenadas: coords

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre coords
Resumen no
XML Instance Representation
<...
x="xs:double [1]"
y="xs:double [1]"
z="xs:double [1]"
w="xs:double [0..1]"
/>

Tipo de Valor Doble: doubleVal

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre doubleVal
Resumen no
XML Instance Representation
<...
val="xs:double [1]"
/>

Tipo Vectores: eigenvectors

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre eigenvectors
Resumen no
XML Instance Representation
<...
x0="xs:double [1]"
x1="xs:double [1]"
y0="xs:double [1]"
y1="xs:double [1]"
z0="xs:double [1]"
z1="xs:double [1]"
/>

Tipo de Exp_Coordenadas: expCoords

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre expCoords
Resumen no
Documentación

Either exp (for relative start point) or numers x, y, z (for absolute start point) must be entered. Number parameter is valid only for image elements and refers to one of the corners (1 to 3)

XML Instance Representation
<...
number="nonNegInt [0..1]"
x="xs:double [0..1]"
y="xs:double [0..1]"
z="xs:double [0..1]"
exp="xs:string [0..1]"
/>

Tipo: fillTipo

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre fillTipo
Resumen no
XML Instance Representation
<...
r="nonNegInt [1]"
g="nonNegInt [1]"
b="nonNegInt [1]"
dynamicr="xs:string [0..1]"
dynamicg="xs:string [0..1]"
dynamicb="xs:string [0..1]"
alpha="xs:double [0..1]"
hatchAngle="xs:double [0..1]"
hatchDistance="xs:double [0..1]"
image="xs:string [0..1]"
inverseFill="xs:boolean [0..1]"
/>

Tipo: intVal

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre intVal
Resumen no
XML Instance Representation
<...
val="xs:int [1]"
/>

Tipo: ioTipo

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre ioTipo
Resumen no
XML Instance Representation
<...
a0="xs:string [0..1]"
a1="xs:string [0..1]"
a2="xs:string [0..1]"
a3="xs:string [0..1]"
a4="xs:string [0..1]"
a5="xs:string [0..1]"
a6="xs:string [0..1]"
a7="xs:string [0..1]"
a8="xs:string [0..1]"
a9="xs:string [0..1]"
a10="xs:string [0..1]"
a11="xs:string [0..1]"
/>

Tipo Matriz: matrix

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre matrix
Resumen no
XML Instance Representation
<...
A0="xs:double [1]"
A1="xs:double [1]"
A2="xs:double [1]"
A3="xs:double [1]"
A4="xs:double [1]"
A5="xs:double [1]"
/>

Tipo Color: rgbColor

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre rgbColor
Resumen no
XML Instance Representation
<...
r="nonNegInt [1]"
g="nonNegInt [1]"
b="nonNegInt [1]"
/>

Tipo Deslizador: slider

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre slider
Resumen no
XML Instance Representation
<...
min="xs:string [0..1]"
max="xs:string [0..1]"
width="xs:double [1]"
x="xs:double [1]"
y="xs:double [1]"
fixed="xs:boolean [1]"
absoluteScreenLocation="xs:boolean [0..1]"
horizontal="xs:boolean [1]"
/>

Tipo Trazo en Hoja de Cálculo: spreadsheetTrace

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre spreadsheetTrace
Resumen no
XML Instance Representation
<...
traceColumn1="xs:integer [0..1]"
traceColumn2="xs:integer [0..1]"
traceRow1="xs:integer [0..1]"
traceRow2="xs:integer [0..1]"
tracingRow="xs:integer [0..1]"
numRows="xs:integer [0..1]"
headerOffset="xs:integer [0..1]"
doColumnReset="xs:boolean [0..1]"
doRowLimit="xs:boolean [0..1]"
showLabel="xs:boolean [0..1]"
showTraceList="xs:boolean [0..1]"
doTraceGeoCopy="xs:boolean [0..1]"
/>

Tipo Valor Cadena: stringVal

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre stringVal
Resumen no
XML Instance Representation
<...
val="xs:string [1]"
/>

Tipo Coordenadas_XY: xyCoords

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre xyCoords
Resumen no
XML Instance Representation
<...
x="xs:double [1]"
y="xs:double [1]"
/>

Tipo Estilos_Algebraicos: algebraStyles

Super-Tipos: xs:int < algebraStyles (by restriction)
Sub-Tipos: Ninguno
Nombre algebraStyles
Content
  • Base XSD Type: int
  • 0 <= value <= 2
Documentación

Meaning of values:0=value,1=definition,2=command.

Tipo Unidades_Angulares: angleUnits

Super-Tipos: xs:string < angleUnits (by restriction)
Sub-Tipos: Ninguno
Nombre angleUnits
Content
  • Base XSD Type: string
  • pattern = degree|radiant

Tipo Ejes: axisIds

Super-Tipos: xs:int < axisIds (by restriction)
Sub-Tipos: Ninguno
Nombre axisIds
Content
  • Base XSD Type: int
  • 0 <= value <= 2
Documentación

Meanings of values: 0=x, 1=y, 2=z

Tipo Ejes: axisTipos

Super-Tipos: xs:int < axisTipos (by restriction)
Sub-Tipos: Ninguno
Nombre axisTipos
Content
  • Base XSD Type: int
  • 0 <= value <= 3
Documentación

Meaning of values:0=full,1=arrow,2=full bold,3=full arrow bold

Tipo Estilos_Coordenadas: coordStyles

Super-Tipos: xs:string < coordStyles (by restriction)
Sub-Tipos: Ninguno
Nombre coordStyles
Content
  • Base XSD Type: string
  • pattern = cartesian|polar|complex

Tipo Datos: data

Super-Tipos: xs:string < data (by restriction)
Sub-Tipos: Ninguno
Nombre data
Content
  • Base XSD Type: string
  • pattern = \[(\[.*\],?)*\]

Tipo Decorados: decorTipos

Super-Tipos: xs:int < decorTipos (by restriction)
Sub-Tipos: Ninguno
Nombre decorTipos
Content
  • Base XSD Type: int
  • 0 <= value <= 6
Documentación

Meanings of values: 0=Ninguno, 1=single tick,2=double tick, 3=triple tick, 4=simple arrow, 5=double arrow, 6=triple arrow.square, 2=dot,3=L (Belgian style).

Tipo: doubleOrBool

Super-Tipos: Ninguno
Sub-Tipos: Ninguno
Nombre doubleOrBool
Content
  • Union of following Types:
    • xs:double
    • xs:boolean

Tipo: elTipo

Super-Tipos: xs:string < elTipo (by restriction)
Sub-Tipos: Ninguno
Nombre elTipo
Content
  • Base XSD Type: string
  • pattern = angle|boolean|button|conic(part)?(3d)?|curvecartesian(3d)?|function(NVar)?|image|implicitpoly|line(3d)?|list|locus|numeric|point(3d)?|polygon(3d)?|polyline|quadric|ray(3d)?|segment(3d)?|text(field)?|vector
Documentación

Values "button", "implicitpoly", "polyline" and "textfield" only available for GeoGebra >=4.0

Tipo: eqnStyles

Super-Tipos: xs:string < eqnStyles (by restriction)
Sub-Tipos: Ninguno
Nombre eqnStyles
Content
  • Base XSD Type: string
  • pattern = implicit|explicit|specific|parametric

Tipo: gridTipos

Super-Tipos: xs:int < gridTipos (by restriction)
Sub-Tipos: Ninguno
Nombre gridTipos
Content
  • Base XSD Type: int
  • 0 <= value <= 2
Documentación

Meanings of values: 0=cartesian, 1=isometric, 2 polar

Tipo: lineThickness

Super-Tipos: xs:int < lineThickness (by restriction)
Sub-Tipos: Ninguno
Nombre lineThickness
Content
  • Base XSD Type: int
  • 1 <= value <= 13

Tipo: lineTipos

Super-Tipos: xs:int < lineTipos (by restriction)
Sub-Tipos: Ninguno
Nombre lineTipos
Content
  • Base XSD Type: int
  • value comes from list: {'0'|'10'|'15'|'20'|'30'}
Documentación

Meanings of values: 0=full, 10=dashed short,15=dashed long,20=dotted,30=dashed dotted

Tipo: nonNegInt

Super-Tipos: xs:integer < nonNegInt (by restriction)
Sub-Tipos: Ninguno
Nombre nonNegInt
Content
  • Base XSD Type: integer
  • value >= 0

Tipo: pointCapturings

Super-Tipos: xs:int < pointCapturings (by restriction)
Sub-Tipos: Ninguno
Nombre pointCapturings
Content
  • Base XSD Type: int
  • 0 <= value <= 3
Documentación

Meanings of values: 0=off, 1=on, 2=on grid,3=automatic.

Tipo: pointStyles

Super-Tipos: xs:int < pointStyles (by restriction)
Sub-Tipos: Ninguno
Nombre pointStyles
Content
  • Base XSD Type: int
  • -1 <= value <= 9
Documentación

Meanings of values: -1=use global default, 0=full dot, 1=cross, 2=empty dot, 3=plus sign, 4=full diamond, 5=empty diamond, 6=triangle north, 7=triangle south, 8=triangle east, 9=triangle west.

Tipo: positiveInt

Super-Tipos: xs:integer < positiveInt (by restriction)
Sub-Tipos: Ninguno
Nombre positiveInt
Content
  • Base XSD Type: integer
  • value >= 1

Tipo: representation

Super-Tipos: xs:string < representation (by restriction)
Sub-Tipos: Ninguno
Nombre representation
Content
  • Base XSD Type: string
  • pattern = array
Documentación

Possible ways for representing coefficients, only 1 possibility in 4.0

Tipo: rightAngleStyles

Super-Tipos: xs:int < rightAngleStyles (by restriction)
Sub-Tipos: Ninguno
Nombre rightAngleStyles
Content
  • Base XSD Type: int
  • 0 <= value <= 3
Documentación

Meanings of values: 0=Ninguno, 1=square, 2=dot,3=L (Belgian style).

Tipo: tickStyles

Super-Tipos: xs:int < tickStyles (by restriction)
Sub-Tipos: Ninguno
Nombre tickStyles
Content
  • Base XSD Type: int
  • 0 <= value <= 2
Documentación

Meaning of values:0=major minor,1=major,2=Ninguno

Tipo: tooltipModes

Super-Tipos: xs:int < tooltipModes (by restriction)
Sub-Tipos: Ninguno
Nombre tooltipModes
Content
  • Base XSD Type: int
  • 0 <= value <= 4

en:Reference:Common XML tags and Types it:Riferimenti:Tag e tipi comuni XML

© 2024 International GeoGebra Institute