A Proposal for a Shadowrun XML Standard

skills

root/rpgcharacter/skills
Back

Namespace:
Filename:

Content: skill +

Description: The skills tag describes the collection of skills known by the character.


Code Fragment

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