complexType ProgramParticipation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p764.png
namespace http://ed-fi.org/0110
children Program BeginDate EndDate DesignatedBy
used by
element Student/ProgramParticipations
annotation
documentation
Programs the student is participating in or receiving services.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="ProgramParticipation">
 
<xs:annotation>
   
<xs:documentation>Programs the student is participating in or receiving services.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Program" type="ProgramType">
     
<xs:annotation>
       
<xs:documentation>The program the student is associated with or receiving services from.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BeginDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The date the student was associated with the program or service.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The date the program participation ended.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DesignatedBy" type="DesignatedBy" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The person, organization, or department that designated the program association.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ProgramParticipation/Program
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p765.png
namespace http://ed-fi.org/0110
type ProgramType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Adult/Continuing Education 
enumeration Alternative Education 
enumeration Athletics 
enumeration Bilingual 
enumeration Bilingual Summer 
enumeration Career and Technical Education 
enumeration Cocurricular Programs 
enumeration College Preparatory 
enumeration Community Service Program 
enumeration Community/Junior College Education Program 
enumeration Compensatory Services for Disadvantaged Students 
enumeration Counseling Services 
enumeration District-Funded GED 
enumeration English as a Second Language (ESL) 
enumeration Even Start 
enumeration Expelled Education 
enumeration Extended Day/Child Care Services 
enumeration Gifted and Talented 
enumeration Head Start 
enumeration Health Services Program 
enumeration High School Equivalency Program (HSEP) 
enumeration IDEA 
enumeration Immigrant Education 
enumeration Independent Study 
enumeration Indian Education 
enumeration International Baccalaureate 
enumeration Library/Media Services Program 
enumeration Magnet/Special Program Emphasis 
enumeration Migrant Education 
enumeration Neglected and Delinquent Program 
enumeration Optional Flexible School Day Program (OFSDP) 
enumeration Other 
enumeration Regular Education 
enumeration Remedial Education 
enumeration Section 504 Placement 
enumeration Service Learning 
enumeration Special Education 
enumeration Student Retention/Dropout Prevention 
enumeration Substance Abuse Education/Prevention 
enumeration Teacher Professional Development/Mentoring 
enumeration Technical Preparatory 
enumeration Title I Part A 
enumeration Vocational Education 
annotation
documentation
The program the student is associated with or receiving services from.
source <xs:element name="Program" type="ProgramType">
 
<xs:annotation>
   
<xs:documentation>The program the student is associated with or receiving services from.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ProgramParticipation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p766.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date the student was associated with the program or service.
source <xs:element name="BeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date the student was associated with the program or service.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ProgramParticipation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p767.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date the program participation ended.
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date the program participation ended.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ProgramParticipation/DesignatedBy
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p768.png
namespace http://ed-fi.org/0110
type DesignatedBy
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The person, organization, or department that designated the program association.
source <xs:element name="DesignatedBy" type="DesignatedBy" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The person, organization, or department that designated the program association.</xs:documentation>
 
</xs:annotation>
</xs:element>