simpleType RestraintEventReasonType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element RestraintEvent/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="RestraintEventReasonType">
 
<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:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Imminent Serious Physical Harm To Others">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Imminent Serious Property Destruction">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>