A Proposal for a Shadowrun XML Standard

vehicleaccdef

root/geardeflist/vehicleaccdef
Back

Namespace:
Filename:

Extends: geardef

Appends: cf (Type: float) , design (Type: string) ,

Description: The vehicleaccdef tag defines a standard vehcile accessory from a rulebook. This schema does not describe a specific useage of the accessory, merely the generic attributes of the item.

The category tag must contain the following:


Code Fragment

<xs:elementtype name="vehicleaccdef">
  <xs:extends type="geardef">
    <xs:model>
      <xs:sequence>
        <xs:element type="xs:float" name="cf"/>
        <xs:element type="xs:string" name="design"/>
      </xs:sequence>
    </xs:model>
  </xs:extends>
</xs:elementtype>