simpleType DisciplineActionLengthDifferenceReasonType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element DisciplineAction/DisciplineActionLengthDifferenceReason
facets
Kind Value annotation 
enumeration No Difference 
enumeration Term Modified By District 
enumeration Term Modified By Court Order 
enumeration Term Modified By Mutual Agreement 
enumeration Student Completed Term Requirements Sooner Than Expected 
enumeration Student Incarcerated 
enumeration Term Decreased Due To Extenuating Health-Related Circumstances 
enumeration Student Withdrew From School 
enumeration School Year Ended 
enumeration Continuation Of Previous Year’s Disciplinary Action Assignment 
enumeration Term Modified By Placement Program Due To Student Behavior While In The Placement 
enumeration Other 
annotation
documentation
Indicates the reason for the difference, if any, between the official and actual lengths of a student’s disciplinary assignment.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="DisciplineActionLengthDifferenceReasonType">
 
<xs:annotation>
   
<xs:documentation>Indicates the reason for the difference, if any, between the official and actual lengths of a student’s disciplinary assignment.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="No Difference"/>
   
<xs:enumeration value="Term Modified By District"/>
   
<xs:enumeration value="Term Modified By Court Order"/>
   
<xs:enumeration value="Term Modified By Mutual Agreement"/>
   
<xs:enumeration value="Student Completed Term Requirements Sooner Than Expected"/>
   
<xs:enumeration value="Student Incarcerated"/>
   
<xs:enumeration value="Term Decreased Due To Extenuating Health-Related Circumstances"/>
   
<xs:enumeration value="Student Withdrew From School"/>
   
<xs:enumeration value="School Year Ended"/>
   
<xs:enumeration value="Continuation Of Previous Year’s Disciplinary Action Assignment"/>
   
<xs:enumeration value="Term Modified By Placement Program Due To Student Behavior While In The Placement"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>