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.
effect the effect of the compound.speed the time in which the compound takes effect.vector the delivery mechanism of the compound.The category tag must contain one of the following:
100000 - compound110000 - gene-techCode 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>