Namespace:
Filename:
Description: The ammotype
defines a the type of
ammunition housing used in a particular weapon.
Value: Enumeration, with the following legal value:
box
break
clip
cylander
magazine
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>