A Proposal for a Shadowrun XML Standard

compounddef

root/geardeflist/compounddef
Back

Namespace:
Filename:

Extends: geardef

Appends: effect (Type: string) , speed (Type: string) , vector (Type: string) ,

Description: The compounddef tag defines a standard chemical compound or genetic technology from a rulebook. This schema does not describe a specific useage of the compound, merely the generic attributes of the item.

The category tag must contain one of the following:


Code Fragment

<xs:elementtype name="compounddef">
  <xs:extends type="geardef">
    <xs:model>
      <xs:sequence>
        <xs:element type="xs:string" name="effect"/>
        <xs:element type="xs:string" name="speed"/>
        <xs:element type="xs:string" name="vector"/>
      </xs:sequence>
    </xs:model>
  </xs:extends>
</xs:elementtype>