simpleType EntryGradeLevelReasonType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element StudentSchoolAssociation/EntryGradeLevelReason
facets
Kind Value Annotation
enumeration Promotion - Accelerated promotion
appinfo
<ann:EdFiId>171-008</ann:EdFiId>
enumeration Promotion - Continuous promotion
appinfo
<ann:EdFiId>171-009</ann:EdFiId>
enumeration Promotion - Probationary promotion
appinfo
<ann:EdFiId>171-011</ann:EdFiId>
enumeration Promotion - Regular promotion
appinfo
<ann:EdFiId>171-012</ann:EdFiId>
enumeration Promotion - Variable progress
appinfo
<ann:EdFiId>171-013</ann:EdFiId>
enumeration Promotion - Other
appinfo
<ann:EdFiId>171-010</ann:EdFiId>
enumeration Nonpromotion - Failed to meet testing requirements
appinfo
<ann:EdFiId>171-001</ann:EdFiId>
enumeration Nonpromotion - Illness
appinfo
<ann:EdFiId>171-002</ann:EdFiId>
enumeration Nonpromotion - Immaturity
appinfo
<ann:EdFiId>171-003</ann:EdFiId>
enumeration Nonpromotion - Inadequate performance
appinfo
<ann:EdFiId>171-004</ann:EdFiId>
enumeration Nonpromotion - Insufficient credits
appinfo
<ann:EdFiId>171-005</ann:EdFiId>
enumeration Nonpromotion - Prolonged absence
appinfo
<ann:EdFiId>171-007</ann:EdFiId>
enumeration Nonpromotion - Other
appinfo
<ann:EdFiId>171-006</ann:EdFiId>
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>
<ann:EdFiId>171</ann:EdFiId>
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>
     
<ann:EdFiId>171</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Promotion - Accelerated promotion">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>171-008</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Promotion - Continuous promotion">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>171-009</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Promotion - Probationary promotion">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>171-011</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Promotion - Regular promotion">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>171-012</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Promotion - Variable progress">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>171-013</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Promotion - Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>171-010</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Failed to meet testing requirements">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>171-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Illness">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>171-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Immaturity">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>171-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Inadequate performance">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>171-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Insufficient credits">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>171-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Prolonged absence">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>171-007</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nonpromotion - Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>171-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>