complexType StudentSectionAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1169.png
namespace http://ed-fi.org/0110
children StudentReference SectionReference BeginDate EndDate HomeroomIndicator RepeatIdentifier
annotation
documentation
This association indicates the course sections to which a student is assigned.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
source <xs:complexType name="StudentSectionAssociation">
 
<xs:annotation>
   
<xs:documentation>This association indicates the course sections to which a student is assigned.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>The student enrolled in the section.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SectionReference" type="SectionReferenceType">
     
<xs:annotation>
       
<xs:documentation>The section the student is enrolled in.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BeginDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Month, day and year of the student&apos;s entry or assignment to the section.  If omitted, default is the start date of the first grading period.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Month, day, and year of the withdrawal or exit of the student from the section.
                                                                  
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="HomeroomIndicator" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Indicates the section is the student&apos;s homeroom.  Homeroom period may the convention for taking daily attendance.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="RepeatIdentifier" type="RepeatIdentifierType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>An indication as to whether a student has previously taken a given course.
Repeated, counted in grade point average
Repeated, not counted in grade point average
Not repeated
Other
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentSectionAssociation/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1170.png
namespace http://ed-fi.org/0110
type StudentReferenceType
properties
isRef 0
content complex
children StudentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The student enrolled in the section.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The student enrolled in the section.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociation/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1171.png
namespace http://ed-fi.org/0110
type SectionReferenceType
properties
isRef 0
content complex
children SectionIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The section the student is enrolled in.
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The section the student is enrolled in.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1172.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Month, day and year of the student&apos;s entry or assignment to the section.  If omitted, default is the start date of the first grading period.
source <xs:element name="BeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Month, day and year of the student&apos;s entry or assignment to the section.  If omitted, default is the start date of the first grading period.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1173.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Month, day, and year of the withdrawal or exit of the student from the section.
                                                                  
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Month, day, and year of the withdrawal or exit of the student from the section.
                                                                  
</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociation/HomeroomIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1174.png
namespace http://ed-fi.org/0110
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicates the section is the student&apos;s homeroom.  Homeroom period may the convention for taking daily attendance.
source <xs:element name="HomeroomIndicator" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicates the section is the student&apos;s homeroom.  Homeroom period may the convention for taking daily attendance.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociation/RepeatIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1175.png
namespace http://ed-fi.org/0110
type RepeatIdentifierType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Repeated, counted in grade point average 
enumeration Repeated, not counted in grade point average 
enumeration Replacement counted 
enumeration Replacement not counted 
enumeration Repeated, other institution 
enumeration Not repeated 
enumeration Other, not counted in GPA 
enumeration Other 
annotation
documentation
An indication as to whether a student has previously taken a given course.
Repeated, counted in grade point average
Repeated, not counted in grade point average
Not repeated
Other
source <xs:element name="RepeatIdentifier" type="RepeatIdentifierType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication as to whether a student has previously taken a given course.
Repeated, counted in grade point average
Repeated, not counted in grade point average
Not repeated
Other
</xs:documentation>
 
</xs:annotation>
</xs:element>