Namespace:
Filename:
Content: id (Type: string) +
Description: The reflist
list of one or more
ids that refer back to gear items.
id
an id reference to a peice of gear.Code Fragment
<xs:elementtype name="reflist">
<xs:model>
<xs:sequence>
<xs:element type="xs:string" name="id" occurs="+"/>
</xs:sequence>
</xs:model>
</xs:elementtype>