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