A Proposal for a Shadowrun XML Standard

cyberdeckdef

root/geardeflist/cyberdeckdef
Back

Namespace:
Filename:

Extends: geardef

Appends: mpcp (Type: byte) , hardening (Type: byte) , memory (Type: byte) , storage (Type: byte) , load (Type: byte) , io (Type: byte) , response (Type: byte) ,

Description: The cyberdeckdef tag defines a standard cyberdeck from a rulebook. This schema does not describe a specific useage of the deck, merely the generic attributes of the item.

The category tag must contain one of the following:


Code Fragment

<xs:elementtype name="geardef">
  <xs:extends type="geardef">
    <xs:model>
      <xs:sequence>
        <xs:element type="xs:byte" name="mpcp"/>
        <xs:element type="xs:byte" name="hardening"/>
        <xs:element type="xs:byte" name="memory"/>
        <xs:element type="xs:byte" name="storage"/>
        <xs:element type="xs:byte" name="load"/>
        <xs:element type="xs:byte" name="io"/>
        <xs:element type="xs:byte" name="response"/>
      </xs:sequence>
    </xs:model>
  </xs:extends>
</xs:elementtype>