complexType RestraintEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1162.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children RestraintEventIdentifier EventDate EducationalEnvironment RestraintEventReason StudentReference ProgramReference SchoolReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This event entity represents the instances where a special education student was physically or mechanically restrained due to imminent serious physical harm to themselves or others, imminent serious property destruction or a combination of both imminent serious physical harm to themselves or others and imminent serious property destruction.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="RestraintEvent">
 
<xs:annotation>
   
<xs:documentation>This event entity represents the instances where a special education student was physically or mechanically restrained due to imminent serious physical harm to themselves or others, imminent serious property destruction or a combination of both imminent serious physical harm to themselves or others and imminent serious property destruction.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="RestraintEventIdentifier" type="RestraintEventIdentifier">
         
<xs:annotation>
           
<xs:documentation>A unique number or alphanumeric code assigned to a restraint event by a school, school system, state, or other agency or entity.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EventDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>Month, day, and year of the RestraintEvent.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationalEnvironment" type="EducationalEnvironmentType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The setting where the RestraintEvent was exercised.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="RestraintEventReason" type="RestraintEventReasonType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>A categorization of the circumstances or reason for the RestraintEvent.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentReference" type="StudentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Reference to student that was restrained.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ProgramReference" type="ProgramReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The special education program associated with the RestraintEvent.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolReference" type="SchoolReferenceType">
         
<xs:annotation>
           
<xs:documentation>The school where the RestraintEvent occurred.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element RestraintEvent/RestraintEventIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1163.png
namespace http://ed-fi.org/0210
type RestraintEventIdentifier
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
A unique number or alphanumeric code assigned to a restraint event by a school, school system, state, or other agency or entity.
source <xs:element name="RestraintEventIdentifier" type="RestraintEventIdentifier">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to a restraint event by a school, school system, state, or other agency or entity.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RestraintEvent/EventDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1164.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
Month, day, and year of the RestraintEvent.
source <xs:element name="EventDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Month, day, and year of the RestraintEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RestraintEvent/EducationalEnvironment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1165.png
namespace http://ed-fi.org/0210
type EducationalEnvironmentType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Classroom
enumeration Homebound
enumeration Hospital class
enumeration In-school suspension
enumeration Laboratory
enumeration Mainstream (Special Education)
enumeration Off-school center
enumeration Pull-out class
enumeration Resource room
enumeration Single sex classroom
enumeration Self-contained (Special Education)
enumeration Self-study
enumeration Shop
annotation
documentation
The setting where the RestraintEvent was exercised.
source <xs:element name="EducationalEnvironment" type="EducationalEnvironmentType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The setting where the RestraintEvent was exercised.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RestraintEvent/RestraintEventReason
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1166.png
namespace http://ed-fi.org/0210
type RestraintEventReasonType
properties
minOcc 0
maxOcc unbounded
content simple
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
A categorization of the circumstances or reason for the RestraintEvent.
source <xs:element name="RestraintEventReason" type="RestraintEventReasonType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A categorization of the circumstances or reason for the RestraintEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RestraintEvent/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1167.png
namespace http://ed-fi.org/0210
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Reference to student that was restrained.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to student that was restrained.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RestraintEvent/ProgramReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1168.png
namespace http://ed-fi.org/0210
type ProgramReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children ProgramIdentity ProgramLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The special education program associated with the RestraintEvent.
source <xs:element name="ProgramReference" type="ProgramReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The special education program associated with the RestraintEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RestraintEvent/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1169.png
namespace http://ed-fi.org/0210
type SchoolReferenceType
properties
content complex
children SchoolIdentity SchoolLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The school where the RestraintEvent occurred.
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>The school where the RestraintEvent occurred.</xs:documentation>
 
</xs:annotation>
</xs:element>