Diferencia entre revisiones de «Referencia:XML tags in geogebra macro.xml»

De GeoGebra Manual
Saltar a: navegación, buscar
Línea 70: Línea 70:
 
             <div style="margin-left: 0.5em">showInToolBar="xs:boolean [0..1]"</div>&gt; <br/>
 
             <div style="margin-left: 0.5em">showInToolBar="xs:boolean [0..1]"</div>&gt; <br/>
  
             <div style="margin-left: 1.5em">&lt;macroInput&gt; [[Referencia:XML tags in geogebra.xml#Type:_ioType|ioType]] &lt;/macroInput&gt; [1]</div>
+
             <div style="margin-left: 1.5em">&lt;macroInput&gt; [[Referencia:XML tags en geogebra.xml#Type:_ioType|ioType]] &lt;/macroInput&gt; [1]</div>
             <div style="margin-left: 1.5em">&lt;macroOutput&gt; [[Referencia:XML tags in geogebra.xml#Type:_ioType|ioType]] &lt;/macroOutput&gt; [1]</div>
+
             <div style="margin-left: 1.5em">&lt;macroOutput&gt; [[Referencia:XML tags en geogebra.xml#Type:_ioType|ioType]] &lt;/macroOutput&gt; [1]</div>
             <div style="margin-left: 1.5em">&lt;[[Referencia:XML tags in geogebra.xml#Element:_construction|construction]]&gt; ... &lt;/[[Referencia:XML tags in geogebra.xml#Element:_construction|construction]]&gt; [1]</div>&lt;/macro&gt;</div>
+
             <div style="margin-left: 1.5em">&lt;[[Referencia:XML tags en geogebra.xml#Element:_construction|construction]]&gt; ... &lt;/[[Referencia:XML tags en geogebra.xml#Element:_construction|construction]]&gt; [1]</div>&lt;/macro&gt;</div>
  
 
       </div>
 
       </div>
 
   </div>
 
   </div>

Revisión del 04:18 3 ene 2020

El siguiente documento surge de modificar el de estilo xs3p. Contiene definiciones de tags (etiquetas) empleadas en geogebra_macro.xml, que es la parte más importante de los archivos .ggt . Para una breve introducción puede consultarse la referencia XML.

Declaraciones Globales

Elemento: geogebra

Nombre: geogebra
Tipo Localmente definida como de tipo complejo (complex)
Nillable no
Abstract no
XML Representación de Instancia
<geogebra
format="xs:double [0..1]"
>
<macro> ... </macro> [1..*]
</geogebra>

Elemento: macro

Nombre: macro
Tipo Localmente definida como de tipo complejo (complex)
Nillable no
Abstract no
XML Representación de Instancia
<macro
cmdName:="xs:string [0..1]"
toolName:="xs:string [0..1]"
toolHelp="xs:string [0..1]"
iconFile="xs:string [0..1]"
showInToolBar="xs:boolean [0..1]"
>
<macroInput> ioType </macroInput> [1]
<macroOutput> ioType </macroOutput> [1]
</macro>
© 2024 International GeoGebra Institute