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

De GeoGebra Manual
Saltar a: navegación, buscar
m (link)
 
(No se muestra una edición intermedia de otro usuario)
Línea 1: Línea 1:
{{Referencia}}{{DISPLAYTITLE:Referencia:etiquetas/''tags'' XML en geogebra macro.xml}}
+
{{Referencia|XML}}{{DISPLAYTITLE:Referencia:etiquetas/''tags'' XML en geogebra macro.xml}}
 
El siguiente documento surge de modificar el de estilo [http://sourceforge.net/projects/xs3p/ xs3p]. Contiene definiciones de ''tags'' (etiquetas) empleadas en geogebra_macro.xml, que es la parte más importante de los [[Referencia:Formato Archivo#..ggt_Herramientas de GeoGebra|archivos .ggt ]]. Para una breve introducción puede consultarse la [[Referencia:XML|referencia XML]].
 
El siguiente documento surge de modificar el de estilo [http://sourceforge.net/projects/xs3p/ xs3p]. Contiene definiciones de ''tags'' (etiquetas) empleadas en geogebra_macro.xml, que es la parte más importante de los [[Referencia:Formato Archivo#..ggt_Herramientas de GeoGebra|archivos .ggt ]]. Para una breve introducción puede consultarse la [[Referencia:XML|referencia XML]].
 
[[Categoría:Referencia|XML tags en geogebra macro.xml]]
 
[[Categoría:Referencia|XML tags en geogebra macro.xml]]
Línea 72: Línea 72:
 
             <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;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 en 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 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 style="margin-left: 1.5em">&lt;[[Referencia:XML_Tags_y_Tipos_Comunes#Elemento: construcción|construction]]&gt; ... &lt;/[[Referencia:XML_Tags_y_Tipos_Comunes#Elemento: construcción|construction]]&gt; [1]</div>&lt;/macro&gt;</div>
  
 
       </div>
 
       </div>
 
   </div>
 
   </div>

Revisión actual del 00:10 10 mar 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