A Proposal for a Shadowrun XML Standard

equipmentlist

root
Back

Namespace:
Filename:

Content: equipment +

Description: The equipmentlist details any equipment carried by the character.

The equipment list describes individual uses of standard equipment. As such, the list details only information about that specific use of the equipment. The details of the standard equipment itself are assumed to be in some other place (a database, usually) that is referenced by the tags in the equipmentlist.


Code Fragment

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