A Proposal for a Shadowrun XML Standard

transports

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.


Code Fragment

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