Différences entre versions de « Référence:XML balises dans geogebra macro.xml »

De GeoGebra Manual
Aller à : navigation, rechercher
 
(4 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
Following document was generated by a modification of [http://sourceforge.net/projects/xs3p/ xs3p] stylesheet. It contains definitions of tags used in geogebra_macro.xml, which is the most important part of  [[Reference:File Format#.ggt_-_GeoGebra_Worksheet|.ggt files]]. For a brief introduction see [[Reference:Xml|XML reference]].
+
Le document suivant a été généré par une modification de la feuille de style [http://sourceforge.net/projects/xs3p/ xs3p].  
  
 +
Il contient les définitions des balises utilisées dans geogebra.xml,  qui est la partie la plus importante des fichiers [[Référence:Format Fichiers#.ggt_-_GeoGebra_Worksheet|.ggt]].
 +
 +
Pour une introduction sommaire, voir  [[Référence:XML|Référence:Xml]].
 +
 +
Une explication des termes relatifs au Xml peut être trouvée dans le [[Référence:Glossaire XML |Glossaire XML]].
 +
 +
--[[Utilisateur:Noel Lambert|Noel Lambert]] 22 décembre 2011 à 11:28 (CET)
 +
 +
[[Catégorie:Référence|XML balises dans geogebra macro.xml]]
 
==Global Declarations==
 
==Global Declarations==
 
                      
 
                      
Ligne 18 : Ligne 27 :
 
       <tr>
 
       <tr>
 
         <th>Nillable</th>
 
         <th>Nillable</th>
        <td>no</td>
 
      </tr>
 
 
      <tr>
 
        <th>Abstract</th>
 
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <div class="sample box">
 
   <div class="sample box">
      <div>XML Instance Representation</div>
 
 
 
       <div id="Element:_geogebra_xibox" class="contents">
 
       <div id="Element:_geogebra_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;geogebra<div style="margin-left: 0.5em">format="xs:double [0..1]"</div>&gt; <br/>
 
         <div style="margin-left: 0em">&lt;geogebra<div style="margin-left: 0.5em">format="xs:double [0..1]"</div>&gt; <br/>
Ligne 50 : Ligne 52 :
 
       <tr>
 
       <tr>
 
         <th>Nillable</th>
 
         <th>Nillable</th>
        <td>no</td>
 
      </tr>
 
 
      <tr>
 
        <th>Abstract</th>
 
 
         <td>no</td>
 
         <td>no</td>
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 
   <div class="sample box">
 
   <div class="sample box">
      <div>XML Instance Representation</div>
 
 
 
       <div id="Element:_macro_xibox" class="contents">
 
       <div id="Element:_macro_xibox" class="contents">
 
         <div style="margin-left: 0em">&lt;macro<div style="margin-left: 0.5em">cmdName="xs:string [0..1]"</div>
 
         <div style="margin-left: 0em">&lt;macro<div style="margin-left: 0.5em">cmdName="xs:string [0..1]"</div>
Ligne 68 : Ligne 63 :
 
             <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; [[Reference:Common XML tags and types#Type:_ioType|ioType]] &lt;/macroInput&gt; [1]</div>
+
             <div style="margin-left: 1.5em">&lt;macroInput&gt; [[Référence:Balises_et_Types_communs_dans_le_XML#Type:_ioType|ioType]] &lt;/macroInput&gt; [1]</div>
             <div style="margin-left: 1.5em">&lt;macroOutput&gt; [[Reference:Common XML tags and types#Type:_ioType|ioType]] &lt;/macroOutput&gt; [1]</div>
+
             <div style="margin-left: 1.5em">&lt;macroOutput&gt; [[Référence:Balises_et_Types_communs_dans_le_XML#Type:_ioType|ioType]] &lt;/macroOutput&gt; [1]</div>
             <div style="margin-left: 1.5em">&lt;[[Reference:Common XML tags and types#Element:_construction|construction]]&gt; ... &lt;/[[Reference:Common XML tags and types#Element:_construction|construction]]&gt; [1]</div>&lt;/macro&gt;</div>
+
             <div style="margin-left: 1.5em">&lt;[[Référence:Balises_et_Types_communs_dans_le_XML#Element:_construction|construction]]&gt; ... &lt;/[[Référence:Balises_et_Types_communs_dans_le_XML#Element:_construction|construction]]&gt; [1]</div>&lt;/macro&gt;</div>
  
 
       </div>
 
       </div>
 
   </div>
 
   </div>

Version actuelle datée du 30 novembre 2019 à 04:14

Le document suivant a été généré par une modification de la feuille de style xs3p.

Il contient les définitions des balises utilisées dans geogebra.xml, qui est la partie la plus importante des fichiers .ggt.

Pour une introduction sommaire, voir Référence:Xml.

Une explication des termes relatifs au Xml peut être trouvée dans le Glossaire XML.

--Noel Lambert 22 décembre 2011 à 11:28 (CET)

Global Declarations

Element: geogebra

Name geogebra
Type Locally-defined complex type
Nillable no
<geogebra
format="xs:double [0..1]"
>
<macro> ... </macro> [1..*]
</geogebra>

Element: macro

Name macro
Type Locally-defined complex type
Nillable no
<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