simpleType
IncidentLocationType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |