User talk:Zbynek

From GeoGebra Manual
Revision as of 21:28, 21 May 2010 by Zbynek (talk | contribs) (Created page with '<h1> <a name="top" id="top">XML Schema Documentation</a> </h1> <div style="float: right;"> <div id="printerControls" style="display:none;"><input type="checkb...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<a name="top" id="top">XML Schema Documentation</a>

     <script type="text/javascript">

</script>

     <script type="text/javascript">

</script>

Table of Contents

  • <a href="#SchemaProperties">Schema Document Properties</a>
  • <a href="#SchemaDeclarations">Global Declarations</a>
    • <a href="#element_axis">Element: axis</a>
    • <a href="#element_casSession">Element: casSession</a>
    • <a href="#element_euclidianView">Element: euclidianView</a>
    • <a href="#element_euclidianView3D">Element: euclidianView3D</a>
    • <a href="#element_expression">Element: expression</a>
    • <a href="#element_geogebra">Element: geogebra</a>
    • <a href="#element_gui">Element: gui</a>
    • <a href="#element_kernel">Element: kernel</a>
    • <a href="#element_pane">Element: pane</a>
    • <a href="#element_perspective">Element: perspective</a>
    • <a href="#element_show">Element: show</a>
    • <a href="#element_size">Element: size</a>
    • <a href="#element_splitDivider">Element: splitDivider</a>
    • <a href="#element_spreadsheetView">Element: spreadsheetView</a>
    • <a href="#element_toolbar">Element: toolbar</a>
    • <a href="#element_view">Element: view</a>
  • <a href="#Glossary">Glossary</a>
     <a href="#top">top</a>

<a name="SchemaProperties" id="SchemaProperties">Schema Document Properties</a>

         <a title="Look up 'Target Namespace' in glossary" href="#term_TargetNS">Target Namespace</a>
None
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations have no namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema includes components from the following schema document(s):
    • <a title="Jump to schema documentation for 'common.xsd'." href=" commonxsd.html ">common.xsd</a>
Documentation

This is a schema for file geogebra.xml which should be compatible with GeoGebra 4.0 file format.

Application Data

This schema is a part of GeoGebra which is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version.

This schema is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with GeoGebra; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

Declared Namespaces

Prefix Namespace
         <a name="ns_xml" id="ns_xml">xml</a>
http://www.w3.org/XML/1998/namespace
         <a name="ns_xs" id="ns_xs">xs</a>
http://www.w3.org/2001/XMLSchema
<input type="button" id="schema_scbox_button" class="control" onclick="switchState('schema_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:schema>
<xs:include schemaLocation="common.xsd"/>
...
</xs:schema>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

<a name="SchemaDeclarations" id="SchemaDeclarations">Global Declarations</a>

Element: <a name="element_axis" class="name" id="element_axis">axis</a>

Name axis
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
<input type="button" id="element_axis_xibox_button" class="control" onclick="switchState('element_axis_xibox'); return false;" style="display: none" /> XML Instance Representation
<axis
id="<a title="Jump to "axisIds" type definition(located in external schema documentation)." href="commonxsd.html#type_axisIds" class="externalLink">axisIds</a> [1]"
show="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
label="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string [0..1]"
unitLabel="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string [0..1]"
tickStyle="<a title="Jump to "tickStyles" type definition(located in external schema documentation)." href="commonxsd.html#type_tickStyles" class="externalLink">tickStyles</a> [0..1]"
tickDistance="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"
showNumbers="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"/>
     <script type="text/javascript">

</script>

<input type="button" id="element_axis_scbox_button" class="control" onclick="switchState('element_axis_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="axis">
<xs:complexType>
<xs:attribute name="id" type="<a title="Jump to "axisIds" type definition(located in external schema documentation)." href="commonxsd.html#type_axisIds" class="externalLink">axisIds</a>" use="required"/>
<xs:attribute name="show" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="label" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string"/>
<xs:attribute name="unitLabel" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string"/>
<xs:attribute name="tickStyle" type="<a title="Jump to "tickStyles" type definition(located in external schema documentation)." href="commonxsd.html#type_tickStyles" class="externalLink">tickStyles</a>"/>
<xs:attribute name="tickDistance" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
<xs:attribute name="showNumbers" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_casSession" class="name" id="element_casSession">casSession</a>

Name casSession
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
Documentation

Works only with GeoGebra >= 4.0

<input type="button" id="element_casSession_xibox_button" class="control" onclick="switchState('element_casSession_xibox'); return false;" style="display: none" /> XML Instance Representation
<casSession>
<cellPair> [1..*]
Start <a title="Look up 'Sequence' in glossary" href="#term_Sequence">Sequence</a> [0..1]
<inputCell> [1]
<<a title="Jump to "expression" element declaration." href="#element_expression">expression</a>> ... </<a title="Jump to "expression" element declaration." href="#element_expression">expression</a>> [1]
</inputCell>
<outputCell> [1]
<<a title="Jump to "expression" element declaration." href="#element_expression">expression</a>> ... </<a title="Jump to "expression" element declaration." href="#element_expression">expression</a>> [1]
</outputCell>
End Sequence
</cellPair>
</casSession>
     <script type="text/javascript">

</script>

<input type="button" id="element_casSession_scbox_button" class="control" onclick="switchState('element_casSession_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="casSession">
<xs:complexType>
<xs:sequence>
<xs:element name="cellPair" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence minOccurs="0">
<xs:element name="inputCell">
<xs:complexType>
<xs:sequence>
<xs:element ref="<a title="Jump to "expression" element declaration." href="#element_expression">expression</a>"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="outputCell">
<xs:complexType>
<xs:sequence>
<xs:element ref="<a title="Jump to "expression" element declaration." href="#element_expression">expression</a>"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_euclidianView" class="name" id="element_euclidianView">euclidianView</a>

Name euclidianView
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
<input type="button" id="element_euclidianView_xibox_button" class="control" onclick="switchState('element_euclidianView_xibox'); return false;" style="display: none" /> XML Instance Representation
<euclidianView>
<<a title="Jump to "size" element declaration." href="#element_size">size</a>> ... </<a title="Jump to "size" element declaration." href="#element_size">size</a>> [1]
<coordSystem
xZero="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"
yZero="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"
scale="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"
xscale="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"
yscale="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"/> [1]
<evSettings
axes="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
grid="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
gridIsBold="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
pointCapturing="<a title="Jump to "pointCapturings" type definition(located in external schema documentation)." href="commonxsd.html#type_pointCapturings" class="externalLink">pointCapturings</a> [0..1]"
pointStyle="<a title="Jump to "pointStyles" type definition(located in external schema documentation)." href="commonxsd.html#type_pointStyles" class="externalLink">pointStyles</a> [0..1]"
rightAngleStyle="<a title="Jump to "rightAngleStyles" type definition(located in external schema documentation)." href="commonxsd.html#type_rightAngleStyles" class="externalLink">rightAngleStyles</a> [0..1]"
checkboxSize="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a> [0..1]"
gridType="<a title="Jump to "gridTypes" type definition(located in external schema documentation)." href="commonxsd.html#type_gridTypes" class="externalLink">gridTypes</a> [0..1]"/> [1]
<bgColor> <a title="Jump to "rgbColor" type definition(located in external schema documentation)." href="commonxsd.html#type_rgbColor" class="externalLink">rgbColor</a> </bgColor> [1]
<axesColor> <a title="Jump to "rgbColor" type definition(located in external schema documentation)." href="commonxsd.html#type_rgbColor" class="externalLink">rgbColor</a> </axesColor> [1]
<gridColor> <a title="Jump to "rgbColor" type definition(located in external schema documentation)." href="commonxsd.html#type_rgbColor" class="externalLink">rgbColor</a> </gridColor> [1]
<lineStyle
axes="<a title="Jump to "axisTypes" type definition(located in external schema documentation)." href="commonxsd.html#type_axisTypes" class="externalLink">axisTypes</a> [0..1]"
grid="<a title="Jump to "lineTypes" type definition(located in external schema documentation)." href="commonxsd.html#type_lineTypes" class="externalLink">lineTypes</a> [0..1]"/> [1]
<<a title="Jump to "axis" element declaration." href="#element_axis">axis</a>> ... </<a title="Jump to "axis" element declaration." href="#element_axis">axis</a>> [2..2]
</euclidianView>
     <script type="text/javascript">

</script>

<input type="button" id="element_euclidianView_scbox_button" class="control" onclick="switchState('element_euclidianView_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="euclidianView">
<xs:complexType>
<xs:sequence>
<xs:element ref="<a title="Jump to "size" element declaration." href="#element_size">size</a>"/>
<xs:element name="coordSystem">
<xs:complexType>
<xs:attribute name="xZero" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
<xs:attribute name="yZero" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
<xs:attribute name="scale" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
<xs:attribute name="xscale" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
<xs:attribute name="yscale" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
</xs:complexType>
</xs:element>
<xs:element name="evSettings">
<xs:complexType>
<xs:attribute name="axes" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="grid" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="gridIsBold" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="pointCapturing" type="<a title="Jump to "pointCapturings" type definition(located in external schema documentation)." href="commonxsd.html#type_pointCapturings" class="externalLink">pointCapturings</a>"/>
<xs:attribute name="pointStyle" type="<a title="Jump to "pointStyles" type definition(located in external schema documentation)." href="commonxsd.html#type_pointStyles" class="externalLink">pointStyles</a>"/>
<xs:attribute name="rightAngleStyle" type="<a title="Jump to "rightAngleStyles" type definition(located in external schema documentation)." href="commonxsd.html#type_rightAngleStyles" class="externalLink">rightAngleStyles</a>"/>
<xs:attribute name="checkboxSize" type="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a>"/>
<xs:attribute name="gridType" type="<a title="Jump to "gridTypes" type definition(located in external schema documentation)." href="commonxsd.html#type_gridTypes" class="externalLink">gridTypes</a>"/>
</xs:complexType>
</xs:element>
<xs:element name="bgColor" type="<a title="Jump to "rgbColor" type definition(located in external schema documentation)." href="commonxsd.html#type_rgbColor" class="externalLink">rgbColor</a>"/>
<xs:element name="axesColor" type="<a title="Jump to "rgbColor" type definition(located in external schema documentation)." href="commonxsd.html#type_rgbColor" class="externalLink">rgbColor</a>"/>
<xs:element name="gridColor" type="<a title="Jump to "rgbColor" type definition(located in external schema documentation)." href="commonxsd.html#type_rgbColor" class="externalLink">rgbColor</a>"/>
<xs:element name="lineStyle">
<xs:complexType>
<xs:attribute name="axes" type="<a title="Jump to "axisTypes" type definition(located in external schema documentation)." href="commonxsd.html#type_axisTypes" class="externalLink">axisTypes</a>"/>
<xs:attribute name="grid" type="<a title="Jump to "lineTypes" type definition(located in external schema documentation)." href="commonxsd.html#type_lineTypes" class="externalLink">lineTypes</a>"/>
</xs:complexType>
</xs:element>
<xs:element ref="<a title="Jump to "axis" element declaration." href="#element_axis">axis</a>" minOccurs="2" maxOccurs="2"/>
</xs:sequence>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_euclidianView3D" class="name" id="element_euclidianView3D">euclidianView3D</a>

Name euclidianView3D
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
<input type="button" id="element_euclidianView3D_xibox_button" class="control" onclick="switchState('element_euclidianView3D_xibox'); return false;" style="display: none" /> XML Instance Representation
<euclidianView3D>
<<a title="Jump to "size" element declaration." href="#element_size">size</a>> ... </<a title="Jump to "size" element declaration." href="#element_size">size</a>> [0..1]
<coordSystem
xZero="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"
yZero="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"
zZero="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"
scale="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"
xAngle="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"
zAngle="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"/> [1]
<<a title="Jump to "axis" element declaration." href="#element_axis">axis</a>> ... </<a title="Jump to "axis" element declaration." href="#element_axis">axis</a>> [3..3]
<plane
show="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"/> [1]
</euclidianView3D>
     <script type="text/javascript">

</script>

<input type="button" id="element_euclidianView3D_scbox_button" class="control" onclick="switchState('element_euclidianView3D_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="euclidianView3D">
<xs:complexType>
<xs:sequence>
<xs:element ref="<a title="Jump to "size" element declaration." href="#element_size">size</a>" minOccurs="0"/>
<-- does it really occur? -->
<xs:element name="coordSystem">
<xs:complexType>
<xs:attribute name="xZero" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
<xs:attribute name="yZero" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
<xs:attribute name="zZero" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
<xs:attribute name="scale" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
<xs:attribute name="xAngle" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
<xs:attribute name="zAngle" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
</xs:complexType>
</xs:element>
<xs:element ref="<a title="Jump to "axis" element declaration." href="#element_axis">axis</a>" minOccurs="3" maxOccurs="3"/>
<xs:element name="plane">
<xs:complexType>
<xs:attribute name="show" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_expression" class="name" id="element_expression">expression</a>

Name expression
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
<input type="button" id="element_expression_xibox_button" class="control" onclick="switchState('element_expression_xibox'); return false;" style="display: none" /> XML Instance Representation
<expression
value="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string [0..1]"/>
     <script type="text/javascript">

</script>

<input type="button" id="element_expression_scbox_button" class="control" onclick="switchState('element_expression_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="expression">
<xs:complexType>
<xs:attribute name="value" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string"/>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_geogebra" class="name" id="element_geogebra">geogebra</a>

Name geogebra
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
<input type="button" id="element_geogebra_xibox_button" class="control" onclick="switchState('element_geogebra_xibox'); return false;" style="display: none" /> XML Instance Representation
<geogebra
format="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [1]">
Start <a title="Look up 'All' in glossary" href="#term_All">All</a> [1]
<<a title="Jump to "gui" element declaration." href="#element_gui">gui</a>> ... </<a title="Jump to "gui" element declaration." href="#element_gui">gui</a>> [1]
<<a title="Jump to "euclidianView" element declaration." href="#element_euclidianView">euclidianView</a>> ... </<a title="Jump to "euclidianView" element declaration." href="#element_euclidianView">euclidianView</a>> [0..1]
<<a title="Jump to "euclidianView3D" element declaration." href="#element_euclidianView3D">euclidianView3D</a>> ... </<a title="Jump to "euclidianView3D" element declaration." href="#element_euclidianView3D">euclidianView3D</a>> [0..1]
<<a title="Jump to "spreadsheetView" element declaration." href="#element_spreadsheetView">spreadsheetView</a>> ... </<a title="Jump to "spreadsheetView" element declaration." href="#element_spreadsheetView">spreadsheetView</a>> [0..1]
<<a title="Jump to "kernel" element declaration." href="#element_kernel">kernel</a>> ... </<a title="Jump to "kernel" element declaration." href="#element_kernel">kernel</a>> [1]
<<a title="Jump to "construction" element declaration(located in external schema documentation)." href="commonxsd.html#element_construction" class="externalLink">construction</a>> ... </<a title="Jump to "construction" element declaration(located in external schema documentation)." href="commonxsd.html#element_construction" class="externalLink">construction</a>> [1]
<<a title="Jump to "casSession" element declaration." href="#element_casSession">casSession</a>> ... </<a title="Jump to "casSession" element declaration." href="#element_casSession">casSession</a>> [0..1]
End All
</geogebra>
     <script type="text/javascript">

</script>

<input type="button" id="element_geogebra_scbox_button" class="control" onclick="switchState('element_geogebra_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="geogebra">
<xs:complexType>
<xs:all>
<xs:element ref="<a title="Jump to "gui" element declaration." href="#element_gui">gui</a>"/>
<xs:element ref="<a title="Jump to "euclidianView" element declaration." href="#element_euclidianView">euclidianView</a>" minOccurs="0"/>
<xs:element ref="<a title="Jump to "euclidianView3D" element declaration." href="#element_euclidianView3D">euclidianView3D</a>" minOccurs="0"/>
<xs:element ref="<a title="Jump to "spreadsheetView" element declaration." href="#element_spreadsheetView">spreadsheetView</a>" minOccurs="0"/>
<xs:element ref="<a title="Jump to "kernel" element declaration." href="#element_kernel">kernel</a>"/>
<xs:element ref="<a title="Jump to "construction" element declaration(located in external schema documentation)." href="commonxsd.html#element_construction" class="externalLink">construction</a>"/>
<xs:element ref="<a title="Jump to "casSession" element declaration." href="#element_casSession">casSession</a>" minOccurs="0"/>
</xs:all>
<xs:attribute name="format" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double" use="required"/>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_gui" class="name" id="element_gui">gui</a>

Name gui
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
<input type="button" id="element_gui_xibox_button" class="control" onclick="switchState('element_gui_xibox'); return false;" style="display: none" /> XML Instance Representation
<gui>
<window
width="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a> [1]"
height="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a> [1]"/> [0..1]
<perspectives> [0..1]
<<a title="Jump to "perspective" element declaration." href="#element_perspective">perspective</a>> ... </<a title="Jump to "perspective" element declaration." href="#element_perspective">perspective</a>> [1..*]
</perspectives>
<labelingStyle> <a title="Jump to "intVal" type definition(located in external schema documentation)." href="commonxsd.html#type_intVal" class="externalLink">intVal</a> </labelingStyle> [0..1]
<consProtColumns
col0="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
col1="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
col2="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
col3="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
col4="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
col5="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"/> [0..1]
<consProtocol
useColors="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
showOnlyBreakpoints="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"/> [0..1]
<consProtNavigationBar
show="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
playButton="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
playDelay="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"
protButton="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
consStep="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:int [0..1]"/> [0..1]
<show> ... </show> [0..1]
<<a title="Jump to "splitDivider" element declaration." href="#element_splitDivider">splitDivider</a>> ... </<a title="Jump to "splitDivider" element declaration." href="#element_splitDivider">splitDivider</a>> [0..1]
<<a title="Jump to "toolbar" element declaration." href="#element_toolbar">toolbar</a>> ... </<a title="Jump to "toolbar" element declaration." href="#element_toolbar">toolbar</a>> [0..1]
<font
size="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a> [1]"/> [0..1]
</gui>
     <script type="text/javascript">

</script>

<input type="button" id="element_gui_scbox_button" class="control" onclick="switchState('element_gui_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="gui">
<xs:complexType>
<xs:sequence>
<xs:element name="window" minOccurs="0">
<xs:complexType>
<xs:attribute name="width" type="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a>" use="required"/>
<xs:attribute name="height" type="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a>" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="perspectives" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element ref="<a title="Jump to "perspective" element declaration." href="#element_perspective">perspective</a>" maxOccurs="unbounded" minOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="labelingStyle" type="<a title="Jump to "intVal" type definition(located in external schema documentation)." href="commonxsd.html#type_intVal" class="externalLink">intVal</a>" minOccurs="0"/>
<xs:element name="consProtColumns" minOccurs="0">
<xs:complexType>
<xs:attribute name="col0" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="col1" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="col2" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="col3" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="col4" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="col5" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
</xs:complexType>
</xs:element>
<xs:element name="consProtocol" minOccurs="0">
<xs:complexType>
<xs:attribute name="useColors" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="showOnlyBreakpoints" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
</xs:complexType>
</xs:element>
<xs:element name="consProtNavigationBar" minOccurs="0">
<xs:complexType>
<xs:attribute name="show" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="playButton" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="playDelay" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
<xs:attribute name="protButton" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="consStep" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:int"/>
</xs:complexType>
</xs:element>
<xs:element name="show" minOccurs="0"/>
<xs:element ref="<a title="Jump to "splitDivider" element declaration." href="#element_splitDivider">splitDivider</a>" minOccurs="0"/>
<xs:element ref="<a title="Jump to "toolbar" element declaration." href="#element_toolbar">toolbar</a>" minOccurs="0"/>
<xs:element name="font" minOccurs="0">
<xs:complexType>
<xs:attribute name="size" type="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a>" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_kernel" class="name" id="element_kernel">kernel</a>

Name kernel
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
<input type="button" id="element_kernel_xibox_button" class="control" onclick="switchState('element_kernel_xibox'); return false;" style="display: none" /> XML Instance Representation
<kernel>
<continuous> <a title="Jump to "boolVal" type definition(located in external schema documentation)." href="commonxsd.html#type_boolVal" class="externalLink">boolVal</a> </continuous> [0..1]
<decimals> <a title="Jump to "intVal" type definition(located in external schema documentation)." href="commonxsd.html#type_intVal" class="externalLink">intVal</a> </decimals> [1]
<significantFigures> <a title="Jump to "intVal" type definition(located in external schema documentation)." href="commonxsd.html#type_intVal" class="externalLink">intVal</a> </significantFigures> [0..1]
<angleUnit
val="<a title="Jump to "angleUnits" type definition(located in external schema documentation)." href="commonxsd.html#type_angleUnits" class="externalLink">angleUnits</a> [1]"/> [1]
<algebraStyle
val="<a title="Jump to "algebraStyles" type definition(located in external schema documentation)." href="commonxsd.html#type_algebraStyles" class="externalLink">algebraStyles</a> [1]"/> [0..1]
<coordStyle> <a title="Jump to "intVal" type definition(located in external schema documentation)." href="commonxsd.html#type_intVal" class="externalLink">intVal</a> </coordStyle> [1]
<startAnimation> <a title="Jump to "boolVal" type definition(located in external schema documentation)." href="commonxsd.html#type_boolVal" class="externalLink">boolVal</a> </startAnimation> [1]
</kernel>
     <script type="text/javascript">

</script>

<input type="button" id="element_kernel_scbox_button" class="control" onclick="switchState('element_kernel_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="kernel">
<xs:complexType>
<xs:sequence>
<xs:element name="continuous" type="<a title="Jump to "boolVal" type definition(located in external schema documentation)." href="commonxsd.html#type_boolVal" class="externalLink">boolVal</a>" minOccurs="0"/>
<xs:element name="decimals" type="<a title="Jump to "intVal" type definition(located in external schema documentation)." href="commonxsd.html#type_intVal" class="externalLink">intVal</a>"/>
<xs:element name="significantFigures" type="<a title="Jump to "intVal" type definition(located in external schema documentation)." href="commonxsd.html#type_intVal" class="externalLink">intVal</a>" minOccurs="0"/>
<xs:element name="angleUnit">
<xs:complexType>
<xs:attribute name="val" type="<a title="Jump to "angleUnits" type definition(located in external schema documentation)." href="commonxsd.html#type_angleUnits" class="externalLink">angleUnits</a>" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="algebraStyle" minOccurs="0">
<xs:complexType>
<xs:attribute name="val" type="<a title="Jump to "algebraStyles" type definition(located in external schema documentation)." href="commonxsd.html#type_algebraStyles" class="externalLink">algebraStyles</a>" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="coordStyle" type="<a title="Jump to "intVal" type definition(located in external schema documentation)." href="commonxsd.html#type_intVal" class="externalLink">intVal</a>"/>
<xs:element name="startAnimation" type="<a title="Jump to "boolVal" type definition(located in external schema documentation)." href="commonxsd.html#type_boolVal" class="externalLink">boolVal</a>"/>
</xs:sequence>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_pane" class="name" id="element_pane">pane</a>

Name pane
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
<input type="button" id="element_pane_xibox_button" class="control" onclick="switchState('element_pane_xibox'); return false;" style="display: none" /> XML Instance Representation
<pane
location="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string [1]"
divider="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double [0..1]"
orientation="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a> [0..1]"/>
     <script type="text/javascript">

</script>

<input type="button" id="element_pane_scbox_button" class="control" onclick="switchState('element_pane_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="pane">
<xs:complexType>
<xs:attribute name="location" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string" use="required"/>
<xs:attribute name="divider" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:double"/>
<xs:attribute name="orientation" type="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a>"/>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_perspective" class="name" id="element_perspective">perspective</a>

Name perspective
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
<input type="button" id="element_perspective_xibox_button" class="control" onclick="switchState('element_perspective_xibox'); return false;" style="display: none" /> XML Instance Representation
<perspective
id="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string [0..1]">
<panes> [1]
<<a title="Jump to "pane" element declaration." href="#element_pane">pane</a>> ... </<a title="Jump to "pane" element declaration." href="#element_pane">pane</a>> [1..*]
</panes>
<views> [1]
<<a title="Jump to "view" element declaration." href="#element_view">view</a>> ... </<a title="Jump to "view" element declaration." href="#element_view">view</a>> [1..*]
</views>
<toolbar> <a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string </toolbar> [1]
<show
axes="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
grid="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"/> [1]
<input
show="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
cmd="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
top="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"/> [1]
</perspective>
     <script type="text/javascript">

</script>

<input type="button" id="element_perspective_scbox_button" class="control" onclick="switchState('element_perspective_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="perspective">
<xs:complexType>
<xs:sequence>
<xs:element name="panes">
<xs:complexType>
<xs:sequence>
<xs:element ref="<a title="Jump to "pane" element declaration." href="#element_pane">pane</a>" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="views">
<xs:complexType>
<xs:sequence>
<xs:element ref="<a title="Jump to "view" element declaration." href="#element_view">view</a>" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="toolbar" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string"/>
<xs:element name="show">
<xs:complexType>
<xs:attribute name="axes" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="grid" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
</xs:complexType>
</xs:element>
<xs:element name="input">
<xs:complexType>
<xs:attribute name="show" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="cmd" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="top" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string"/>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_show" class="name" id="element_show">show</a>

Name show
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
Documentation

Deprecated since 4.0, use perspectives insted.

<input type="button" id="element_show_xibox_button" class="control" onclick="switchState('element_show_xibox'); return false;" style="display: none" /> XML Instance Representation
<show
algebraView="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
spreadsheetView="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
auxiliaryObjects="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
algebraInput="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
cmdList="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"/>
     <script type="text/javascript">

</script>

<input type="button" id="element_show_scbox_button" class="control" onclick="switchState('element_show_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="show">
<xs:complexType>
<xs:attribute name="algebraView" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="spreadsheetView" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="auxiliaryObjects" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="algebraInput" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="cmdList" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_size" class="name" id="element_size">size</a>

Name size
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
<input type="button" id="element_size_xibox_button" class="control" onclick="switchState('element_size_xibox'); return false;" style="display: none" /> XML Instance Representation
<size
width="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a> [1]"
height="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a> [1]"/>
     <script type="text/javascript">

</script>

<input type="button" id="element_size_scbox_button" class="control" onclick="switchState('element_size_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="size">
<xs:complexType>
<xs:attribute name="width" type="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a>" use="required"/>
<xs:attribute name="height" type="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a>" use="required"/>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_splitDivider" class="name" id="element_splitDivider">splitDivider</a>

Name splitDivider
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
Documentation

Deprecated since 4.0, use perspectives/perspective/panes insted.

<input type="button" id="element_splitDivider_xibox_button" class="control" onclick="switchState('element_splitDivider_xibox'); return false;" style="display: none" /> XML Instance Representation
<splitDivider
loc="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a> [0..1]"
locVertical="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a> [0..1]"
loc2="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a> [0..1]"
locVertical2="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a> [0..1]"
horizontal="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"/>
     <script type="text/javascript">

</script>

<input type="button" id="element_splitDivider_scbox_button" class="control" onclick="switchState('element_splitDivider_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="splitDivider">
<xs:complexType>
<xs:attribute name="loc" type="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a>"/>
<xs:attribute name="locVertical" type="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a>"/>
<xs:attribute name="loc2" type="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a>"/>
<xs:attribute name="locVertical2" type="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a>"/>
<xs:attribute name="horizontal" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_spreadsheetView" class="name" id="element_spreadsheetView">spreadsheetView</a>

Name spreadsheetView
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
<input type="button" id="element_spreadsheetView_xibox_button" class="control" onclick="switchState('element_spreadsheetView_xibox'); return false;" style="display: none" /> XML Instance Representation
<spreadsheetView>
<<a title="Jump to "size" element declaration." href="#element_size">size</a>> ... </<a title="Jump to "size" element declaration." href="#element_size">size</a>> [1]
<spreadsheetColumn
id="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a> [1]"
width="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a> [1]"/> [0..*]
</spreadsheetView>
     <script type="text/javascript">

</script>

<input type="button" id="element_spreadsheetView_scbox_button" class="control" onclick="switchState('element_spreadsheetView_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="spreadsheetView">
<xs:complexType>
<xs:sequence>
<xs:element ref="<a title="Jump to "size" element declaration." href="#element_size">size</a>"/>
<xs:element name="spreadsheetColumn" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="id" type="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a>" use="required"/>
<xs:attribute name="width" type="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a>" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_toolbar" class="name" id="element_toolbar">toolbar</a>

Name toolbar
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
Documentation

Deprecated since 4.0, use perspectives/perspective/toolbar insted.

<input type="button" id="element_toolbar_xibox_button" class="control" onclick="switchState('element_toolbar_xibox'); return false;" style="display: none" /> XML Instance Representation
<toolbar
str="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string [0..1]"/>
     <script type="text/javascript">

</script>

<input type="button" id="element_toolbar_scbox_button" class="control" onclick="switchState('element_toolbar_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="toolbar">
<xs:complexType>
<xs:attribute name="str" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string"/>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

Element: <a name="element_view" class="name" id="element_view">view</a>

Name view
Type Locally-defined complex type
         <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
no
         <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
no
<input type="button" id="element_view_xibox_button" class="control" onclick="switchState('element_view_xibox'); return false;" style="display: none" /> XML Instance Representation
<view
id="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a> [1]"
visible="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
inframe="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean [0..1]"
location="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string [0..1]"
size="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a> [0..1]"
window="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string [0..1]"/>
     <script type="text/javascript">

</script>

<input type="button" id="element_view_scbox_button" class="control" onclick="switchState('element_view_scbox'); return false;" style="display: none" /> Schema Component Representation
<xs:element name="view">
<xs:complexType>
<xs:attribute name="id" type="<a title="Jump to "positiveInt" type definition(located in external schema documentation)." href="commonxsd.html#type_positiveInt" class="externalLink">positiveInt</a>" use="required"/>
<xs:attribute name="visible" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="inframe" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:boolean"/>
<xs:attribute name="location" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string"/>
<xs:attribute name="size" type="<a title="Jump to "nonNegInt" type definition(located in external schema documentation)." href="commonxsd.html#type_nonNegInt" class="externalLink">nonNegInt</a>"/>
<xs:attribute name="window" type="<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string"/>
</xs:complexType>
</xs:element>
     <script type="text/javascript">

</script>

     <a href="#top">top</a>

<a name="Glossary" id="Glossary">Glossary</a>

<a name="term_Abstract" id="term_Abstract">Abstract</a> (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

<a name="term_All" id="term_All">All Model Group</a> Child elements can be provided in any order in instances. See: <a title="http://www.w3.org/TR/xmlschema-1/#element-all" href="http://www.w3.org/TR/xmlschema-1/#element-all">http://www.w3.org/TR/xmlschema-1/#element-all</a>.

<a name="term_Choice" id="term_Choice">Choice Model Group</a> Only one from the list of child elements and model groups can be provided in instances. See: <a title="http://www.w3.org/TR/xmlschema-1/#element-choice" href="http://www.w3.org/TR/xmlschema-1/#element-choice">http://www.w3.org/TR/xmlschema-1/#element-choice</a>.

<a name="term_CollapseWS" id="term_CollapseWS">Collapse Whitespace Policy</a> Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

<a name="term_ElemBlock" id="term_ElemBlock">Disallowed Substitutions</a> (Applies to element declarations). If substitution is specified, then <a title="Look up 'substitution group' in glossary" href="#term_SubGroup">substitution group</a> members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

<a name="term_Key" id="term_Key">Key Constraint</a> Like <a title="Look up 'Uniqueness Constraint' in glossary" href="#term_Unique">Uniqueness Constraint</a>, but additionally requires that the specified value(s) must be provided. See: <a title="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions" href="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions">http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions</a>.

<a name="term_KeyRef" id="term_KeyRef">Key Reference Constraint</a> Ensures that the specified value(s) must match value(s) from a <a title="Look up 'Key Constraint' in glossary" href="#term_Key">Key Constraint</a> or <a title="Look up 'Uniqueness Constraint' in glossary" href="#term_Unique">Uniqueness Constraint</a>. See: <a title="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions" href="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions">http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions</a>.

<a name="term_ModelGroup" id="term_ModelGroup">Model Group</a> Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: <a title="http://www.w3.org/TR/xmlschema-1/#Model_Groups" href="http://www.w3.org/TR/xmlschema-1/#Model_Groups">http://www.w3.org/TR/xmlschema-1/#Model_Groups</a>.

<a name="term_Nillable" id="term_Nillable">Nillable</a> (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

<a name="term_Notation" id="term_Notation">Notation</a> A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: <a title="http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations" href="http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations">http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations</a>.

<a name="term_PreserveWS" id="term_PreserveWS">Preserve Whitespace Policy</a> Preserve whitespaces exactly as they appear in instances.

<a name="term_TypeFinal" id="term_TypeFinal">Prohibited Derivations</a> (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

<a name="term_TypeBlock" id="term_TypeBlock">Prohibited Substitutions</a> (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

<a name="term_ReplaceWS" id="term_ReplaceWS">Replace Whitespace Policy</a> Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

<a name="term_Sequence" id="term_Sequence">Sequence Model Group</a> Child elements and model groups must be provided in the specified order in instances. See: <a title="http://www.w3.org/TR/xmlschema-1/#element-sequence" href="http://www.w3.org/TR/xmlschema-1/#element-sequence">http://www.w3.org/TR/xmlschema-1/#element-sequence</a>.

<a name="term_SubGroup" id="term_SubGroup">Substitution Group</a> Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

<a name="term_ElemFinal" id="term_ElemFinal">Substitution Group Exclusions</a> (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

<a name="term_TargetNS" id="term_TargetNS">Target Namespace</a> The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

<a name="term_Unique" id="term_Unique">Uniqueness Constraint</a> Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: <a title="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions" href="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions">http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions</a>.

       <a href="#top">top</a>

© 2024 International GeoGebra Institute