simpleType ReasonNotTestedType
namespace http://ed-fi.org/0110
type restriction of 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:enumeration value="LEP exempt"/>
   
<xs:enumeration value="LEP postponement"/>
   
<xs:enumeration value="Not appropriate (ARD decision)"/>
   
<xs:enumeration value="Not tested (ARD decision)"/>
   
<xs:enumeration value="Alternate assessment administered"/>
   
<xs:enumeration value="Parental waiver"/>
   
<xs:enumeration value="Foreign exchange student waiver"/>
   
<xs:enumeration value="Refusal by parent"/>
   
<xs:enumeration value="Refusal by student"/>
   
<xs:enumeration value="Medical waiver"/>
   
<xs:enumeration value="Disruptive behavior"/>
   
<xs:enumeration value="Previously passed the examination"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>