<productinfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:noNamespaceSchemaLocation="optional">
    <?xml-stylesheet type="text/xsl"href="optional"?>
    <!-- info.xml file for the GSW Oceanographic Toolbox -->
    <!-- Version 3.0 -->
    <!-- Copyright (27th May 2011) (SCOR/IAPSO WG127).-->
    
    <matlabrelease>3.0</matlabrelease>
    <name>GSW Oceanographic</name>
    <type>toolbox</type>
    <icon>/html/gsw_icon.png</icon>
    <help_location>/html</help_location>
    <!--<help_contents_icon>/html/gsw_icon.gif</help_contents_icon> -->
    
    <!-- - - - - - - - - - - - -  Start menu - - - - - - - - - - - - - - - -->
    <!-- Optional list of entries to display on Start Menu -->
    <!-- Callback items are function calls or commands for toolbox -->
    <!-- Refresh the Start button to see your entries -->
    <!-- Remove this list if you do not want a Start button entry -->
    <list>
         <listitem>
            <label>GSW Oceanographic Toolbox</label>
            <!-- This callback is a command to open your documentation -->
            <callback>web(which('gsw_front_page.html'),'-helpbrowser')</callback>
              <!-- Menu item icon (a toolbox icon from the help browser ) -->
              <icon>/html/gsw_icon.png</icon>
        </listitem>
        <listitem>
            <!-- A menu item label for a opening a GUI  -->
            <label>Functions</label>
            <!-- A command to open a GUI, if any -->
            <callback>web(which('gsw_contents.html'),'-helpbrowser')</callback>
            <!-- The icon for this menu item -->
            <icon>$toolbox/matlab/icons/helpicon.gif</icon>
        </listitem>
        <listitem>
             <!-- Include call to open your Web site, if any -->
           <label>TEOS-10 Web page</label>
            <callback>web http://www.TEOS-10.org -browser;</callback>
            <icon>$docroot/techdoc/matlab_env/examples/webicon.gif</icon>
        </listitem>
        <!-- Add listitems for other features of your toolbox... -->
    </list>
</productinfo>