Home | Take the Tour | Download | Help | Blog | Sign up Already a user? Sign in
Developer Home

MAX Overview


API Reference


Download

Download MAX Samples & Test Suite



Download MAX XML Schema

The XML Schema (What is a XML Schema?) for the MAX XML Language reference can be found here : http://www.upvise.com/developer/max.xsd

Tip: Visual Studio 2005 or higher provides you with automatic XML validation against an XML schema while editing your MAX file, to use it simply add the following declaration in your MAX XML file:

<?xml version="1.0" ?>
<max id="companyid.appid" version="1.0.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:noNamespaceSchemaLocation="http://www.upvise.com/developer/max.xsd">