Rootprocess: ManageProject

Subprocess: ManageDefRegProj

Excerpt: Create a project and a default project tract based on a default region

Process XML structure and parameters

For details on parameters see the table below
<?xml version="1.0" ?>
<process>
  <!--Generated from python-->
  <userproj plotid="yourplotid" projectid="yourprojectid" siteid="yoursiteid" system="systemid" tractid="yourtractid" userid="youruserid"/>
  <period endday="DD" endmonth="MM" endyear="YYYY" seasonendday="DD" seasonendmonth="MM" seasonstartday="DD" seasonstartmonth="MM" startday="DD" startmonth="MM" startyear="YYYY" timestep="timestep"/>
  <parameters defaultregion="txtstring" modistileconstraint="txtstring" projid="txtstring" projname="txtstring" tractid="txtstring" tractname="txtstring">
    <projtitle>projtitle</projtitle>
    <projlabel>projlabel</projlabel>
    <tracttitle>tracttitle</tracttitle>
    <tractlabel>tractlabel</tractlabel>
  </parameters>
</process>
paramid parent element type tagorattr required default
defaultregion process parameters text attribute yes
modistileconstraint process parameters text attribute no land
tractid process parameters text attribute yes
tractname process parameters text attribute yes
projid process parameters text attribute yes
projname process parameters text attribute yes
projtitle process parameters text tag yes
projlabel process parameters text tag yes
tracttitle process parameters text tag yes
tractlabel process parameters text tag yes