simpleType
WeaponMapType
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="WeaponMapType"> <xs:annotation> <xs:documentation>The mapping to a known Weapon.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Handgun"> <xs:annotation> <xs:documentation>Any firearm which has a short stock and is designed to be held and fired by the use of a single hand.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Rifle/Shotgun"> <xs:annotation> <xs:documentation>Shotgun: A weapon designed or redesigned, made or remade, and intended to be fired from the shoulder and designed or redesigned and made or remade to use the energy of an explosive to fire through a smooth bore either a number of ball shots or a single projectile for each single pull of the trigger. Rifle: A weapon designed or redesigned, made or remade, and intended to be fired from the shoulder and designed or redesigned and made or remade to use the energy of an explosive to fire only a single projectile through a rifled bore for each single pull of the trigger.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Other Firearm"> <xs:annotation> <xs:documentation>Other type of firearm.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Club"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:enumeration> <xs:enumeration value="Other Sharp Objects"> <xs:annotation> <xs:documentation>The weapon involved was another type of sharp object, (e.g., razor blade, ice pick, dirk, Chinese star, other pointed instrument [used as a weapon]).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Other Object"> <xs:annotation> <xs:documentation>The weapon involved was another known object (e.g., chain, nunchakus, brass knuckle, billy club, electrical weapon or device [stun gun], BB or pellet gun).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Substance Used as Weapon"> <xs:annotation> <xs:documentation>The weapon involved was a substance (e.g., mace, tear gas) that was used as a weapon.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Knife"> <xs:annotation> <xs:documentation>The weapon involved was a knife.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Unknown"> <xs:annotation> <xs:documentation>A weapon was used in the incident, but the type is unknown.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Other"> <xs:annotation> <xs:documentation>The incident involved a weapon other than those described above.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |