A Proposal for a Shadowrun XML Standard

weaponaccdef

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.

The category tag must contain the following:


Code 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>