A Proposal for a Shadowrun XML Standard

contacts

root/rpgcharacter/contacts
Back

Namespace:
Filename:

Content: contact +

Description: The contact tag describes the people special to or in some way known to the character.


Code Fragment

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