root/rpgcharacter/attributes
Back
Namespace:
Filename:
Content: attribute +
Description: The attributes
tag describes the attrbiutes
of the character, such as strength, intellegence, etc.
attribute
a single attribute of the character. There can be one or
more of these tags.Code Fragment
<xs:complexType name="attributes">
<xs:sequence>
<xs:element type="attribute" name="attribute" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>