simpleType DisabilityDeterminationSourceType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element Disability/DisabilityDeterminationSourceType
facets
Kind Value Annotation
enumeration By physician
appinfo
<ann:EdFiId>2421-001</ann:EdFiId>
enumeration By health care provider
appinfo
<ann:EdFiId>2421-002</ann:EdFiId>
enumeration By school psychologist or other psychologist
appinfo
<ann:EdFiId>2421-003</ann:EdFiId>
enumeration By licensed physical therapist
appinfo
<ann:EdFiId>2421-004</ann:EdFiId>
enumeration Self-reported
appinfo
<ann:EdFiId>2421-005</ann:EdFiId>
enumeration By social service or other type of agency
appinfo
<ann:EdFiId>2421-006</ann:EdFiId>
enumeration Not applicable to the student
appinfo
<ann:EdFiId>2421-097</ann:EdFiId>
enumeration Unknown or Unreported
appinfo
<ann:EdFiId>2421-098</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>2421-099</ann:EdFiId>
annotation
documentation
The source that provided the disability determination.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>2421</ann:EdFiId>
source <xs:simpleType name="DisabilityDeterminationSourceType">
 
<xs:annotation>
   
<xs:documentation>The source that provided the disability determination.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>2421</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="By physician">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>2421-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="By health care provider">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>2421-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="By school psychologist or other psychologist">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>2421-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="By licensed physical therapist">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>2421-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Self-reported">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>2421-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="By social service or other type of agency">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>2421-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not applicable to the student">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>2421-097</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Unknown or Unreported">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>2421-098</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>2421-099</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>