A Proposal for a Shadowrun XML Standard

ammotype

root
Back

Namespace:
Filename:

Description: The ammotype defines a the type of ammunition housing used in a particular weapon.

Value: Enumeration, with the following legal value:


Code Fragment

<xs:datatype name="ammotype">
  <xs:enumeration datatype="AMMOTYPE">
    <xs:option>box</xs:option>
    <xs:option>break</xs:option>
    <xs:option>clip</xs:option>
    <xs:option>cylander</xs:option>
    <xs:option>magazine</xs:option>
  </xs:enumeration>
</xs:datatype>