This sample document demonstrates the ScenML syntax.

<ScenMLdoc name="Futures for Bigland">
   <years>
      <baseyr val="2000"/>
      <scenyr val="2020"/>
      <scenyr val="2040"/>
   </years>
   <items>
      <!-- Use "Sector" instead of "Actor" -->
      <alias item="A" use="Sector"/>
	  
      <!-- Regions -->
      <region name="North Region">
         <text><p>North Region gained its autonomy in 1997</p></text>
      </region>
      <region name="South Region"/>
	  
      <!-- Themes -->
      <theme name="Economics"/>
      <theme name="Demographics"/>
      <theme name="Technology"/>
	  
      <!-- Driving Forces -->
      <drvforce name="Agricultural Productivity">
         <text><p>Agricultural productivity is a key determinant of change in North Region.</p></text>
      </drvforce>
      <drvforce name="Cooperation"/>

      <!-- Sectors -->
      <actor name="Households"/>
      <actor name="Government"/>
      <actor name="Agriculture">
         <text><p>More important in North Region</p></text>
      </actor>
      <actor name="Industry">
         <text><p>More important in South Region</p></text>
      </actor>
	  
      <!-- Scenarios -->
      <scenario name="Business as Usual"/>
      <scenario name="New Directions"/>
      <scenario name="Troubled Times"/>
   </items>
   <notes>
      <note scenario="Business as Usual">
         <text><p>Development continues along the historical path <bibref key="R04"/> that led to the autonomy of North Region.</p></text>
      </note>
      <note scenario="New Directions">
         <text><p>A new partnership between the regions leads to an improved economic situation for North Region and a more stable border between the regions.</p></text>
      </note>
      <note scenario="Troubled Times">
         <text><p>Troubles at the border continue. The economic situation in North Region continues to worsen <bibref key="F98"/>. South Region dissolves its historical
            ties to North Region, preferring to develop international ties.</p></text>
      </note>
   </notes>
   <bibliography>
      <entry cite="Rogers et al., 2004" key="R04">
         <p>Rogers, S., R. Frank and E. Mory. 2004. <i>A History of North Region</i> Northville: North Region Press.</p>
      </entry>
      <entry cite="Frank, 1998" key="F98">
         <p>Frank, R. 1998. <link uri="NOWHERE">From Farm to Urban Fringe: The Changing Face of Northville</link> Northville: Northville University.</p>
      </entry>
   </bibliography>
   <indicators>
      <indicator shortname="Pop" theme="Demographics" units="millions" minmax="min">
         <name>Population</name>
		 
         <value region="North Region" scenario="Business as Usual" year="2000">6.2</value>
         <value region="North Region" scenario="Business as Usual" year="2020">7.8</value>
         <value region="North Region" scenario="Business as Usual" year="2040">8.4</value>
         <value region="South Region" scenario="Business as Usual" year="2000">3.8</value>
         <value region="South Region" scenario="Business as Usual" year="2020">4.1</value>
         <value region="South Region" scenario="Business as Usual" year="2040">4.4</value>

         <value region="North Region" scenario="New Directions" year="2000">6.2</value>
         <value region="North Region" scenario="New Directions" year="2020">7.5</value>
         <value region="North Region" scenario="New Directions" year="2040">8.2</value>
         <value region="South Region" scenario="New Directions" year="2000">3.8</value>
         <value region="South Region" scenario="New Directions" year="2020">4.1</value>
         <value region="South Region" scenario="New Directions" year="2040">4.4</value>

         <value region="North Region" scenario="Troubled Times" year="2000">6.2</value>
         <value region="North Region" scenario="Troubled Times" year="2020">7.4</value>
         <value region="North Region" scenario="Troubled Times" year="2040">8.1</value>
         <value region="South Region" scenario="Troubled Times" year="2000">3.8</value>
         <value region="South Region" scenario="Troubled Times" year="2020">4.5</value>
         <value region="South Region" scenario="Troubled Times" year="2040">4.7</value>
      </indicator>
      <indicator shortname="Income" theme="Economics" units="$/cap" minmax="max">
         <name>GDP per capita</name>
		 
         <value region="North Region" scenario="Business as Usual" year="2000">1000</value>
         <value region="North Region" scenario="Business as Usual" year="2020">1500</value>
         <value region="North Region" scenario="Business as Usual" year="2040">2000</value>
         <value region="South Region" scenario="Business as Usual" year="2000">15000</value>
         <value region="South Region" scenario="Business as Usual" year="2020">20000</value>
         <value region="South Region" scenario="Business as Usual" year="2040">25000</value>

         <value region="North Region" scenario="New Directions" year="2000">1000</value>
         <value region="North Region" scenario="New Directions" year="2020">1750</value>
         <value region="North Region" scenario="New Directions" year="2040">2300</value>
         <value region="South Region" scenario="New Directions" year="2000">15000</value>
         <value region="South Region" scenario="New Directions" year="2020">18000</value>
         <value region="South Region" scenario="New Directions" year="2040">23000</value>

         <value region="North Region" scenario="Troubled Times" year="2000">1000</value>
         <value region="North Region" scenario="Troubled Times" year="2020">1050</value>
         <value region="North Region" scenario="Troubled Times" year="2040">1100</value>
         <value region="South Region" scenario="Troubled Times" year="2000">15000</value>
         <value region="South Region" scenario="Troubled Times" year="2020">17500</value>
         <value region="South Region" scenario="Troubled Times" year="2040">20000</value>
      </indicator>
   </indicators>
</ScenMLdoc>