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.
ballistic
the impact rating of the armor.impact
the impact rating of the armor.The category
tag must contain the one of the following:
040000
- clothing050100
- armor:personal050200
- armor:designer050300
- armor:security050400
- armor:militaryCode 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>