<?xml version="1.0" encoding="utf-8"?>
<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 Climate Data Toolbox -->
    <!-- Version 1.0 -->
    <!-- Copyright (date) (owner).-->
    
    <!-- Supply the following six elements in the order specified -->
    <!-- (Required) Release of MATLAB. Not currently used but required -->
    <!-- to parse the file -->
    <matlabrelease>2018b</matlabrelease>
    <!-- (Required) Title of toolbox. Appears in the Contents pane -->
    <name>Climate Data Toolbox</name>
    <!-- (Required) Label for the toolbox. pick one: -->
    <!-- matlab, toolbox, simulink, blockset, links_targets  -->
    <type>toolbox</type>
    <!-- (Required) Icon file to display in the Start button. Not currently used -->
    <!-- but required to parse the file -->
    <icon></icon>
    <!-- (Required if you supply help) Relative path to help (HTML) folder -->
    <help_location>doc/html</help_location>
    <!-- (Required if you supply help) Icon used in the Help browser TOC -->
    <!-- Ignored in R2015a and later -->
    <help_contents_icon/>
</productinfo>