complexType StudentSpecialEducationProgramAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1543.png
namespace http://ed-fi.org/0200
type extension of StudentProgramAssociation
properties
base StudentProgramAssociation
children StudentReference ProgramReference Service BeginDate EndDate ReasonExited EducationOrganizationReference ServedOutsideOfRegularSession IdeaEligibility SpecialEducationSetting ServiceProvider SpecialEducationHoursPerWeek SchoolHoursPerWeek MultiplyDisabled MedicallyFragile LastEvaluationDate IEPReviewDate IEPBeginDate IEPEndDate
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This association represents the special education program(s) that a student participates in or receives services from. The association is an extension of the StudentProgramAssociation particular for special education programs.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
<ann:EdFiId>615</ann:EdFiId>
source <xs:complexType name="StudentSpecialEducationProgramAssociation">
 
<xs:annotation>
   
<xs:documentation>This association represents the special education program(s) that a student participates in or receives services from. The association is an extension of the StudentProgramAssociation particular for special education programs.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
     
<ann:EdFiId>615</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="StudentProgramAssociation">
     
<xs:sequence>
       
<xs:element name="IdeaEligibility" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicator of the eligibility of the student to receive special education services according to the Individuals with Disabilities Education Act (IDEA).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1138</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SpecialEducationSetting" type="SpecialEducationSettingDescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The major instructional setting (more than 50 percent of a student's special education program).</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>SpecialEducationSettingDescriptor</ann:Descriptor>
             
<ann:EdFiId>1152</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ServiceProvider" type="ServiceProvider" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The Staff providing special education services to the Student.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1150</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SpecialEducationHoursPerWeek" type="HoursPerWeek" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The number of hours per week for special education instruction and therapy.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1151</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolHoursPerWeek" type="HoursPerWeek" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicate the total number of hours of instructional time per week for the school that the student attends.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1147</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="MultiplyDisabled" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicates whether the Student receiving special education and related services has been designated as multiply disabled by the admission, review, and dismissal committee as aligned with federal requirements.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1144</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="MedicallyFragile" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicates whether the Student receiving special education and related services is:
1) in the age range of birth to 22 years, and
2) has a serious, ongoing illness or a chronic condition that has lasted or is anticipated to last at least 12 or more months or has required at least one month of hospitalization, and that requires daily, ongoing medical treatments and monitoring by appropriately trained personnel which may include parents or other family members, and
3) requires the routine use of medical device or of assistive technology to compensate for the loss of usefulness of a body function needed to participate in activities of daily living, and
4) lives with ongoing threat to his or her continued well-being.
Aligns with federal requirements.
</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1143</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LastEvaluationDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The date of the last special education evaluation.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1142</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="IEPReviewDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The date of the last IEP review.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1141</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="IEPBeginDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The effective date of the most recent IEP.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1139</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="IEPEndDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The end date of the most recent IEP.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1140</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentSpecialEducationProgramAssociation/IdeaEligibility
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1544.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicator of the eligibility of the student to receive special education services according to the Individuals with Disabilities Education Act (IDEA).
appinfo
<ann:EdFiId>1138</ann:EdFiId>
source <xs:element name="IdeaEligibility" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicator of the eligibility of the student to receive special education services according to the Individuals with Disabilities Education Act (IDEA).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1138</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSpecialEducationProgramAssociation/SpecialEducationSetting
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1545.png
namespace http://ed-fi.org/0200
type SpecialEducationSettingDescriptorReferenceType
properties
minOcc 0
maxOcc 1
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The major instructional setting (more than 50 percent of a student's special education program).
appinfo
<ann:Descriptor>SpecialEducationSettingDescriptor</ann:Descriptor>
<ann:EdFiId>1152</ann:EdFiId>
source <xs:element name="SpecialEducationSetting" type="SpecialEducationSettingDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The major instructional setting (more than 50 percent of a student's special education program).</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>SpecialEducationSettingDescriptor</ann:Descriptor>
     
<ann:EdFiId>1152</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSpecialEducationProgramAssociation/ServiceProvider
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1546.png
namespace http://ed-fi.org/0200
type ServiceProvider
properties
minOcc 0
maxOcc unbounded
content complex
children StaffReference PrimaryProvider
annotation
documentation
The Staff providing special education services to the Student.
appinfo
<ann:EdFiId>1150</ann:EdFiId>
source <xs:element name="ServiceProvider" type="ServiceProvider" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The Staff providing special education services to the Student.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1150</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSpecialEducationProgramAssociation/SpecialEducationHoursPerWeek
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1547.png
namespace http://ed-fi.org/0200
type HoursPerWeek
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
totalDigits 5
fractionDigits 2
annotation
documentation
The number of hours per week for special education instruction and therapy.
appinfo
<ann:EdFiId>1151</ann:EdFiId>
source <xs:element name="SpecialEducationHoursPerWeek" type="HoursPerWeek" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The number of hours per week for special education instruction and therapy.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1151</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSpecialEducationProgramAssociation/SchoolHoursPerWeek
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1548.png
namespace http://ed-fi.org/0200
type HoursPerWeek
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
totalDigits 5
fractionDigits 2
annotation
documentation
Indicate the total number of hours of instructional time per week for the school that the student attends.
appinfo
<ann:EdFiId>1147</ann:EdFiId>
source <xs:element name="SchoolHoursPerWeek" type="HoursPerWeek" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicate the total number of hours of instructional time per week for the school that the student attends.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1147</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSpecialEducationProgramAssociation/MultiplyDisabled
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1549.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicates whether the Student receiving special education and related services has been designated as multiply disabled by the admission, review, and dismissal committee as aligned with federal requirements.
appinfo
<ann:EdFiId>1144</ann:EdFiId>
source <xs:element name="MultiplyDisabled" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the Student receiving special education and related services has been designated as multiply disabled by the admission, review, and dismissal committee as aligned with federal requirements.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1144</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSpecialEducationProgramAssociation/MedicallyFragile
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1550.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicates whether the Student receiving special education and related services is:
1) in the age range of birth to 22 years, and
2) has a serious, ongoing illness or a chronic condition that has lasted or is anticipated to last at least 12 or more months or has required at least one month of hospitalization, and that requires daily, ongoing medical treatments and monitoring by appropriately trained personnel which may include parents or other family members, and
3) requires the routine use of medical device or of assistive technology to compensate for the loss of usefulness of a body function needed to participate in activities of daily living, and
4) lives with ongoing threat to his or her continued well-being.
Aligns with federal requirements.
appinfo
<ann:EdFiId>1143</ann:EdFiId>
source <xs:element name="MedicallyFragile" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the Student receiving special education and related services is:
1) in the age range of birth to 22 years, and
2) has a serious, ongoing illness or a chronic condition that has lasted or is anticipated to last at least 12 or more months or has required at least one month of hospitalization, and that requires daily, ongoing medical treatments and monitoring by appropriately trained personnel which may include parents or other family members, and
3) requires the routine use of medical device or of assistive technology to compensate for the loss of usefulness of a body function needed to participate in activities of daily living, and
4) lives with ongoing threat to his or her continued well-being.
Aligns with federal requirements.
</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1143</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSpecialEducationProgramAssociation/LastEvaluationDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1551.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date of the last special education evaluation.
appinfo
<ann:EdFiId>1142</ann:EdFiId>
source <xs:element name="LastEvaluationDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date of the last special education evaluation.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1142</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSpecialEducationProgramAssociation/IEPReviewDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1552.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date of the last IEP review.
appinfo
<ann:EdFiId>1141</ann:EdFiId>
source <xs:element name="IEPReviewDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date of the last IEP review.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1141</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSpecialEducationProgramAssociation/IEPBeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1553.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The effective date of the most recent IEP.
appinfo
<ann:EdFiId>1139</ann:EdFiId>
source <xs:element name="IEPBeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The effective date of the most recent IEP.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1139</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSpecialEducationProgramAssociation/IEPEndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1554.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The end date of the most recent IEP.
appinfo
<ann:EdFiId>1140</ann:EdFiId>
source <xs:element name="IEPEndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The end date of the most recent IEP.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1140</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>