A Proposal for a Shadowrun XML Standard

attributes

root/rpgcharacter/attributes
Back

Namespace:
Filename:

Content: attribute +

Description: The attributes tag describes the attrbiutes of the character, such as strength, intellegence, etc.


Code Fragment

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