A Proposal for a Shadowrun XML Standard

spells

root/rpgcharacter/spells
Back

Namespace:
Filename:

Content: spell +

Description: The spells tag describes the spells known by the character. Not all game systems use spells.


Code Fragment

<xs:complexType name="spells">
  <xs:sequence>
    <xs:element type="spell" name="spell" minOccurs="1" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>