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