Riivolution Schema is an (unofficial) XML schema and XML template to assist in creating valid XML files for Riivolution.

Current version: Download Riivolution Schema v5

What this is

An XML schema file (RiivolutionV1.xsd) and an XML file that uses the schema (XMLTemplate.xml) for usage in an XML-capable editor such as Visual Studio, Eclipse, etc. The editor will make sure the XML is valid and provide assistance in formatting/using the various tags.

Instructions

1. Extract files

2. Create a copy of XMLTemplate.xml and rename it

3. Open the renamed template in an editor

Riivolution v1.00 and v1.01 additional instructions

When you are done editing, replace the beginning of the template file:

 <?xml version="1.0" encoding="utf-8" ?>
 <wiidisc xmlns="Riivolution"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="Riivolution RiivolutionV1.xsd"
   version="1">

with:

 <wiidisc version="1">

Bugs / missing features

  • <memory> tag does not make sure all required fields are set -- use the Patch Format page to verify you are setting all required fields

History

Version 5: Download

  • Add folder::length attribute (version 1.02)
  • Adjust memory tag for new memory search option (version 1.02)

Version 4: Download

  • Fix location of macros (section::macro->options::macro)
  • Add support for file/folder addition (version 1.02)