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.
contact
a single contact of character. There can be one or more
of these tags.Code Fragment
<xs:complexType name="contacts">
<xs:sequence>
<xs:element type="contact" name="contact" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>