complexType StudentProgramAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1478.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children StudentReference ProgramReference Service BeginDate EndDate ReasonExited EducationOrganizationReference ServedOutsideOfRegularSession
used by
complexTypes StudentCTEProgramAssociation StudentMigrantEducationProgramAssociation StudentSpecialEducationProgramAssociation StudentTitleIPartAProgramAssociation
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 Program(s) that a student participates in or is served by.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
<ann:EdFiId>612</ann:EdFiId>
source <xs:complexType name="StudentProgramAssociation">
 
<xs:annotation>
   
<xs:documentation>This association represents the Program(s) that a student participates in or is served by.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
     
<ann:EdFiId>612</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="StudentReference" type="StudentReferenceType">
         
<xs:annotation>
           
<xs:documentation>The Student associated with the Program.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1110</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ProgramReference" type="ProgramReferenceType">
         
<xs:annotation>
           
<xs:documentation>The Program associated with the Student.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1106</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Service" type="Service" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Indicates the Service(s) being provided to the Student by the Program.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1109</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="BeginDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The month, day, and year on which the Student first received services.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1103</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EndDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The month, day, and year on which the Student exited the Program or stopped receiving services.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1105</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ReasonExited" type="ReasonExitedDescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The reason the child left the Program within a school or district.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>ReasonExitedDescriptor</ann:Descriptor>
             
<ann:EdFiId>1107</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>The EducationOrganization where the Student is participating in or receiving the Program services.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1104</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ServedOutsideOfRegularSession" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicates whether the Student received services during the summer session or between sessions.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1108</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentProgramAssociation/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1479.png
namespace http://ed-fi.org/0200
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The Student associated with the Program.
appinfo
<ann:EdFiId>1110</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Student associated with the Program.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1110</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentProgramAssociation/ProgramReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1480.png
namespace http://ed-fi.org/0200
type ProgramReferenceType
properties
content complex
children ProgramIdentity ProgramLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The Program associated with the Student.
appinfo
<ann:EdFiId>1106</ann:EdFiId>
source <xs:element name="ProgramReference" type="ProgramReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Program associated with the Student.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1106</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentProgramAssociation/Service
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1481.png
namespace http://ed-fi.org/0200
type Service
properties
minOcc 0
maxOcc unbounded
content complex
children Service PrimaryIndicator ServiceBeginDate ServiceEndDate
annotation
documentation
Indicates the Service(s) being provided to the Student by the Program.
appinfo
<ann:EdFiId>1109</ann:EdFiId>
source <xs:element name="Service" type="Service" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Indicates the Service(s) being provided to the Student by the Program.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1109</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentProgramAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1482.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The month, day, and year on which the Student first received services.
appinfo
<ann:EdFiId>1103</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which the Student first received services.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1103</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentProgramAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1483.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The month, day, and year on which the Student exited the Program or stopped receiving services.
appinfo
<ann:EdFiId>1105</ann:EdFiId>
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which the Student exited the Program or stopped receiving services.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1105</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentProgramAssociation/ReasonExited
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1484.png
namespace http://ed-fi.org/0200
type ReasonExitedDescriptorReferenceType
properties
minOcc 0
maxOcc 1
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The reason the child left the Program within a school or district.
appinfo
<ann:Descriptor>ReasonExitedDescriptor</ann:Descriptor>
<ann:EdFiId>1107</ann:EdFiId>
source <xs:element name="ReasonExited" type="ReasonExitedDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The reason the child left the Program within a school or district.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>ReasonExitedDescriptor</ann:Descriptor>
     
<ann:EdFiId>1107</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentProgramAssociation/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1485.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The EducationOrganization where the Student is participating in or receiving the Program services.
appinfo
<ann:EdFiId>1104</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The EducationOrganization where the Student is participating in or receiving the Program services.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1104</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentProgramAssociation/ServedOutsideOfRegularSession
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1486.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicates whether the Student received services during the summer session or between sessions.
appinfo
<ann:EdFiId>1108</ann:EdFiId>
source <xs:element name="ServedOutsideOfRegularSession" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the Student received services during the summer session or between sessions.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1108</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>