root/geardeflist/weaponaccdef
Back
Namespace:
Filename:
Extends: geardef
Appends: mount (Type: mounttype) ?
Description: The weaponaccdef
tag defines a standard
weapon accessory from a rulebook. This schema does not describe a specific
useage of the accessory, merely the generic attributes of the item.
mount
the possible locations the accessory can be mounted.The category
tag must contain the following:
011400
- weapon:accessory011401
- weapon:accessory:recoilcomp011402
- weapon:accessory:smartlink011403
- weapon:accessory:imagingCode Fragment
<xs:elementtype name="weaponaccdef">
<xs:extends type="geardef">
<xs:model>
<xs:sequence>
<xs:element type="mounttype" name="mount" occurs="?"/>
</xs:sequence>
</xs:model>
</xs:extends>
</xs:elementtype>