Difference between revisions of "Reference:XML tags in geogebra macro.xml"

From GeoGebra Manual
Jump to: navigation, search
m (added italian link)
Line 31: Line 31:
 
   </div>
 
   </div>
 
[[es:Referencia:XML tags in geogebra macro.xml]]
 
[[es:Referencia:XML tags in geogebra macro.xml]]
[[it:Riferimenti:Tag_XML_in_geogebra_macro.xml]]
+
[[fr:Référence:XML balises dans geogebra macro.xml]]
 +
[[it:Riferimenti:Tag XML in geogebra macro.xml]]

Revision as of 18:36, 18 April 2014

Following document was generated by a modification of xs3p stylesheet. It contains definitions of tags used in geogebra_macro.xml, which is the most important part of .ggt files. For a brief introduction see XML reference.

Global Declarations

Element: geogebra

XML Instance Representation
<geogebra
format="xs:double [0..1]"
>
<macro> ... </macro> [1..*]
</geogebra>

Element: macro

XML Instance Representation
<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>

es:Referencia:XML tags in geogebra macro.xml fr:Référence:XML balises dans geogebra macro.xml it:Riferimenti:Tag XML in geogebra macro.xml

© 2024 International GeoGebra Institute