A Proposal for a Shadowrun XML Standard

biowaredef

root/geardeflist/biowaredef
Back

Namespace:
Filename:

Extends: geardef

Appends: cost (Type: float) , enhances ?

Description: The biowaredef tag defines a standard peice of bioware from a rulebook. This schema does not describe a specific useage of a peice of bioware, 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:float" name="cost" occurs="?"/>
        <xs:element type="enhances" occurs="?"/>
      </xs:sequence>
    </xs:model>
  </xs:extends>
</xs:elementtype>