simpleType DisciplineActionLengthDifferenceReasonType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base 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:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Term Modified By District">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Term Modified By Court Order">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Term Modified By Mutual Agreement">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Student Completed Term Requirements Sooner Than Expected">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Student Incarcerated">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Term Decreased Due To Extenuating Health-Related Circumstances">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Student Withdrew From School">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="School Year Ended">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Continuation Of Previous Year's Disciplinary Action Assignment">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Term Modified By Placement Program Due To Student Behavior While In The Placement">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>