simpleType ReporterDescriptionMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element ReporterDescriptionDescriptor/ReporterDescriptionMap
facets
Kind Value annotation 
enumeration Parent/guardian 
enumeration Staff 
enumeration Student 
enumeration Non-school personnel 
enumeration Law enforcement officer 
enumeration Other 
annotation
documentation
Information on the type of individual who reported the incident.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Parent/guardian"/>
   
<xs:enumeration value="Staff"/>
   
<xs:enumeration value="Student"/>
   
<xs:enumeration value="Non-school personnel"/>
   
<xs:enumeration value="Law enforcement officer"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>