simpleType RestraintEventReasonItemType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element RestraintEventReasonsType/RestraintEventReason
facets
Kind Value annotation 
enumeration Imminent Serious Physical Harm To Themselves 
enumeration Imminent Serious Physical Harm To Others 
enumeration Imminent Serious Property Destruction 
annotation
documentation
The items of categorization of the circumstances or reason for the restraint.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="RestraintEventReasonItemType">
 
<xs:annotation>
   
<xs:documentation>The items of categorization of the circumstances or reason for the restraint.
</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Imminent Serious Physical Harm To Themselves"/>
   
<xs:enumeration value="Imminent Serious Physical Harm To Others"/>
   
<xs:enumeration value="Imminent Serious Property Destruction"/>
 
</xs:restriction>
</xs:simpleType>