root/rpgcharacter/transports
Back
Namespace:
Filename:
Content: transport +
Description: The transports
tag describes the vehicles,
animals, ships or other form of transportation owned by the character.
transport
a single transport of the character. There can be one or more
of these tags.Code Fragment
<xs:complexType name="transports">
<xs:sequence>
<xs:element type="transport" name="transport" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>