A Proposal for a Shadowrun XML Standard

nanotechdef

root/geardeflist/nanotechdef
Back

Namespace:
Filename:

Extends: cyberdef

Appends: type (Type: nanotype)

Description: The nanotechdef tag defines a standard nanotechnology system from a rulebook. This schema does not describe a specific useage of the system, merely the generic attributes of the item.

The category tag must contain the following:


Code Fragment

<xs:elementtype name="nanotechdef">
  <xs:extends type="cyberdef">
    <xs:model>
      <xs:sequence>
        <xs:element type="nanotype" name="type"/>
      </xs:sequence>
    </xs:model>
  </xs:extends>
</xs:elementtype>