complexType StudentTitleIPartAProgramAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1555.png
namespace http://ed-fi.org/0200
type extension of StudentProgramAssociation
properties
base StudentProgramAssociation
children StudentReference ProgramReference Service BeginDate EndDate ReasonExited EducationOrganizationReference ServedOutsideOfRegularSession TitleIPartAParticipant
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 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>
<ann:EdFiId>616</ann:EdFiId>
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>
     
<ann:EdFiId>616</ann:EdFiId>
   
</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 by which the student is served:
Public Targeted Assistance Program
Public Schoolwide Program
Private School Students Participating
Local Neglected Program.
</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1162</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentTitleIPartAProgramAssociation/TitleIPartAParticipant
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1556.png
namespace http://ed-fi.org/0200
type TitleIPartAParticipantType
properties
content simple
facets
Kind Value Annotation
enumeration Public Targeted Assistance Program
appinfo
<ann:EdFiId>247-004</ann:EdFiId>
enumeration Public Schoolwide Program
appinfo
<ann:EdFiId>247-003</ann:EdFiId>
enumeration Private school students participating
appinfo
<ann:EdFiId>247-002</ann:EdFiId>
enumeration Local Neglected Program
appinfo
<ann:EdFiId>247-001</ann:EdFiId>
enumeration Was not served
appinfo
<ann:EdFiId>247-005</ann:EdFiId>
annotation
documentation
An indication of the type of Title I program, if any, in which the student is participating and by which the student is served:
Public Targeted Assistance Program
Public Schoolwide Program
Private School Students Participating
Local Neglected Program.
appinfo
<ann:EdFiId>1162</ann:EdFiId>
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 by which the student is served:
Public Targeted Assistance Program
Public Schoolwide Program
Private School Students Participating
Local Neglected Program.
</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1162</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>