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.
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>
<vehicle name="Panzer XII">
<description>
<image> picture.jpg </image>
<physical>
<para>
</para>
</physical>
<history>
<para>
</para>
</history>
</description>
<statistics xmlns="http://yagsbook.sourceforge.net/xml/dirtside">
</statistics>
</vehicle>
vehicle:: description, statistics*
Display will depend on the game in question.