complexType StudentTitleIPartAProgramAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1194.png
namespace http://ed-fi.org/0110
type extension of StudentProgramAssociation
properties
base StudentProgramAssociation
children StudentReference ProgramReference Services BeginDate EndDate ReasonExited EducationOrganizationReference ServedOutsideOfRegularSession TitleIPartAParticipant
annotation
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.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1195.png
namespace http://ed-fi.org/0110
type TitleIPartAParticipantType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Public Targeted Assistance Program 
enumeration Public Schoolwide Program 
enumeration Private school students participating 
enumeration Local Neglected Program 
enumeration Was not served 
annotation
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
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>