Vehicle

The <vehicle> element is used to describe a vehicle, such as a tank, car or plane. It is of most use when game statistics are provided for the vehicle in question - currently only Dirtside is supported but other systems may be added later.

Overview

The element consists of a game-neutral description followed by one or more statistics blocks much in the same way as for <character> elements. These blocks use a namespace to define which set of rules they are describing.

The standard way of denoting the namespace is to use the xmlns= attribute, for example:

<statistics xmlns="http://yagsbook.sourceforge.net/xml/dirtside">

</statistics>

Example

<vehicle name="Panzer XII">

<description>

<image> picture.jpg </image>

<physical>

<para>

Some text describing what the vehicle looks like and what it's capabilities are.

</para>

</physical>

<history>

<para>

History of this vehicle type - when it was built, the uses to which it has been put.

</para>

</history>

</description>

<statistics xmlns="http://yagsbook.sourceforge.net/xml/dirtside">

</statistics>

</vehicle>

Definition

vehicle:: description, statistics*

Rendition

Display will depend on the game in question.

Sourceforge.net Valid XHTML Valid CSS