complexType StudentProgramAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1487.png
namespace http://ed-fi.org/0200
children StudentReference EducationOrganizationReference ProgramReference BeginDate
used by
element StudentProgramAssociationReferenceType/StudentProgramAssociationIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of the Student Program Association.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>473</ann:EdFiId>
source <xs:complexType name="StudentProgramAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of the Student Program Association.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>473</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2094</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>The education organization where the student is participating in or receiving the program services.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2092</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ProgramReference" type="ProgramReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing program record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2093</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BeginDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation>Month, day, and year of the student's entry or assignment to the program.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2091</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentProgramAssociationIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1488.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
Provide user information to lookup and link to an existing student record in the receiving system.
appinfo
<ann:EdFiId>2094</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2094</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentProgramAssociationIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1489.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 education organization where the student is participating in or receiving the program services.
appinfo
<ann:EdFiId>2092</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The education organization where the student is participating in or receiving the program services.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2092</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentProgramAssociationIdentityType/ProgramReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1490.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
Provide user information to lookup and link to an existing program record in the receiving system.
appinfo
<ann:EdFiId>2093</ann:EdFiId>
source <xs:element name="ProgramReference" type="ProgramReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing program record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2093</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentProgramAssociationIdentityType/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1491.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
Month, day, and year of the student's entry or assignment to the program.
appinfo
<ann:EdFiId>2091</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Month, day, and year of the student's entry or assignment to the program.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2091</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>