root/geardeflist/vesseldef
Back
Namespace:
Filename:
Extends: vehciledef
Appends: cavitation (Type: byte) ?, hull (Type: byte) , bullwark (Type: byte) , sonar (Type: byte) ?,
Description: The vesseldef
tag defines a standard
large vessel (e.g. ship, suborbital) from a rulebook. This schema does not describe a specific
useage of the vessel, merely the generic attributes of it.
cavitation
the vessel's cavitation threshold, if any.hull
the hull rating of the vessel.bullwark
the bullwark rating of the vessel.sonar
the sonar rating of the vessel.The category
tag must contain the one of the following:
170400
- vehicle:semibalistic170500
- vehicle:suborbital170600
- vehicle:ship170700
- vehicle:submarineCode Fragment
<xs:elementtype name="vehciledef">
<xs:extends type="vehciledef">
<xs:model>
<xs:sequence>
<xs:element type="xs:byte" name="cavitation" occurs="?"/>
<xs:element type="xs:byte" name="hull"/>
<xs:element type="xs:byte" name="bullwark"/>
<xs:element type="xs:byte" name="sonar" occurs="?"/>
</xs:sequence>
</xs:model>
</xs:extends>
</xs:elementtype>