complexType RestraintEventIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1170.png
namespace http://ed-fi.org/0210
children RestraintEventIdentifier StudentReference SchoolReference
used by
element RestraintEventReferenceType/RestraintEventIdentity
annotation
documentation
Identity of a RestraintEvent.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="RestraintEventIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a RestraintEvent.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<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="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Reference to student that was restrained.</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:complexType>

element RestraintEventIdentityType/RestraintEventIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1171.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 RestraintEventIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1172.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 RestraintEventIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1173.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>