complexType WeaponDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1568.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace WeaponMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines the types of weapon used during an incident.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>348</ann:EdFiId>
source <xs:complexType name="WeaponDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the types of weapon used during an incident.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>348</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="WeaponMap" type="WeaponMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known weapon.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>349</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element WeaponDescriptor/WeaponMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1569.png
namespace http://ed-fi.org/0200
type WeaponMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Handgun
documentation
Any firearm which has a short stock and is designed to be held and fired by the use of a single hand.
appinfo
<ann:EdFiId>250-002</ann:EdFiId>
enumeration Rifle/Shotgun
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.
appinfo
<ann:EdFiId>250-008</ann:EdFiId>
enumeration Other Firearm
documentation
Other type of firearm.
appinfo
<ann:EdFiId>250-005</ann:EdFiId>
enumeration Club
appinfo
<ann:EdFiId>250-001</ann:EdFiId>
enumeration Other Sharp Objects
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]).
appinfo
<ann:EdFiId>250-007</ann:EdFiId>
enumeration Other Object
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).
appinfo
<ann:EdFiId>250-006</ann:EdFiId>
enumeration Substance Used as Weapon
documentation
The weapon involved was a substance (e.g., mace, tear gas) that was used as a weapon.
appinfo
<ann:EdFiId>250-009</ann:EdFiId>
enumeration Knife
documentation
The weapon involved was a knife.
appinfo
<ann:EdFiId>250-003</ann:EdFiId>
enumeration Unknown
documentation
A weapon was used in the incident, but the type is unknown.
appinfo
<ann:EdFiId>250-010</ann:EdFiId>
enumeration Other
documentation
The incident involved a weapon other than those described above.
appinfo
<ann:EdFiId>250-004</ann:EdFiId>
annotation
documentation
The mapping to a known weapon.
appinfo
<ann:EdFiId>349</ann:EdFiId>
source <xs:element name="WeaponMap" type="WeaponMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known weapon.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>349</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>