A Proposal for a Shadowrun XML Standard

clone

root/geardeflist/clone
Back

Namespace:
Filename:

Content: id (Type: string) , cloneof (Type: string) , name (Type: string)

Description: The clone tag defines a peice of gear that is a knock-off or clone of another peice of gear. For example, the Citron 1030 is identical to the Eurocar Westwind 2000.


Code Fragment

<xs:elementtype name="clone">
  <xs:model>
    <xs:sequence>
      <xs:element type="xs:string" name="id"/>
      <xs:element type="xs:string" name="cloneof"/>
      <xs:element type="xs:string" name="name"/>
    </xs:sequence>
  </xs:model>
</xs:elementtype>