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.
id
defines the unique identifier of this item.clone
references the id
of the "original" item, of
which this item is a clone.name
defines the displayed name of this item.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>