complexType RestraintEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1037.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>578</ann:EdFiId>
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>
     
<ann:EdFiId>578</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1596</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1594</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1593</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1597</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentReference" type="StudentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Reference to student that was restrained.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1599</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1595</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolReference" type="SchoolReferenceType">
         
<xs:annotation>
           
<xs:documentation>The school where the RestraintEvent occurred.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1598</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element RestraintEvent/RestraintEventIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1038.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1596</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1596</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

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

element RestraintEvent/EducationalEnvironment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1040.png
namespace http://ed-fi.org/0200
type EducationalEnvironmentType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Classroom
appinfo
<ann:EdFiId>165-001</ann:EdFiId>
enumeration Homebound
appinfo
<ann:EdFiId>165-002</ann:EdFiId>
enumeration Hospital class
appinfo
<ann:EdFiId>165-003</ann:EdFiId>
enumeration In-school suspension
appinfo
<ann:EdFiId>165-004</ann:EdFiId>
enumeration Laboratory
appinfo
<ann:EdFiId>165-005</ann:EdFiId>
enumeration Mainstream (Special Education)
appinfo
<ann:EdFiId>165-006</ann:EdFiId>
enumeration Off-school center
appinfo
<ann:EdFiId>165-007</ann:EdFiId>
enumeration Pull-out class
appinfo
<ann:EdFiId>165-008</ann:EdFiId>
enumeration Resource room
appinfo
<ann:EdFiId>165-009</ann:EdFiId>
enumeration Single sex classroom
appinfo
<ann:EdFiId>165-013</ann:EdFiId>
enumeration Self-contained (Special Education)
appinfo
<ann:EdFiId>165-010</ann:EdFiId>
enumeration Self-study
appinfo
<ann:EdFiId>165-011</ann:EdFiId>
enumeration Shop
appinfo
<ann:EdFiId>165-012</ann:EdFiId>
annotation
documentation
The setting where the RestraintEvent was exercised.
appinfo
<ann:EdFiId>1593</ann:EdFiId>
source <xs:element name="EducationalEnvironment" type="EducationalEnvironmentType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The setting where the RestraintEvent was exercised.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1593</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element RestraintEvent/RestraintEventReason
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1041.png
namespace http://ed-fi.org/0200
type RestraintEventReasonType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration Imminent Serious Physical Harm To Themselves
appinfo
<ann:EdFiId>224-002</ann:EdFiId>
enumeration Imminent Serious Physical Harm To Others
appinfo
<ann:EdFiId>224-001</ann:EdFiId>
enumeration Imminent Serious Property Destruction
appinfo
<ann:EdFiId>224-003</ann:EdFiId>
annotation
documentation
A categorization of the circumstances or reason for the RestraintEvent.
appinfo
<ann:EdFiId>1597</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1597</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element RestraintEvent/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1042.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1599</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to student that was restrained.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1599</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element RestraintEvent/ProgramReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1043.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1595</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1595</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element RestraintEvent/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1044.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1598</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>The school where the RestraintEvent occurred.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1598</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>