simpleType IncidentLocationType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element DisciplineIncident/IncidentLocation
facets
Kind Value annotation 
enumeration On campus 
enumeration Administrative offices area 
enumeration Cafeteria area 
enumeration Classroom 
enumeration Hallway or stairs 
enumeration Locker room or gym areas 
enumeration Restroom 
enumeration Library/media center 
enumeration Computer lab 
enumeration Auditorium 
enumeration On-campus other inside area 
enumeration Athletic field or playground 
enumeration Stadium 
enumeration Parking lot 
enumeration On-campus other outside area 
enumeration Off campus 
enumeration Bus stop 
enumeration School bus 
enumeration Walking to or from school 
enumeration Off-campus at other school 
enumeration Off-campus at other school district facility 
enumeration Off-campus at a school sponsored activity 
enumeration Off-campus at another location unrelated to school 
enumeration Online 
enumeration Unknown 
annotation
documentation
Identifies where the incident occurred and whether or not it occurred on school.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="IncidentLocationType">
 
<xs:annotation>
   
<xs:documentation>Identifies where the incident occurred and whether or not it occurred on school.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="On campus"/>
   
<xs:enumeration value="Administrative offices area"/>
   
<xs:enumeration value="Cafeteria area"/>
   
<xs:enumeration value="Classroom"/>
   
<xs:enumeration value="Hallway or stairs"/>
   
<xs:enumeration value="Locker room or gym areas"/>
   
<xs:enumeration value="Restroom"/>
   
<xs:enumeration value="Library/media center"/>
   
<xs:enumeration value="Computer lab"/>
   
<xs:enumeration value="Auditorium"/>
   
<xs:enumeration value="On-campus other inside area"/>
   
<xs:enumeration value="Athletic field or playground"/>
   
<xs:enumeration value="Stadium"/>
   
<xs:enumeration value="Parking lot"/>
   
<xs:enumeration value="On-campus other outside area"/>
   
<xs:enumeration value="Off campus"/>
   
<xs:enumeration value="Bus stop"/>
   
<xs:enumeration value="School bus"/>
   
<xs:enumeration value="Walking to or from school"/>
   
<xs:enumeration value="Off-campus at other school"/>
   
<xs:enumeration value="Off-campus at other school district facility"/>
   
<xs:enumeration value="Off-campus at a school sponsored activity"/>
   
<xs:enumeration value="Off-campus at another location unrelated to school"/>
   
<xs:enumeration value="Online"/>
   
<xs:enumeration value="Unknown"/>
 
</xs:restriction>
</xs:simpleType>