complexType
StudentTitleIPartAProgramAssociation
element StudentTitleIPartAProgramAssociation/TitleIPartAParticipant
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
type | extension of StudentProgramAssociation | ||||
properties |
|
||||
children | StudentReference ProgramReference Services BeginDate EndDate ReasonExited EducationOrganizationReference ServedOutsideOfRegularSession TitleIPartAParticipant | ||||
annotation |
|
||||
source | <xs:complexType name="StudentTitleIPartAProgramAssociation"> <xs:annotation> <xs:documentation>This association represents the Title I Part A program(s) that a student participates in or from which the student receives services. The association is an extension of the StudentProgramAssociation particular for Title I part A 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="TitleIPartAParticipant" type="TitleIPartAParticipantType"> <xs:annotation> <xs:documentation>An indication of the type of Title I program, if any, in which the student is participating and served: Public Targeted Assistance Program Public Schoolwide Program Private school student participating Local Neglected Program</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentTitleIPartAProgramAssociation/TitleIPartAParticipant
diagram | |||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||
type | TitleIPartAParticipantType | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="TitleIPartAParticipant" type="TitleIPartAParticipantType"> <xs:annotation> <xs:documentation>An indication of the type of Title I program, if any, in which the student is participating and served: Public Targeted Assistance Program Public Schoolwide Program Private school student participating Local Neglected Program</xs:documentation> </xs:annotation> </xs:element> |