A Proposal for a Shadowrun XML Standard

armordef

root/geardeflist/armordef
Back

Namespace:
Filename:

Extends: geardef

Appends: ballistic (Type: byte) , impact (Type: byte)

Description: The armordef tag defines a standard set of armor or clothing 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 one of the following:


Code Fragment

<xs:elementtype name="armordef">
  <xs:extends type="geardef">
    <xs:model>
      <xs:sequence>
        <xs:element type="xs:byte" name="ballistic"/>
        <xs:element type="xs:byte" name="impact"/>
      </xs:sequence>
    </xs:model>
  </xs:extends>
</xs:elementtype>