A Proposal for a Shadowrun XML Standard

fueltype

root
Back

Namespace:
Filename:

Description: The fueltype defines a type of vehcile fuel.

Value: Enumeration, with the following legal values:


Code Fragment

<xs:datatype name="fueltype">
  <xs:enumeration datatype="FUELTYPE">
    <xs:option>Electric</xs:option>
    <xs:option>Gasoline</xs:option>
    <xs:option>Jet</xs:option>
    <xs:option>Nuclear</xs:option>
  </xs:enumeration>
</xs:datatype>