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.
spell
a single spell of the character. There can be one or more
of these tags.Code Fragment
<xs:complexType name="spells">
<xs:sequence>
<xs:element type="spell" name="spell" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>