A Proposal for a Shadowrun XML Standard

vesseldef

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.

The category tag must contain the one of the following:


Code 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>