<?xml version="1.0" encoding="UTF-8"?>

<Collection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
            xsi:noNamespaceSchemaLocation="CollectionSchema-0.1.xsd">

  <name>Test</name>
  <description>A test collection with a slider controlling a sinus generator.</description>
  <documentation title="Collection documentation"
                 href="collection_doc.xml"
                 actuate="onLoad" />
  <tag>tag 1</tag>
  <object id="obj.0">
    <definition title="Sinus"
                xlinktype="simple"
                show="embed" 
                actuate="onLoad"
                href="Sinus.ixd" />
    <name>sine</name>
    <description>This is my instance of the Sinus class that I
    control with the slider.
    </description>
    <state>220, 0</state>
  </object>
  
  <object id="obj.1">
    <definition title="Slider"
                xlinktype="simple"
                show="embed" 
                actuate="onLoad"
                href="Slider.ixd" />
    <name>slider</name>
    <description>This is my instance of the Slider class that I
    use to control the Sinus class instance \'sine\'..
    </description>
    <state>0</state>
  </object>
  
  <connection id="con.0">
    <name>connection1</name>
    <description>Connecting slider to sine.</description>
    <connect>obj.1 0 obj.0 0</connect>
    <rate>4410</rate>
    <map>ntgLin</map>
    </connection>
    
</Collection>
