complexType StudentCohortAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1046.png
namespace http://ed-fi.org/0110
children StudentReference CohortReference BeginDate EndDate SectionReference
annotation
documentation
This association represents the cohort(s) for which a student is designated.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
source <xs:complexType name="StudentCohortAssociation">
 
<xs:annotation>
   
<xs:documentation>This association represents the cohort(s) for which a student is designated.</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 associated with the cohort.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CohortReference" type="CohortReferenceType">
     
<xs:annotation>
       
<xs:documentation>Reference to the cohort 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 was first identified as  part of the cohort.</xs:documentation>
     
</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 was removed as  part of the cohort.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SectionReference" type="SectionReferenceType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>The cohort representing the subdivision of students within one or more sections. For example, a group of students may be given additional instruction and tracked as a cohort.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentCohortAssociation/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1047.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 associated with the cohort.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The student associated with the cohort.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentCohortAssociation/CohortReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1048.png
namespace http://ed-fi.org/0110
type CohortReferenceType
properties
isRef 0
content complex
children CohortIdentity
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
Reference to the cohort associated with the student.
source <xs:element name="CohortReference" type="CohortReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the cohort associated with the student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentCohortAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1049.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
The month, day, and year on which the student was first identified as  part of the cohort.
source <xs:element name="BeginDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which the student was first identified as  part of the cohort.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentCohortAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1050.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The month, day, and year on which the student was removed as  part of the cohort.
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which the student was removed as  part of the cohort.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentCohortAssociation/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1051.png
namespace http://ed-fi.org/0110
type SectionReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
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 cohort representing the subdivision of students within one or more sections. For example, a group of students may be given additional instruction and tracked as a cohort.
source <xs:element name="SectionReference" type="SectionReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The cohort representing the subdivision of students within one or more sections. For example, a group of students may be given additional instruction and tracked as a cohort.</xs:documentation>
 
</xs:annotation>
</xs:element>