root/rpgcharacter/advantages
Back
Namespace:
Filename:
Content: advantage +
Description: The advantages
tag describes both the
advantages and disadvantages of a character, if the game system uses such a thing, including
any racial abililities or penalties. Some systems use other names for these same concepts
(e.g. edges, quirks, flaws, etc.), but the basic principle is the same.
advantage
a single advantage or disadvantage of the character.
There can be one or more of these tags.Code Fragment
<xs:complexType name="advantages">
<xs:sequence>
<xs:element type="advantage" name="advantage" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>