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