A Proposal for a Shadowrun XML Standard

explosivedef

root/geardeflist/explosivedef
Back

Namespace:
Filename:

Extends: geardef

Appends: damage (Type: string) , blast (Type: string)

Description: The explosivedef tag defines an explosive shell, device or compound. This schema does not describe a specific useage of the explosvie, merely the generic attributes of the item.

The category tag must contain the following:


Code Fragment

<xs:elementtype name="explosivedef">
  <xs:extends type="geardef">
    <xs:model>
      <xs:sequence>
        <xs:element type="xs:string" name="damage"/>
        <xs:element type="xs:string" name="blast"/>
      </xs:sequence>
    </xs:model>
  </xs:extends>
</xs:elementtype>