simpleType EntryGradeLevelReasonType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element StudentSchoolAssociation/EntryGradeLevelReason
facets
Kind Value Annotation
enumeration Promotion - Accelerated promotion
enumeration Promotion - Continuous promotion
enumeration Promotion - Probationary promotion
enumeration Promotion - Regular promotion
enumeration Promotion - Variable progress
enumeration Promotion - Other
enumeration Nonpromotion - Failed to meet testing requirements
enumeration Nonpromotion - Illness
enumeration Nonpromotion - Immaturity
enumeration Nonpromotion - Inadequate performance
enumeration Nonpromotion - Insufficient credits
enumeration Nonpromotion - Prolonged absence
enumeration Nonpromotion - Other
annotation
documentation
The primary reason as to why a staff member determined that a student should be promoted or not (or be demoted) at the end of a given school term.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="EntryGradeLevelReasonType">
 
<xs:annotation>
   
<xs:documentation>The primary reason as to why a staff member determined that a student should be promoted or not (or be demoted) at the end of a given school term.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Promotion - Accelerated promotion">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Promotion - Continuous promotion">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Promotion - Probationary promotion">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Promotion - Regular promotion">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Promotion - Variable progress">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Promotion - Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Failed to meet testing requirements">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Illness">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Immaturity">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Inadequate performance">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Insufficient credits">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Prolonged absence">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>