simpleType WeaponMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element WeaponDescriptor/WeaponMap
facets
Kind Value annotation 
enumeration Handgun 
enumeration Rifle/Shotgun 
enumeration Other Firearm 
enumeration Club 
enumeration Other Sharp Objects 
enumeration Other Object 
enumeration Substance Used as Weapon 
enumeration Knife 
enumeration Unknown 
enumeration Other 
annotation
documentation
The category for the types of weapon used during an incident.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="WeaponMapType">
 
<xs:annotation>
   
<xs:documentation>The category for the types of weapon used during an incident. </xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Handgun"/>
   
<xs:enumeration value="Rifle/Shotgun"/>
   
<xs:enumeration value="Other Firearm"/>
   
<xs:enumeration value="Club"/>
   
<xs:enumeration value="Other Sharp Objects"/>
   
<xs:enumeration value="Other Object"/>
   
<xs:enumeration value="Substance Used as Weapon"/>
   
<xs:enumeration value="Knife"/>
   
<xs:enumeration value="Unknown"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>