A Proposal for a Shadowrun XML Standard

programdef

root/geardeflist/programdef
Back

Namespace:
Filename:

Extends: geardef

Appends: muliplier (Type: byte) | size (Type: byte)

Description: The cyberdeckdef tag defines a standard program from a rulebook. This can be either a generic program, or a brand-name program. This schema does not describe a specific useage of the program, merely the generic attributes of the item.

The category tag must contain one of the following:


Code Fragment

<xs:elementtype name="programdef">
  <xs:extends type="geardef">
    <xs:model>
      <xs:sequence>
        <xs:element type="xs:byte" name="muliplier"/>
        <xs:element type="xs:byte" name="size"/>
      </xs:sequence>
    </xs:model>
  </xs:extends>
</xs:elementtype>