complexType StudentCohortAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1369.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children StudentReference CohortReference BeginDate EndDate SectionReference
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 Cohort(s) for which a student is designated.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
<ann:EdFiId>605</ann:EdFiId>
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>
     
<ann:EdFiId>605</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 Cohort.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1059</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1056</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 was first identified as part of the Cohort.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1055</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 was removed as part of the Cohort.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1057</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1058</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentCohortAssociation/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1370.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 Cohort.
appinfo
<ann:EdFiId>1059</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Student associated with the Cohort.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1059</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCohortAssociation/CohortReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1371.png
namespace http://ed-fi.org/0200
type CohortReferenceType
properties
content complex
children CohortIdentity
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
Reference to the Cohort associated with the Student.
appinfo
<ann:EdFiId>1056</ann:EdFiId>
source <xs:element name="CohortReference" type="CohortReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the Cohort associated with the Student.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1056</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCohortAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1372.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The month, day, and year on which the Student was first identified as part of the Cohort.
appinfo
<ann:EdFiId>1055</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1055</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCohortAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1373.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 was removed as part of the Cohort.
appinfo
<ann:EdFiId>1057</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 was removed as part of the Cohort.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1057</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCohortAssociation/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1374.png
namespace http://ed-fi.org/0200
type SectionReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children SectionIdentity SectionLookup
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 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.
appinfo
<ann:EdFiId>1058</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1058</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>