simpleType GunFreeSchoolsActReportingStatusType
namespace http://ed-fi.org/0200
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
appinfo
<ann:EdFiId>180-004</ann:EdFiId>
enumeration Yes, with no reported offenses
appinfo
<ann:EdFiId>180-003</ann:EdFiId>
enumeration No
appinfo
<ann:EdFiId>180-001</ann:EdFiId>
enumeration Not applicable
appinfo
<ann:EdFiId>180-002</ann:EdFiId>
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>
<ann:EdFiId>180</ann:EdFiId>
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>
     
<ann:EdFiId>180</ann:EdFiId>
   
</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:appinfo>
         
<ann:EdFiId>180-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Yes, with no reported offenses">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>180-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="No">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>180-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not applicable">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>180-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>