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.
cf
the cargo factor rating of the accessory.design
the design cost for the accessory.The category
tag must contain the following:
170900
- vehicle:modificationCode 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>