<?xml version="1.0" encoding="UTF-8"?>
<RCO_Info_Panel:InfoPanel
	xmlns:RCO_Info_Panel="http://www.ssec.wisc.edu/sose/RCO_Info_Panel"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.ssec.wisc.edu/sose/RCO_Info_Panel 
                       http://www.ssec.wisc.edu/sose/rco/RCO_Info_Panel.xsd ">
	<!-- DO NOT CHANGE ANYTHING ABOVE THIS LINE -->

        <!-- Panel title -->
	<Title>Put your title here:</Title>

        <!-- At present any number of term elements supported -->
	<Term>
                <!-- Each term must have a label, displayed in a drop-down menu  -->
		<Label>Label for Term 1</Label>

                <!-- ...And the associated text, displayed in a small window when selected -->
		<Text>Definition for Term 1 goes here, can be as long as you want.</Text>

	</Term>

</RCO_Info_Panel:InfoPanel>
