simpleType GunFreeSchoolsActReportingStatusType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element LocalEducationAgencyAccountability/GunFreeSchoolsActReportingStatus
facets
Kind Value Annotation
enumeration Yes, with reporting of one or more students for an offense
enumeration Yes, with no reported offenses
enumeration No
enumeration Not applicable
annotation
documentation
An indication of whether the school or local education agency (LEA) submitted a Gun-Free Schools Act (GFSA) of 1994 report to the state, as defined by Title 18, Section 921.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="GunFreeSchoolsActReportingStatusType">
 
<xs:annotation>
   
<xs:documentation>An indication of whether the school or local education agency (LEA) submitted a Gun-Free Schools Act (GFSA) of 1994 report to the state, as defined by Title 18, Section 921.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Yes, with reporting of one or more students for an offense">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Yes, with no reported offenses">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="No">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not applicable">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>