root/rpgcharacter/skills
Back
Namespace:
Filename:
Content: skill +
Description: The skills
tag describes the collection of
skills known by the character.
skill
a single skill of the character. There can be one or
more of these tags.Code Fragment
<xs:complexType name="skills">
<xs:sequence>
<xs:element type="skill" name="skill" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>