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.
muliplier
the size multiplier. Used only for generic programssize
the size of the program. Used only for fixed rating brand-name
programs.The category
tag must contain one of the following:
150201
- matrix:program:persona150202
- matrix:program:utility150203
- matrix:program:brandnameCode 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>