complexType StudentProgramAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1747.png
namespace http://ed-fi.org/0210
children StudentReference ProgramReference BeginDate EducationOrganizationReference
used by
element StudentProgramAssociationReferenceType/StudentProgramAssociationIdentity
annotation
documentation
Identity of a StudentProgramAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentProgramAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentProgramAssociation.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Student associated with the Program.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ProgramReference" type="ProgramReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Program associated with the Student.</xs:documentation>
     
</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: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:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentProgramAssociationIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1748.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Student associated with the Program.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentProgramAssociationIdentityType/ProgramReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1749.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="ProgramReference" type="ProgramReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Program associated with the Student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentProgramAssociationIdentityType/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1750.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
The month, day, and year on which the Student first received services.
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:annotation>
</xs:element>

element StudentProgramAssociationIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1751.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>