Xml Schemas, Upgrade Song To Latest Version

Steps to reproduce

  1. Download Keith 303 Jitter: http://www.sdcompo.com/entry.php?dl=342
  2. Open in Renoise 2.7.0
  3. Song Settings -> Upgrade To Latest
  4. Save
  5. Validate the XML against provided schema files
  
Warning: DOMDocument::schemaValidate(): Element 'DeviceSlot', attribute 'type': The value 'Filter2Device' does not match the fixed value constraint 'AudioPluginDevice'. in /Users/dac514/code/XRNS-PHP/xrns-php/xrns_functions.php on line 180  
  
Warning: DOMDocument::schemaValidate(): Element 'Cutoff': This element is not expected. Expected is one of ( IsActive, IsSelected, SelectedPresetName, SelectedPresetIsModified, RunTimePresetA, RunTimePresetB, CustomDeviceName, ActiveProgram, PluginType, PluginIdentifier ). in /Users/dac514/code/XRNS-PHP/xrns-php/xrns_functions.php on line 180  
  
Warning: DOMDocument::schemaValidate(): Element 'DeviceSlot', attribute 'type': The value 'Filter2Device' does not match the fixed value constraint 'AudioPluginDevice'. in /Users/dac514/code/XRNS-PHP/xrns-php/xrns_functions.php on line 180  
  
Warning: DOMDocument::schemaValidate(): Element 'Cutoff': This element is not expected. Expected is one of ( IsActive, IsSelected, SelectedPresetName, SelectedPresetIsModified, RunTimePresetA, RunTimePresetB, CustomDeviceName, ActiveProgram, PluginType, PluginIdentifier ). in /Users/dac514/code/XRNS-PHP/xrns-php/xrns_functions.php on line 180  
  
Error: XML is invalid!  
  

I’ve created a validation script here.