A Proposal for a Shadowrun XML Standard

augmentationlist

root
Back

Namespace:
Filename:

Content: augmentation +

Description: The augmentationlist tag is primarily intended to be used with systems that use things like cyberware or genetic alteration, though some systems may adapt it for other purposes. It lists any such enhancements installed, engineered or grown into the character.

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


Code Fragment

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