simpleType ReasonNotTestedType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element StudentAssessment/ReasonNotTested
facets
Kind Value Annotation
enumeration Absent
enumeration LEP exempt
enumeration LEP postponement
enumeration Not appropriate (ARD decision)
enumeration Not tested (ARD decision)
enumeration Alternate assessment administered
enumeration Parental waiver
enumeration Foreign exchange student waiver
enumeration Refusal by parent
enumeration Refusal by student
enumeration Medical waiver
enumeration Disruptive behavior
enumeration Previously passed the examination
enumeration Other
annotation
documentation
The primary reason student is not tested. For example:
    Absent
    Refusal by parent
    Refusal by student
    Medical waiver
    Illness
    Disruptive behavior
    LEP Exempt
    '...
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="ReasonNotTestedType">
 
<xs:annotation>
   
<xs:documentation>The primary reason student is not tested. For example:
    Absent
    Refusal by parent
    Refusal by student
    Medical waiver
    Illness
    Disruptive behavior
    LEP Exempt
    '...
</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Absent">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="LEP exempt">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="LEP postponement">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not appropriate (ARD decision)">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not tested (ARD decision)">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Alternate assessment administered">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Parental waiver">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Foreign exchange student waiver">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Refusal by parent">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Refusal by student">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Medical waiver">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Disruptive behavior">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Previously passed the examination">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>