simpleType ReporterDescriptionMapType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element ReporterDescriptionDescriptor/ReporterDescriptionMap
facets
Kind Value Annotation
enumeration Parent/guardian
appinfo
<ann:EdFiId>220-004</ann:EdFiId>
enumeration Staff
appinfo
<ann:EdFiId>220-005</ann:EdFiId>
enumeration Student
appinfo
<ann:EdFiId>220-006</ann:EdFiId>
enumeration Non-school personnel
appinfo
<ann:EdFiId>220-002</ann:EdFiId>
enumeration Law enforcement officer
appinfo
<ann:EdFiId>220-001</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>220-003</ann:EdFiId>
annotation
documentation
Information on the type of individual who reported the incident.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>220</ann:EdFiId>
source <xs:simpleType name="ReporterDescriptionMapType">
 
<xs:annotation>
   
<xs:documentation>Information on the type of individual who reported the incident.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>220</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Parent/guardian">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>220-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Staff">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>220-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Student">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>220-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Non-school personnel">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>220-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Law enforcement officer">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>220-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>220-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>