complexType StudentTitleIPartAProgramAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1851.png
namespace http://ed-fi.org/0210
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>
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 by which the student is served:
        Public Targeted Assistance Program
        Public Schoolwide Program
        Private School Students 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_p1852.png
namespace http://ed-fi.org/0210
type TitleIPartAParticipantType
properties
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 by which the student is served:
        Public Targeted Assistance Program
        Public Schoolwide Program
        Private School Students 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 by which the student is served:
        Public Targeted Assistance Program
        Public Schoolwide Program
        Private School Students Participating
        Local Neglected Program.
</xs:documentation>
 
</xs:annotation>
</xs:element>