A Proposal for a Shadowrun XML Standard

mountype

root
Back

Namespace:
Filename:

Description: The mountype defines a type of weapon accessory mount location.

Value: Enumeration, with the following legal values:


Code Fragment

<xs:datatype name="mountype">
  <xs:enumeration datatype="MOUNTTYPE">
    <xs:option>Barrel</xs:option>
    <xs:option>Top</xs:option>
    <xs:option>Top/Under</xs:option>
    <xs:option>Under</xs:option>
  </xs:enumeration>
</xs:datatype>