Name

project — Document root element.

Synopsis

<project [name="some string"] [random-seed="some number"]>
	...
</project>
				

Description

Every XML document must have this element. All the atrributes are optional.

Attributes

name

The project name.

random-seed

The random seed used when creating the random data generators.

Example

Example 4. Program example

<project name="testProject">
	<metadata create="false">
	...
	</metadata>
	<output>
	...
	</output>
</project>