complexType
StudentSpecialEducationProgramAssociation
element StudentSpecialEducationProgramAssociation/IdeaEligibility
element StudentSpecialEducationProgramAssociation/SpecialEducationSetting
element StudentSpecialEducationProgramAssociation/ServiceProvider
element StudentSpecialEducationProgramAssociation/SpecialEducationHoursPerWeek
element StudentSpecialEducationProgramAssociation/SchoolHoursPerWeek
element StudentSpecialEducationProgramAssociation/MultiplyDisabled
element StudentSpecialEducationProgramAssociation/MedicallyFragile
element StudentSpecialEducationProgramAssociation/LastEvaluationDate
element StudentSpecialEducationProgramAssociation/IEPReviewDate
element StudentSpecialEducationProgramAssociation/IEPBeginDate
element StudentSpecialEducationProgramAssociation/IEPEndDate
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of StudentProgramAssociation | ||||||||||||||
properties |
|
||||||||||||||
children | StudentReference ProgramReference Service BeginDate EndDate ReasonExited EducationOrganizationReference ServedOutsideOfRegularSession IdeaEligibility SpecialEducationSetting ServiceProvider SpecialEducationHoursPerWeek SchoolHoursPerWeek MultiplyDisabled MedicallyFragile LastEvaluationDate IEPReviewDate IEPBeginDate IEPEndDate | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> </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: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> </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: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: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: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: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: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: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: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: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:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentSpecialEducationProgramAssociation/IdeaEligibility
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
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:annotation> </xs:element> |
element StudentSpecialEducationProgramAssociation/SpecialEducationSetting
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | SpecialEducationSettingDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> </xs:appinfo> </xs:annotation> </xs:element> |
element StudentSpecialEducationProgramAssociation/ServiceProvider
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | ServiceProvider | ||||||
properties |
|
||||||
children | StaffReference PrimaryProvider | ||||||
annotation |
|
||||||
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:annotation> </xs:element> |
element StudentSpecialEducationProgramAssociation/SpecialEducationHoursPerWeek
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | HoursPerWeek | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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:annotation> </xs:element> |
element StudentSpecialEducationProgramAssociation/SchoolHoursPerWeek
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | HoursPerWeek | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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:annotation> </xs:element> |
element StudentSpecialEducationProgramAssociation/MultiplyDisabled
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
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:annotation> </xs:element> |
element StudentSpecialEducationProgramAssociation/MedicallyFragile
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
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:annotation> </xs:element> |
element StudentSpecialEducationProgramAssociation/LastEvaluationDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
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:annotation> </xs:element> |
element StudentSpecialEducationProgramAssociation/IEPReviewDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="IEPReviewDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The date of the last IEP review.</xs:documentation> </xs:annotation> </xs:element> |
element StudentSpecialEducationProgramAssociation/IEPBeginDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
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:annotation> </xs:element> |
element StudentSpecialEducationProgramAssociation/IEPEndDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
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:annotation> </xs:element> |