A Proposal for a Shadowrun XML Standard

fuelsource

root/geardeflist/vehicledef/fuelsource
Back

Namespace:
Filename:

Content: type (Type: fueltype) , capacity (Type: byte) , units (Type: string) , economy (Type: float)

Description: The fuelsource tag defines a single fuel source inside a specific vehicle.


Code Fragment

<xs:elementtype name="fuelsource">
  <xs:model>
    <xs:sequence>
      <xs:element type="fueltype" name="type"/>
      <xs:element type="xs:byte" name="capacity"/>
      <xs:element type="xs:string" name="units"/>
      <xs:element type="xs:float" name="economy"/>
    </xs:sequence>
  </xs:model>
</xs:elementtype>