simpleType DisabilityDeterminationSourceType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element Disability/DisabilityDeterminationSourceType
facets
Kind Value Annotation
enumeration By physician
enumeration By health care provider
enumeration By school psychologist or other psychologist
enumeration By licensed physical therapist
enumeration Self-reported
enumeration By social service or other type of agency
enumeration Not applicable to the student
enumeration Unknown or Unreported
enumeration Other
annotation
documentation
The source that provided the disability determination.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="By physician">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="By health care provider">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="By school psychologist or other psychologist">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="By licensed physical therapist">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Self-reported">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="By social service or other type of agency">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not applicable to the student">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Unknown or Unreported">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>